Prepare for 2.1 release.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@926845 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cf6bce784b
commit
945245c1fe
|
@ -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-SNAPSHOT"/>
|
||||
<property name="component.version" value="2.1"/>
|
||||
|
||||
<!-- The base directory for component sources -->
|
||||
<property name="source.home" value="src/main/java"/>
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -24,7 +24,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-math</artifactId>
|
||||
<version>2.1-SNAPSHOT</version>
|
||||
<version>2.1</version>
|
||||
<name>Commons Math</name>
|
||||
|
||||
<inceptionYear>2003</inceptionYear>
|
||||
|
@ -233,7 +233,7 @@
|
|||
|
||||
<properties>
|
||||
<commons.componentid>math</commons.componentid>
|
||||
<commons.release.version>2.0</commons.release.version>
|
||||
<commons.release.version>2.1</commons.release.version>
|
||||
<commons.binary.suffix></commons.binary.suffix>
|
||||
<commons.jira.id>MATH</commons.jira.id>
|
||||
<commons.jira.pid>12310485</commons.jira.pid>
|
||||
|
|
Loading…
Reference in New Issue