bayard 2002/11/12 07:59:48
Modified: dbutils build.xml
Log:
Outputs a 1.0 file. SNAPSHOT bad for the ant build.
Revision Changes Path
1.3 +2 -2 jakarta-commons-sandbox/dbutils/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/dbutils/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.xml 12 Nov 2002 15:59:30 -0000 1.2
+++ build.xml 12 Nov 2002 15:59:48 -0000 1.3
@@ -50,7 +50,7 @@
<property name="component.title" value="dbutils Utilities"/>
<!-- The current version number of this component -->
- <property name="component.version" value="SNAPSHOT"/>
+ <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>