martinc 2004/03/29 22:18:06
Modified: validator build.xml project.xml
Log:
Update version for 1.1.2 release.
Revision Changes Path
1.32 +2 -2 jakarta-commons/validator/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/validator/build.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- build.xml 29 Feb 2004 09:48:28 -0000 1.31
+++ build.xml 30 Mar 2004 06:18:05 -0000 1.32
@@ -67,7 +67,7 @@
<property name="component.title" value="Validator"/>
<!-- The current version number of this component -->
- <property name="component.version" value="1.1.2-dev"/>
+ <property name="component.version" value="1.1.2"/>
<!-- The base directory for compilation targets -->
<property name="build.home" value="target"/>
1.36 +1 -1 jakarta-commons/validator/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/validator/project.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- project.xml 28 Mar 2004 19:31:20 -0000 1.35
+++ project.xml 30 Mar 2004 06:18:05 -0000 1.36
@@ -19,7 +19,7 @@
<extend>../commons-build/project.xml</extend>
<name>Validator</name>
<id>commons-validator</id>
- <currentVersion>1.1.2-dev</currentVersion>
+ <currentVersion>1.1.2</currentVersion>
<logo>/images/validator-logo-blue.png</logo>
<inceptionYear>2002</inceptionYear>
<package>org.apache.commons.validator</package>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]