You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bo...@apache.org on 2013/10/15 19:21:29 UTC

svn commit: r1532449 - in /commons/proper/compress/tags/COMPRESS-1.6-RC2: ./ pom.xml src/site/xdoc/index.xml

Author: bodewig
Date: Tue Oct 15 17:21:29 2013
New Revision: 1532449

URL: http://svn.apache.org/r1532449
Log:
Creating COMPRESS-1.6-RC2 tag

Added:
    commons/proper/compress/tags/COMPRESS-1.6-RC2/   (props changed)
      - copied from r1532446, commons/proper/compress/trunk/
Modified:
    commons/proper/compress/tags/COMPRESS-1.6-RC2/pom.xml
    commons/proper/compress/tags/COMPRESS-1.6-RC2/src/site/xdoc/index.xml

Propchange: commons/proper/compress/tags/COMPRESS-1.6-RC2/
------------------------------------------------------------------------------
--- subclipse:tags (added)
+++ subclipse:tags Tue Oct 15 17:21:29 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-RC2/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue Oct 15 17:21:29 2013
@@ -0,0 +1,7 @@
+target
+*.iml
+*.ipr
+*.iws
+.*
+maven-eclipse.xml
+TAGS

Propchange: commons/proper/compress/tags/COMPRESS-1.6-RC2/
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Tue Oct 15 17:21:29 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-RC2/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/compress/tags/COMPRESS-1.6-RC2/pom.xml?rev=1532449&r1=1532446&r2=1532449&view=diff
==============================================================================
--- commons/proper/compress/tags/COMPRESS-1.6-RC2/pom.xml (original)
+++ commons/proper/compress/tags/COMPRESS-1.6-RC2/pom.xml Tue Oct 15 17:21:29 2013
@@ -25,7 +25,7 @@
 
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-compress</artifactId>
-  <version>1.6-SNAPSHOT</version>
+  <version>1.6</version>
   <name>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 -->

Modified: commons/proper/compress/tags/COMPRESS-1.6-RC2/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/compress/tags/COMPRESS-1.6-RC2/src/site/xdoc/index.xml?rev=1532449&r1=1532446&r2=1532449&view=diff
==============================================================================
--- commons/proper/compress/tags/COMPRESS-1.6-RC2/src/site/xdoc/index.xml (original)
+++ commons/proper/compress/tags/COMPRESS-1.6-RC2/src/site/xdoc/index.xml Tue Oct 15 17:21:29 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,7 @@
               format.</li>
             </ul>
           </subsection>
+          <!--subsection name="What's coming in 1.7?"-->
         </section>
 
         <section name="Documentation">