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/25 10:43:57 UTC

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

Author: bodewig
Date: Wed Aug 25 08:43:57 2010
New Revision: 988890

URL: http://svn.apache.org/viewvc?rev=988890&view=rev
Log:
fix 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=988890&r1=988889&r2=988890&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Wed Aug 25 08:43:57 2010
@@ -356,7 +356,7 @@
     <depend project="commons-collections"/>
     <depend project="commons-logging"/>
     <option project="velocity-engine"/>
-    <jar name="commons-digester-*[0-9T].jar"/>
+    <jar name="digester/target/commons-digester-2.1-SNAPSHOT.jar"/>
 
     <nag to="dev@commons.apache.org" from="Gump &lt;issues@commons.apache.org&gt;"/>
   </project>