You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bi...@apache.org on 2010/09/07 04:22:48 UTC

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

Author: billbarker
Date: Tue Sep  7 02:22:48 2010
New Revision: 993196

URL: http://svn.apache.org/viewvc?rev=993196&view=rev
Log:
fix jar version name

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=993196&r1=993195&r2=993196&view=diff
==============================================================================
--- commons/proper/math/trunk/build.xml (original)
+++ commons/proper/math/trunk/build.xml Tue Sep  7 02:22:48 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.2-SNAPSHOT"/>
+  <property name="component.version"       value="3.0-SNAPSHOT"/>
 
   <!-- 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=993196&r1=993195&r2=993196&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Tue Sep  7 02:22:48 2010
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-math</artifactId>
-  <version>2.2-SNAPSHOT</version>
+  <version>3.0-SNAPSHOT</version>
   <name>Commons Math</name>
 
   <inceptionYear>2003</inceptionYear>