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 2011/10/28 06:18:39 UTC

svn commit: r1190156 - /commons/proper/compress/tags/COMPRESS_1.3_RC2/pom.xml

Author: bodewig
Date: Fri Oct 28 04:18:39 2011
New Revision: 1190156

URL: http://svn.apache.org/viewvc?rev=1190156&view=rev
Log:
fix version numbers for 1.3RC2

Modified:
    commons/proper/compress/tags/COMPRESS_1.3_RC2/pom.xml

Modified: commons/proper/compress/tags/COMPRESS_1.3_RC2/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/compress/tags/COMPRESS_1.3_RC2/pom.xml?rev=1190156&r1=1190155&r2=1190156&view=diff
==============================================================================
--- commons/proper/compress/tags/COMPRESS_1.3_RC2/pom.xml (original)
+++ commons/proper/compress/tags/COMPRESS_1.3_RC2/pom.xml Fri Oct 28 04:18:39 2011
@@ -25,7 +25,7 @@
 
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-compress</artifactId>
-  <version>1.3-SNAPSHOT</version>
+  <version>1.3</version>
   <name>Commons Compress</name>
   <url>http://commons.apache.org/compress/</url>
   <description>
@@ -41,7 +41,7 @@
     <commons.jira.pid>12310904</commons.jira.pid>
     <!-- configuration bits for cutting a release candidate -->
     <commons.release.version>1.3</commons.release.version>
-    <commons.rc.version>RC1</commons.rc.version>
+    <commons.rc.version>RC2</commons.rc.version>
   </properties>
 
   <issueManagement>