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/10 07:26:23 UTC

svn commit: r983859 - /gump/metadata/project/activemq.xml

Author: bodewig
Date: Tue Aug 10 05:26:23 2010
New Revision: 983859

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

Modified:
    gump/metadata/project/activemq.xml

Modified: gump/metadata/project/activemq.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/activemq.xml?rev=983859&r1=983858&r2=983859&view=diff
==============================================================================
--- gump/metadata/project/activemq.xml (original)
+++ gump/metadata/project/activemq.xml Tue Aug 10 05:26:23 2010
@@ -32,7 +32,7 @@
 
     <home nested="kahadb" />
 
-    <jar name="target/kahadb-5.4-SNAPSHOT.jar" />
+    <jar name="target/kahadb-*[0-9T].jar" />
 
     <option project="commons-logging"/>
     <option project="junit"/>