You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2009/07/25 19:57:05 UTC

svn commit: r797805 - in /commons/proper/math/trunk: build.xml pom.xml

Author: psteitz
Date: Sat Jul 25 17:57:05 2009
New Revision: 797805

URL: http://svn.apache.org/viewvc?rev=797805&view=rev
Log:
Prepare for 2.0-RC1.

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=797805&r1=797804&r2=797805&view=diff
==============================================================================
--- commons/proper/math/trunk/build.xml (original)
+++ commons/proper/math/trunk/build.xml Sat Jul 25 17:57:05 2009
@@ -52,7 +52,7 @@
   <property name="component.title"         value="Commons MATH"/>
 
   <!-- The current version number of this component -->
-  <property name="component.version"       value="2.0-SNAPSHOT"/>
+  <property name="component.version"       value="2.0-RC1"/>
 
   <!-- The base directory for component sources -->
   <property name="source.home"             value="src/java"/>

Modified: commons/proper/math/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=797805&r1=797804&r2=797805&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Sat Jul 25 17:57:05 2009
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-math</artifactId>
-  <version>2.0-SNAPSHOT</version>
+  <version>2.0-RC1</version>
   <name>Commons Math</name>
 
   <inceptionYear>2003</inceptionYear>
@@ -218,7 +218,7 @@
 
   <properties>
     <commons.componentid>math</commons.componentid>
-    <commons.release.version>1.2</commons.release.version>
+    <commons.release.version>2.0</commons.release.version>
     <commons.binary.suffix></commons.binary.suffix>
     <commons.jira.id>MATH</commons.jira.id>
     <commons.jira.pid>12310485</commons.jira.pid>