Preparing next release (which will be 3.2.1)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1555522 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b9b452dfaa
commit
1b6457f749
|
@ -42,7 +42,7 @@ component.package = org.apache.commons.lang3
|
||||||
component.title = Core Language Utilities
|
component.title = Core Language Utilities
|
||||||
|
|
||||||
# The current version number of this component
|
# The current version number of this component
|
||||||
component.version = 3.3-SNAPSHOT
|
component.version = 3.2.1-SNAPSHOT
|
||||||
|
|
||||||
# The name that is used to create the jar file
|
# The name that is used to create the jar file
|
||||||
final.name = ${component.name}-${component.version}
|
final.name = ${component.name}-${component.version}
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -27,7 +27,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-lang3</artifactId>
|
<artifactId>commons-lang3</artifactId>
|
||||||
<version>3.3-SNAPSHOT</version>
|
<version>3.2.1-SNAPSHOT</version>
|
||||||
<name>Apache Commons Lang</name>
|
<name>Apache Commons Lang</name>
|
||||||
|
|
||||||
<inceptionYear>2001</inceptionYear>
|
<inceptionYear>2001</inceptionYear>
|
||||||
|
|
Loading…
Reference in New Issue