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/29 16:51:43 UTC

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

Author: luc
Date: Fri Mar 29 15:51:43 2013
New Revision: 1462510

URL: http://svn.apache.org/r1462510
Log:
Bumping version number for official release.

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=1462510&r1=1462509&r2=1462510&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Fri Mar 29 15:51:43 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>RC1</commons.rc.version>
     <commons.binary.suffix>-bin</commons.binary.suffix>
  
     <commons.release.2.version>2.2</commons.release.2.version>