Author: psteitz Date: Thu Jul 30 21:24:29 2009 New Revision: 799447 URL: http://svn.apache.org/viewvc?rev=799447&view=rev Log: Prepare (again) for 2.0 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=799447&r1=799446&r2=799447&view=diff ============================================================================== --- commons/proper/math/trunk/build.xml (original) +++ commons/proper/math/trunk/build.xml Thu Jul 30 21:24:29 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"/> <!-- 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=799447&r1=799446&r2=799447&view=diff ============================================================================== --- commons/proper/math/trunk/pom.xml (original) +++ commons/proper/math/trunk/pom.xml Thu Jul 30 21:24:29 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</version> <name>Commons Math</name> <inceptionYear>2003</inceptionYear>