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/05/19 12:44:38 UTC

svn commit: r946114 - /gump/metadata/project/apache-mailet.xml

Author: bodewig
Date: Wed May 19 10:44:37 2010
New Revision: 946114

URL: http://svn.apache.org/viewvc?rev=946114&view=rev
Log:
mailet-base has bumped version number, use wildcards from now on

Modified:
    gump/metadata/project/apache-mailet.xml

Modified: gump/metadata/project/apache-mailet.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/apache-mailet.xml?rev=946114&r1=946113&r2=946114&view=diff
==============================================================================
--- gump/metadata/project/apache-mailet.xml (original)
+++ gump/metadata/project/apache-mailet.xml Wed May 19 10:44:37 2010
@@ -36,7 +36,7 @@
     <option project="junit"/>
     <option project="velocity-engine"/>
 
-    <jar name="api/trunk/target/apache-mailet-2.5-SNAPSHOT.jar"
+    <jar name="api/trunk/target/apache-mailet-*[0-9T].jar"
          id="apache-mailet"/>
     <nag to="mailet-api@james.apache.org"
          from="Gump &lt;mailet-api@james.apache.org&gt;"/>
@@ -49,7 +49,7 @@
 	
     <option project="apache-mailet"/>
 
-    <jar name="base/trunk/target/apache-mailet-base-1.1-SNAPSHOT.jar"
+    <jar name="base/trunk/target/apache-mailet-base-*[0-9T].jar"
          id="apache-mailet-base"/>
   </project>
 </module>