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/01/07 08:48:32 UTC

svn commit: r896773 - /gump/metadata/project/jgroups.xml

Author: bodewig
Date: Thu Jan  7 07:48:28 2010
New Revision: 896773

URL: http://svn.apache.org/viewvc?rev=896773&view=rev
Log:
jgroups now has a version in its jar name

Modified:
    gump/metadata/project/jgroups.xml

Modified: gump/metadata/project/jgroups.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/jgroups.xml?rev=896773&r1=896772&r2=896773&view=diff
==============================================================================
--- gump/metadata/project/jgroups.xml (original)
+++ gump/metadata/project/jgroups.xml Thu Jan  7 07:48:28 2010
@@ -27,7 +27,9 @@
   <project name="jgroups">
     <package>org.jgroups</package>
 
-    <ant target="jar"/>
+    <ant target="jar">
+      <property name="version" value="@@DATE@@"/>
+    </ant>
     <depend project="ant" inherit="runtime"/>
     <depend project="xml-apis"/>
     <depend project="xalan"/>
@@ -43,7 +45,7 @@
     <depend project="mx4j"/>
     <depend project="testng"/>
 
-    <jar name="dist/jgroups-all.jar"/>
+    <jar name="dist/jgroups-@@DATE@@.jar"/>
 
     <work nested="classes"/>