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:
Henri Yandell 2007-08-09 00:26:17 +00:00
parent 050fe8e916
commit 2730ae5394
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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>

View File

@ -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>