updated version to 2.1-RC7;

updated to require junit 3.8.1

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@178910 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Caswell 2005-05-29 01:08:24 +00:00
parent 8c16db232b
commit ee3e9dcaee
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
# $Id$
# The pathname of the "junit.jar" JAR file
junit.jar = ${junit.home}/junit-3.7.jar
junit.jar = ${junit.home}/junit-3.8.1.jar
# The name of this component
component.name = commons-lang
@ -29,7 +29,7 @@ component.package = org.apache.commons.lang
component.title = Core Language Utilities
# The current version number of this component
component.version = 2.1-RC6
component.version = 2.1-RC7
# The current year used for the end date in copyrights.
copyright.end = 2005