preparing 2.2 release

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1072560 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2011-02-20 11:22:59 +00:00
parent 386c6734d8
commit c631c699f5
5 changed files with 9 additions and 7 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.2-SNAPSHOT"/>
<property name="component.version" value="2.2"/>
<!-- The base directory for component sources -->
<property name="source.home" value="src/main/java"/>

View File

@ -38,7 +38,7 @@
<release>
<Version>
<name>commons-math</name>
<created>TBD</created>
<created>2011-02-24</created>
<revision>2.2</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.2-SNAPSHOT</version>
<version>2.2</version>
<name>Commons Math</name>
<inceptionYear>2003</inceptionYear>
@ -241,7 +241,7 @@
<properties>
<commons.componentid>math</commons.componentid>
<commons.release.version>2.1</commons.release.version>
<commons.release.version>2.2</commons.release.version>
<commons.binary.suffix></commons.binary.suffix>
<commons.jira.id>MATH</commons.jira.id>
<commons.jira.pid>12310485</commons.jira.pid>

View File

@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math</artifactId>
<version>2.1</version>
<version>2.2</version>
<name>Commons Math User Guide</name>
<inceptionYear>2003</inceptionYear>
<description>User Guide</description>
@ -38,7 +38,7 @@
</scm>
<properties>
<commons.componentid>math</commons.componentid>
<commons.release.version>2.0</commons.release.version>
<commons.release.version>2.2</commons.release.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>

View File

@ -27,7 +27,9 @@
<item name="Overview" href="/index.html"/>
<item name="Proposal" href="/proposal.html"/>
<item name="Developers Guide" href="/developers.html"/>
<item name="Javadoc (2.2-SNAPSHOT)" href="apidocs/index.html"/>
<item name="Javadoc (3.0-SNAPSHOT)" href="apidocs/index.html"/>
<item name="Javadoc (2.2 release)"
href="http://commons.apache.org/math/api-2.2/index.html"/>
<item name="Javadoc (2.1 release)"
href="http://commons.apache.org/math/api-2.1/index.html"/>
<item name="Javadoc (2.0 release)"