fix jar version name

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@993196 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
William Barker 2010-09-07 02:22:48 +00:00
parent 44f6b8b20f
commit 89ec5debd5
2 changed files with 2 additions and 2 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="3.0-SNAPSHOT"/>
<!-- The base directory for component sources -->
<property name="source.home" value="src/main/java"/>

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>3.0-SNAPSHOT</version>
<name>Commons Math</name>
<inceptionYear>2003</inceptionYear>