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 2010/08/09 17:02:18 UTC

svn commit: r983670 - /gump/metadata/project/commons-proper.xml

Author: bodewig
Date: Mon Aug  9 15:02:18 2010
New Revision: 983670

URL: http://svn.apache.org/viewvc?rev=983670&view=rev
Log:
use a wildcard for jar name

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

Modified: gump/metadata/project/commons-proper.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-proper.xml?rev=983670&r1=983669&r2=983670&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Mon Aug  9 15:02:18 2010
@@ -232,7 +232,7 @@
 
     <home nested="compress/target" />
 
-    <jar name="commons-compress-1.1-SNAPSHOT.jar" />
+    <jar name="commons-compress-*[0-9T].jar" />
 
     <nag to="dev@commons.apache.org" from="Gump &lt;dev@commons.apache.org&gt;" />
   </project>