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

svn commit: r960432 - /gump/metadata/project/james-protocols.xml

Author: bodewig
Date: Mon Jul  5 03:38:44 2010
New Revision: 960432

URL: http://svn.apache.org/viewvc?rev=960432&view=rev
Log:
version change, use wildcards

Modified:
    gump/metadata/project/james-protocols.xml

Modified: gump/metadata/project/james-protocols.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/james-protocols.xml?rev=960432&r1=960431&r2=960432&view=diff
==============================================================================
--- gump/metadata/project/james-protocols.xml (original)
+++ gump/metadata/project/james-protocols.xml Mon Jul  5 03:38:44 2010
@@ -43,11 +43,11 @@
     <option project="junit"/>
     <option project="velocity-engine"/>
 
-    <jar name="api/target/protocols-api-1.1-SNAPSHOT.jar"
+    <jar name="api/target/protocols-api-*[0-9T].jar"
          id="protocols-api"/>
-    <jar name="impl/target/protocols-impl-1.1-SNAPSHOT.jar"
+    <jar name="impl/target/protocols-impl-*[0-9T].jar"
          id="protocols-impl"/>
-    <jar name="smtp/target/protocols-smtp-1.1-SNAPSHOT.jar"
+    <jar name="smtp/target/protocols-smtp-*[0-9T].jar"
          id="protocols-smtp"/>
   </project>