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

View File

@ -1,3 +1,4 @@
junit.home=/usr/local/javalib
# The pathname of the "junit.jar" JAR file # The pathname of the "junit.jar" JAR file
junit.jar = ${junit.home}/junit-3.7.jar junit.jar = ${junit.home}/junit-3.7.jar
@ -11,7 +12,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 = 1.0 component.version = 1.1-dev
# 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}

View File

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