Author: bodewig Date: Wed Oct 23 04:05:43 2013 New Revision: 1534904 URL: http://svn.apache.org/r1534904 Log: Creating COMPRESS-1.6-RC3 tag
Added: commons/proper/compress/tags/COMPRESS-1.6-RC3/ (props changed) - copied from r1534902, commons/proper/compress/trunk/ Modified: commons/proper/compress/tags/COMPRESS-1.6-RC3/pom.xml commons/proper/compress/tags/COMPRESS-1.6-RC3/src/site/xdoc/index.xml Propchange: commons/proper/compress/tags/COMPRESS-1.6-RC3/ ------------------------------------------------------------------------------ --- subclipse:tags (added) +++ subclipse:tags Wed Oct 23 04:05:43 2013 @@ -0,0 +1,2 @@ +1152546,COMPRESS_1.2,/commons/proper/compress/tags/COMPRESS_1.2,tag +1196226,COMPRESS_1.3,/commons/proper/compress/tags/COMPRESS_1.3,tag Propchange: commons/proper/compress/tags/COMPRESS-1.6-RC3/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Wed Oct 23 04:05:43 2013 @@ -0,0 +1,7 @@ +target +*.iml +*.ipr +*.iws +.* +maven-eclipse.xml +TAGS Propchange: commons/proper/compress/tags/COMPRESS-1.6-RC3/ ------------------------------------------------------------------------------ --- svn:mergeinfo (added) +++ svn:mergeinfo Wed Oct 23 04:05:43 2013 @@ -0,0 +1,2 @@ +/commons/proper/compress/branches/LZMA:1491183-1525352 +/commons/proper/compress/branches/zip64:1149597-1152684 Modified: commons/proper/compress/tags/COMPRESS-1.6-RC3/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/compress/tags/COMPRESS-1.6-RC3/pom.xml?rev=1534904&r1=1534902&r2=1534904&view=diff ============================================================================== --- commons/proper/compress/tags/COMPRESS-1.6-RC3/pom.xml (original) +++ commons/proper/compress/tags/COMPRESS-1.6-RC3/pom.xml Wed Oct 23 04:05:43 2013 @@ -25,7 +25,7 @@ <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> - <version>1.6-SNAPSHOT</version> + <version>1.6</version> <name>Apache Commons Compress</name> <url>http://commons.apache.org/proper/commons-compress/</url> <!-- The description is not indented to make it look better in the release notes --> @@ -125,8 +125,8 @@ These include: bzip2, gzip, pack200, xz <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/compress/trunk</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/compress/trunk</developerConnection> - <url>http://svn.apache.org/repos/asf/commons/proper/compress/trunk</url> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/compress/tags/COMPRESS-1.6</developerConnection> + <url>http://svn.apache.org/repos/asf/commons/proper/compress/tags/COMPRESS-1.6</url> </scm> <build> Modified: commons/proper/compress/tags/COMPRESS-1.6-RC3/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/commons/proper/compress/tags/COMPRESS-1.6-RC3/src/site/xdoc/index.xml?rev=1534904&r1=1534902&r2=1534904&view=diff ============================================================================== --- commons/proper/compress/tags/COMPRESS-1.6-RC3/src/site/xdoc/index.xml (original) +++ commons/proper/compress/tags/COMPRESS-1.6-RC3/src/site/xdoc/index.xml Wed Oct 23 04:05:43 2013 @@ -51,17 +51,13 @@ </section> <section name="Status"> - <p>The current release is 1.5 and requires Java 5.</p> + <p>The current release is 1.6 and requires Java 5.</p> <p>Below we highlight some new features, for a full list of changes see the <a href="changes-report.html">Changes Report</a>.</p> - <subsection name="What's new in 1.5?"> - <p>The 1.5 release is a bug-fix release with important - fixes to the tar and zip packages.</p> - </subsection> - <subsection name="What's coming in 1.6?"> + <subsection name="What's new in 1.6?"> <ul> <li>Support for the 7z format.</li> <li>Read-only support for uncompressed ARJ @@ -70,6 +66,8 @@ format.</li> </ul> </subsection> + <!--subsection name="What's coming in 1.7?"> + </subsection--> </section> <section name="Documentation">