You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2013/03/30 18:54:55 UTC

svn commit: r1462818 - /commons/proper/math/trunk/pom.xml

Author: luc
Date: Sat Mar 30 17:54:54 2013
New Revision: 1462818

URL: http://svn.apache.org/r1462818
Log:
preparing RC4

Modified:
    commons/proper/math/trunk/pom.xml

Modified: commons/proper/math/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=1462818&r1=1462817&r2=1462818&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Sat Mar 30 17:54:54 2013
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-math3</artifactId>
-  <version>3.2-SNAPSHOT</version>
+  <version>3.2</version>
   <name>Commons Math</name>
 
   <inceptionYear>2003</inceptionYear>
@@ -321,7 +321,7 @@
     <!-- do not use snapshot suffix here -->
     <commons.release.version>3.2</commons.release.version>
     <commons.release.desc>(requires Java 1.5+)</commons.release.desc>
-    <!-- <commons.rc.version>RC1</commons.rc.version> -->
+    <commons.rc.version>RC4</commons.rc.version>
     <commons.binary.suffix>-bin</commons.binary.suffix>
  
     <commons.release.2.version>2.2</commons.release.2.version>