You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bi...@apache.org on 2006/11/11 23:15:23 UTC

svn commit: r473811 - /gump/metadata/project/db-ddlutils.xml

Author: billbarker
Date: Sat Nov 11 14:15:22 2006
New Revision: 473811

URL: http://svn.apache.org/viewvc?view=rev&rev=473811
Log:
Remove fixed version number

Modified:
    gump/metadata/project/db-ddlutils.xml

Modified: gump/metadata/project/db-ddlutils.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/db-ddlutils.xml?view=diff&rev=473811&r1=473810&r2=473811
==============================================================================
--- gump/metadata/project/db-ddlutils.xml (original)
+++ gump/metadata/project/db-ddlutils.xml Sat Nov 11 14:15:22 2006
@@ -26,8 +26,10 @@
 
   <project name="db-ddlutils">
     <package>org.apache.ddlutils</package>
-    <ant target="jar"/>
-    <jar name="dist/DdlUtils-1.0-dev.jar"/>
+    <ant target="jar">
+      <property name="version" value="@@DATE@@" />
+    </ant>
+    <jar name="dist/DdlUtils-@@DATE@@.jar"/>
     <depend project="ant" version="1.6.5"/>
     <depend project="commons-beanutils"/>
     <depend project="commons-betwixt"/>