Update version numbers after 3.2.1 has been released

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1556638 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2014-01-08 21:09:36 +00:00
parent 99338c3732
commit 18c73f2de5
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ component.package = org.apache.commons.lang3
component.title = Core Language Utilities
# The current version number of this component
component.version = 3.2.1-SNAPSHOT
component.version = 3.2.2-SNAPSHOT
# The name that is used to create the jar file
final.name = ${component.name}-${component.version}

View File

@ -27,7 +27,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.2-SNAPSHOT</version>
<name>Apache Commons Lang</name>
<inceptionYear>2001</inceptionYear>