Prepare for 2.0-RC1.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@797805 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2009-07-25 17:57:05 +00:00
parent e302655c61
commit ea1617fcb6
2 changed files with 3 additions and 3 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.0-SNAPSHOT"/>
<property name="component.version" value="2.0-RC1"/>
<!-- The base directory for component sources -->
<property name="source.home" value="src/java"/>

View File

@ -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-RC1</version>
<name>Commons Math</name>
<inceptionYear>2003</inceptionYear>
@ -218,7 +218,7 @@
<properties>
<commons.componentid>math</commons.componentid>
<commons.release.version>1.2</commons.release.version>
<commons.release.version>2.0</commons.release.version>
<commons.binary.suffix></commons.binary.suffix>
<commons.jira.id>MATH</commons.jira.id>
<commons.jira.pid>12310485</commons.jira.pid>