martinc 2002/10/21 23:19:30
Modified: validator build.xml
Log:
Set build version for 1.0 release.
Revision Changes Path
1.12 +2 -2 jakarta-commons/validator/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/validator/build.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- build.xml 22 Oct 2002 06:18:02 -0000 1.11
+++ build.xml 22 Oct 2002 06:19:30 -0000 1.12
@@ -49,7 +49,7 @@
<property name="component.title" value="Validator"/>
<!-- The current version number of this component -->
- <property name="component.version" value="1.0-dev"/>
+ <property name="component.version" value="1.0"/>
<!-- The base directory for compilation targets -->
<property name="build.home" value="target"/>
--
To unsubscribe, e-mail: <mailto:commons-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>