Author: psteitz
Date: Tue Mar 23 23:15:56 2010
New Revision: 926845
URL: http://svn.apache.org/viewvc?rev=926845&view=rev
Log:
Prepare for 2.1 release.
Modified:
commons/proper/math/trunk/build.xml
commons/proper/math/trunk/pom.xml
Modified: commons/proper/math/trunk/build.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/build.xml?rev=926845&r1=926844&r2=926845&view=diff
==============================================================================
--- commons/proper/math/trunk/build.xml (original)
+++ commons/proper/math/trunk/build.xml Tue Mar 23 23:15:56 2010
@@ -52,7 +52,7 @@
<property name="component.title" value="Commons MATH"/>
<!-- The current version number of this component -->
- <property name="component.version" value="2.1-SNAPSHOT"/>
+ <property name="component.version" value="2.1"/>
<!-- The base directory for component sources -->
<property name="source.home" value="src/main/java"/>
Modified: commons/proper/math/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=926845&r1=926844&r2=926845&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Tue Mar 23 23:15:56 2010
@@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>2.1</version>
<name>Commons Math</name>
<inceptionYear>2003</inceptionYear>
@@ -233,7 +233,7 @@
<properties>
<commons.componentid>math</commons.componentid>
- <commons.release.version>2.0</commons.release.version>
+ <commons.release.version>2.1</commons.release.version>
<commons.binary.suffix></commons.binary.suffix>
<commons.jira.id>MATH</commons.jira.id>
<commons.jira.pid>12310485</commons.jira.pid>