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/30 03:15:04 UTC

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

Author: psteitz
Date: Thu Jul 30 01:15:04 2009
New Revision: 799147

URL: http://svn.apache.org/viewvc?rev=799147&view=rev
Log:
Change trunk version back during release vote.

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=799147&r1=799146&r2=799147&view=diff
==============================================================================
--- commons/proper/math/trunk/build.xml (original)
+++ commons/proper/math/trunk/build.xml Thu Jul 30 01:15:04 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"/>
+  <property name="component.version"       value="2.0-SNAPSHOT"/>
 
   <!-- 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=799147&r1=799146&r2=799147&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Thu Jul 30 01:15:04 2009
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-math</artifactId>
-  <version>2.0</version>
+  <version>2.0-SNAPSHOT</version>
   <name>Commons Math</name>
 
   <inceptionYear>2003</inceptionYear>