Author: erans
Date: Tue Dec 18 18:16:06 2012
New Revision: 1423564
URL: http://svn.apache.org/viewvc?rev=1423564&view=rev
Log:
Creating Commons Math v3.1 RC3 tag.
Added:
commons/proper/math/tags/MATH_3_1_RC3/
- copied from r1423563, commons/proper/math/trunk/
Modified:
commons/proper/math/tags/MATH_3_1_RC3/pom.xml
Modified: commons/proper/math/tags/MATH_3_1_RC3/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/tags/MATH_3_1_RC3/pom.xml?rev=1423564&r1=1423563&r2=1423564&view=diff
==============================================================================
--- commons/proper/math/tags/MATH_3_1_RC3/pom.xml (original)
+++ commons/proper/math/tags/MATH_3_1_RC3/pom.xml Tue Dec 18 18:16:06 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>RC3</commons.rc.version>
<commons.binary.suffix>-bin</commons.binary.suffix>
<commons.release.2.version>2.2</commons.release.2.version>