rleland 2003/08/26 20:49:26
Modified: validator build.xml project.xml
Log:
Change version to 1.1.0
Revision Changes Path
1.26 +2 -2 jakarta-commons/validator/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/validator/build.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- build.xml 22 Aug 2003 06:33:04 -0000 1.25
+++ build.xml 27 Aug 2003 03:49:26 -0000 1.26
@@ -52,7 +52,7 @@
<property name="component.title" value="Validator"/>
<!-- The current version number of this component -->
- <property name="component.version" value="1.1.0-dev"/>
+ <property name="component.version" value="1.1.0"/>
<!-- The base directory for compilation targets -->
<property name="build.home" value="target"/>
1.22 +1 -1 jakarta-commons/validator/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/validator/project.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- project.xml 23 Aug 2003 02:34:45 -0000 1.21
+++ project.xml 27 Aug 2003 03:49:26 -0000 1.22
@@ -4,7 +4,7 @@
<extend>../project.xml</extend>
<name>Validator</name>
<id>commons-validator</id>
- <currentVersion>1.1.0-dev</currentVersion>
+ <currentVersion>1.1.0</currentVersion>
<organization>
<name>Apache Software Foundation</name>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]