Author: psteitz Date: Fri Jul 31 00:56:23 2009 New Revision: 799477 URL: http://svn.apache.org/viewvc?rev=799477&view=rev Log: Reverted 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=799477&r1=799476&r2=799477&view=diff ============================================================================== --- commons/proper/math/trunk/build.xml (original) +++ commons/proper/math/trunk/build.xml Fri Jul 31 00:56:23 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=799477&r1=799476&r2=799477&view=diff ============================================================================== --- commons/proper/math/trunk/pom.xml (original) +++ commons/proper/math/trunk/pom.xml Fri Jul 31 00:56:23 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>