Preparing bugfix release 3.3.1

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1577842 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2014-03-15 12:23:09 +00:00
parent 3b681d4a78
commit a4772be651
2 changed files with 3 additions and 3 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.4-SNAPSHOT
component.version = 3.3.1-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.4-SNAPSHOT</version>
<version>3.3.1-SNAPSHOT</version>
<name>Apache Commons Lang</name>
<inceptionYear>2001</inceptionYear>
@ -507,7 +507,7 @@
-->
<commons.componentid>lang3</commons.componentid>
<!-- Current 3.x release series -->
<commons.release.version>3.3</commons.release.version>
<commons.release.version>3.3.1</commons.release.version>
<commons.release.desc>(Java 6.0+)</commons.release.desc>
<!-- Previous 2.x release series -->
<commons.release.2.version>2.6</commons.release.2.version>