next version will be 3.4
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1594669 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5a6ccd5872
commit
4f498e6850
4
pom.xml
4
pom.xml
|
@ -24,7 +24,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-math3</artifactId>
|
||||
<version>3.3-SNAPSHOT</version>
|
||||
<version>3.4-SNAPSHOT</version>
|
||||
<name>Apache Commons Math</name>
|
||||
|
||||
<inceptionYear>2003</inceptionYear>
|
||||
|
@ -346,7 +346,7 @@
|
|||
<!-- This value must reflect the current name of the base package. -->
|
||||
<commons.osgi.symbolicName>org.apache.commons.math3</commons.osgi.symbolicName>
|
||||
<!-- do not use snapshot suffix here -->
|
||||
<commons.release.version>3.2</commons.release.version>
|
||||
<commons.release.version>3.4</commons.release.version>
|
||||
<commons.release.desc>(requires Java 1.5+)</commons.release.desc>
|
||||
<!-- <commons.rc.version>RC1</commons.rc.version> -->
|
||||
<commons.binary.suffix>-bin</commons.binary.suffix>
|
||||
|
|
Loading…
Reference in New Issue