increment version number after 3.2 release

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1465214 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2013-04-06 09:46:21 +00:00
parent 3d74f8d787
commit b5d44bb2ad
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId> <artifactId>commons-math3</artifactId>
<version>3.2-SNAPSHOT</version> <version>3.3-SNAPSHOT</version>
<name>Commons Math</name> <name>Commons Math</name>
<inceptionYear>2003</inceptionYear> <inceptionYear>2003</inceptionYear>
@ -319,7 +319,7 @@
<!-- This value must reflect the current name of the base package. --> <!-- This value must reflect the current name of the base package. -->
<commons.osgi.symbolicName>org.apache.commons.math3</commons.osgi.symbolicName> <commons.osgi.symbolicName>org.apache.commons.math3</commons.osgi.symbolicName>
<!-- do not use snapshot suffix here --> <!-- do not use snapshot suffix here -->
<commons.release.version>3.2</commons.release.version> <commons.release.version>3.3</commons.release.version>
<commons.release.desc>(requires Java 1.5+)</commons.release.desc> <commons.release.desc>(requires Java 1.5+)</commons.release.desc>
<!-- <commons.rc.version>RC1</commons.rc.version> --> <!-- <commons.rc.version>RC1</commons.rc.version> -->
<commons.binary.suffix>-bin</commons.binary.suffix> <commons.binary.suffix>-bin</commons.binary.suffix>