You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by kk...@apache.org on 2013/11/24 00:04:15 UTC

svn commit: r1544888 - /gump/metadata/project/tomcat-taglibs.xml

Author: kkolinko
Date: Sat Nov 23 23:04:15 2013
New Revision: 1544888

URL: http://svn.apache.org/r1544888
Log:
Use a glob pattern for the filename to avoid updating the version part of it.

(The current name is taglibs-standard-spec-1.2.2-SNAPSHOT.jar)

Modified:
    gump/metadata/project/tomcat-taglibs.xml

Modified: gump/metadata/project/tomcat-taglibs.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/tomcat-taglibs.xml?rev=1544888&r1=1544887&r2=1544888&view=diff
==============================================================================
--- gump/metadata/project/tomcat-taglibs.xml (original)
+++ gump/metadata/project/tomcat-taglibs.xml Sat Nov 23 23:04:15 2013
@@ -38,7 +38,7 @@
     <mvn2 basedir="standard/spec" goal="install"/>
     <depend project="taglibs-parent"/>
     <home nested="standard/spec/target"/>
-    <jar name="taglibs-standard-spec-1.2-SNAPSHOT.jar"/>
+    <jar name="taglibs-standard-spec-*[0-9T].jar"/>
     <nag to="dev@tomcat.apache.org" from="Gump &lt;bayard@apache.org&gt;"/>
   </project>