Author: psteitz
Date: Fri Apr 2 01:53:38 2010
New Revision: 930146
URL: http://svn.apache.org/viewvc?rev=930146&view=rev
Log:
Updated to reflect 2.1 release.
Modified:
commons/proper/math/trunk/build.xml
commons/proper/math/trunk/doap_math.rdf
commons/proper/math/trunk/pom.xml
commons/proper/math/trunk/src/site/xdoc/changes.xml
Modified: commons/proper/math/trunk/build.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/build.xml?rev=930146&r1=930145&r2=930146&view=diff
==============================================================================
--- commons/proper/math/trunk/build.xml (original)
+++ commons/proper/math/trunk/build.xml Fri Apr 2 01:53:38 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.1"/>
+ <property name="component.version" value="2.2-SNAPSHOT"/>
<!-- The base directory for component sources -->
<property name="source.home" value="src/main/java"/>
Modified: commons/proper/math/trunk/doap_math.rdf
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/doap_math.rdf?rev=930146&r1=930145&r2=930146&view=diff
==============================================================================
--- commons/proper/math/trunk/doap_math.rdf (original)
+++ commons/proper/math/trunk/doap_math.rdf Fri Apr 2 01:53:38 2010
@@ -38,7 +38,12 @@
<release>
<Version>
<name>commons-math</name>
- <created>TBA</created>
+ <created>TBD</created>
+ <revision>2.2</revision>
+ </Version>
+ <Version>
+ <name>commons-math</name>
+ <created>2010-04-02</created>
<revision>2.1</revision>
</Version>
<Version>
Modified: commons/proper/math/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=930146&r1=930145&r2=930146&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Fri Apr 2 01:53:38 2010
@@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math</artifactId>
- <version>2.1</version>
+ <version>2.2-SNAPSHOT</version>
<name>Commons Math</name>
<inceptionYear>2003</inceptionYear>
Modified: commons/proper/math/trunk/src/site/xdoc/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/site/xdoc/changes.xml?rev=930146&r1=930145&r2=930146&view=diff
==============================================================================
--- commons/proper/math/trunk/src/site/xdoc/changes.xml (original)
+++ commons/proper/math/trunk/src/site/xdoc/changes.xml Fri Apr 2 01:53:38 2010
@@ -51,7 +51,9 @@ The <action> type attribute can be add,u
with a new-line in the release notes. (These spaces are ignored when
displaying HTML).
If the output is not quite correct, check for invisible trailing spaces!
-->
- <release version="2.1" date="TBD" description="
+ <release version="2.2" date="TBD" description="TBD">
+ </release>
+ <release version="2.1" date="2010-04-02" description="
This is primarily a maintenance release, but it also includes new features and
enhancements.
Users of version 2.0 are encouraged to upgrade to 2.1, as this release
includes some important bug fixes.