You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2012/12/16 16:06:50 UTC

svn commit: r1422593 - in /commons/proper/math/tags/MATH_3_1_RC2: ./ pom.xml

Author: erans
Date: Sun Dec 16 15:06:49 2012
New Revision: 1422593

URL: http://svn.apache.org/viewvc?rev=1422593&view=rev
Log:
Creating Commons Math v3.1 RC2 tag.

Added:
    commons/proper/math/tags/MATH_3_1_RC2/
      - copied from r1422592, commons/proper/math/trunk/
Modified:
    commons/proper/math/tags/MATH_3_1_RC2/pom.xml

Modified: commons/proper/math/tags/MATH_3_1_RC2/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/tags/MATH_3_1_RC2/pom.xml?rev=1422593&r1=1422592&r2=1422593&view=diff
==============================================================================
--- commons/proper/math/tags/MATH_3_1_RC2/pom.xml (original)
+++ commons/proper/math/tags/MATH_3_1_RC2/pom.xml Sun Dec 16 15:06:49 2012
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-math3</artifactId>
-  <version>3.1-SNAPSHOT</version>
+  <version>3.1</version>
   <name>Commons Math</name>
 
   <inceptionYear>2003</inceptionYear>
@@ -293,9 +293,9 @@
   <properties>
     <commons.componentid>math3</commons.componentid>
     <!-- do not use snapshot suffix here -->
-    <commons.release.version>3.0</commons.release.version>
-    <commons.release.desc>(requires Java 1.5+; not compatible with 2.2)</commons.release.desc>
-    <!-- <commons.rc.version>RC1</commons.rc.version> -->
+    <commons.release.version>3.1</commons.release.version>
+    <commons.release.desc>(requires Java 1.5+)</commons.release.desc>
+    <commons.rc.version>RC2</commons.rc.version>
     <commons.binary.suffix>-bin</commons.binary.suffix>
  
     <commons.release.2.version>2.2</commons.release.2.version>