Updated to reflect 2.1 release.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@930146 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2010-04-02 01:53:38 +00:00
parent b64e027c3a
commit de4baf794e
4 changed files with 11 additions and 4 deletions

View File

@ -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"/>

View File

@ -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>

View File

@ -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>

View File

@ -51,7 +51,9 @@ The <action> type attribute can be add,update,fix,remove.
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.