rleland 2003/08/21 21:24:58
Modified: validator build.xml
Log:
Change version value
Revision Changes Path
1.24 +3 -3 jakarta-commons/validator/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/validator/build.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- build.xml 18 May 2003 21:25:16 -0000 1.23
+++ build.xml 22 Aug 2003 04:24:58 -0000 1.24
@@ -19,7 +19,7 @@
<!-- The directories corresponding to your necessary dependencies -->
- <property name="junit.home" value="/usr/local/junit3.7"/>
+ <property name="junit.home" value="/usr/local/junit3.8.1"/>
<property name="commons.home" value="../../jakarta-commons"/>
<property name="sandbox.home" value="../../jakarta-commons-sandbox"/>
<property name="beanutils.home" value="${commons.home}/beanutils"/>
@@ -52,7 +52,7 @@
<property name="component.title" value="Validator"/>
<!-- The current version number of this component -->
- <property name="component.version" value="1.1-dev"/>
+ <property name="component.version" value="1.1.0-dev"/>
<!-- The base directory for compilation targets -->
<property name="build.home" value="target"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]