Updated to reflect next version's dev.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137241 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c6dcdde007
commit
3c27be2435
|
@ -1,5 +1,6 @@
|
|||
# The pathname of the "junit.jar" JAR file
|
||||
junit.jar = ${junit.home}/junit-3.7.jar
|
||||
junit.jar=/usr/local/javalib/junit-3.7.jar
|
||||
#junit.jar = ${junit.home}/junit-3.7.jar
|
||||
|
||||
# The name of this component
|
||||
component.name = commons-lang
|
||||
|
@ -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.1-dev
|
||||
component.version = 2.0-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.1-dev</currentVersion>
|
||||
<currentVersion>2.0-dev</currentVersion>
|
||||
<inceptionYear>2001</inceptionYear>
|
||||
|
||||
<description>
|
||||
|
|
Loading…
Reference in New Issue