Moving to the next version - which I'm claiming will be 3.0
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@507081 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
332d536bb3
commit
6443ed28d1
|
@ -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 = 2.3
|
component.version = 3.0-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>2.3</version>
|
<version>3.0-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>2.3</currentVersion>
|
<currentVersion>3.0-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