I suspect the next version will be 2.4
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@564055 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
050fe8e916
commit
2730ae5394
|
@ -33,7 +33,7 @@ component.package = org.apache.commons.lang
|
||||||
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.0-SNAPSHOT
|
component.version = 2.4-SNAPSHOT
|
||||||
|
|
||||||
# The current year used for the end date in copyrights.
|
# The current year used for the end date in copyrights.
|
||||||
copyright.end = 2005
|
copyright.end = 2005
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -27,7 +27,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>commons-lang</groupId>
|
<groupId>commons-lang</groupId>
|
||||||
<artifactId>commons-lang</artifactId>
|
<artifactId>commons-lang</artifactId>
|
||||||
<version>3.0-SNAPSHOT</version>
|
<version>2.4-SNAPSHOT</version>
|
||||||
<name>Lang</name>
|
<name>Lang</name>
|
||||||
|
|
||||||
<inceptionYear>2001</inceptionYear>
|
<inceptionYear>2001</inceptionYear>
|
||||||
|
|
|
@ -20,7 +20,7 @@ limitations under the License.
|
||||||
<groupId>commons-lang</groupId>
|
<groupId>commons-lang</groupId>
|
||||||
<artifactId>commons-lang</artifactId>
|
<artifactId>commons-lang</artifactId>
|
||||||
<name>Lang</name>
|
<name>Lang</name>
|
||||||
<currentVersion>3.0-SNAPSHOT</currentVersion>
|
<currentVersion>2.4-SNAPSHOT</currentVersion>
|
||||||
<inceptionYear>2001</inceptionYear>
|
<inceptionYear>2001</inceptionYear>
|
||||||
<shortDescription>Java Common Components</shortDescription>
|
<shortDescription>Java Common Components</shortDescription>
|
||||||
<description>
|
<description>
|
||||||
|
|
Loading…
Reference in New Issue