You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2012/05/29 06:41:48 UTC

svn commit: r1343538 - /gump/metadata/project/commons-sandbox.xml

Author: bodewig
Date: Tue May 29 04:41:47 2012
New Revision: 1343538

URL: http://svn.apache.org/viewvc?rev=1343538&view=rev
Log:
jar name

Modified:
    gump/metadata/project/commons-sandbox.xml

Modified: gump/metadata/project/commons-sandbox.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-sandbox.xml?rev=1343538&r1=1343537&r2=1343538&view=diff
==============================================================================
--- gump/metadata/project/commons-sandbox.xml (original)
+++ gump/metadata/project/commons-sandbox.xml Tue May 29 04:41:47 2012
@@ -68,9 +68,7 @@
     <package>org.apache.commons.id</package>
     <description>Commons Identifier Package</description>
 
-    <mvn2 basedir="id" goal="package">
-      <property name="maven.final.name" value="commons-id-@@DATE@@"/>
-    </mvn2>
+    <mvn2 basedir="id" goal="package"/>
 
     <depend project="ant"/>
     <depend project="commons-discovery"/>
@@ -82,7 +80,7 @@
     <depend project="xml-xerces"/>
     <home nested="id/target"/> 
     <report nested="id/target/surefire-reports"/>
-    <jar name="commons-id-@@DATE@@.jar"/>
+    <jar name="commons-id-*[0-9T].jar"/>
 
     <nag to="dev@commons.apache.org" from="Gump &lt;issues@commons.apache.org&gt;"/>
   </project>