1
0
mirror of https://github.com/apache/commons-lang.git synced 2025-02-14 14:05:17 +00:00

Updated version from 1.0 to 1.1-dev.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137170 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2002-12-07 21:52:19 +00:00
parent 3e88bc3ca5
commit f9e7f0e58f
2 changed files with 3 additions and 2 deletions

@ -1,3 +1,4 @@
junit.home=/usr/local/javalib
# The pathname of the "junit.jar" JAR file
junit.jar = ${junit.home}/junit-3.7.jar
@ -11,7 +12,7 @@ component.package = org.apache.commons.lang
component.title = Core Language Utilities
# The current version number of this component
component.version = 1.0
component.version = 1.1-dev
# The name that is used to create the jar file
final.name = ${component.name}-${component.version}

@ -3,7 +3,7 @@
<extend>../project.xml</extend>
<id>commons-lang</id>
<name>Lang</name>
<currentVersion>1.0</currentVersion>
<currentVersion>1.1-dev</currentVersion>
<inceptionYear>2001</inceptionYear>
<description>