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 2011/03/28 08:13:22 UTC

svn commit: r1086134 - /gump/metadata/project/commons-pool-1.x.xml

Author: bodewig
Date: Mon Mar 28 06:13:22 2011
New Revision: 1086134

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

Modified:
    gump/metadata/project/commons-pool-1.x.xml

Modified: gump/metadata/project/commons-pool-1.x.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-pool-1.x.xml?rev=1086134&r1=1086133&r2=1086134&view=diff
==============================================================================
--- gump/metadata/project/commons-pool-1.x.xml (original)
+++ gump/metadata/project/commons-pool-1.x.xml Mon Mar 28 06:13:22 2011
@@ -34,7 +34,7 @@
     <depend project="junit"/>
     <depend project="commons-collections"/>
     <home nested="dist"/>
-    <jar name="commons-pool.jar"/>
+    <jar name="commons-pool-*[0-9T].jar"/>
 
     <nag to="dev@commons.apache.org" from="Gump &lt;issues@commons.apache.org&gt;"/>
   </project>