You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bi...@apache.org on 2009/09/17 04:23:30 UTC

svn commit: r816029 - /gump/metadata/project/velocity-engine.xml

Author: billbarker
Date: Thu Sep 17 02:23:30 2009
New Revision: 816029

URL: http://svn.apache.org/viewvc?rev=816029&view=rev
Log:
fix jar location (but probably doesn't work with commons-collection HEAD)

Modified:
    gump/metadata/project/velocity-engine.xml

Modified: gump/metadata/project/velocity-engine.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/velocity-engine.xml?rev=816029&r1=816028&r2=816029&view=diff
==============================================================================
--- gump/metadata/project/velocity-engine.xml (original)
+++ gump/metadata/project/velocity-engine.xml Thu Sep 17 02:23:30 2009
@@ -41,13 +41,13 @@
            Let's pass in the version of the newly built jars for that. You find the
            properties to override in build.properties 
        -->
-      <property name="jar.commons-collections.version" value="@@DATE@@"/>
+      <property name="jar.commons-collections.version" value="3.3-SNAPSHOT"/>
       <property name="jar.commons-lang.version" value="2.4"/>
       <property name="jar.oro.version" value="@@DATE@@"/>
       <property name="jar.oro.name" value="jakarta-oro"/>
 
       <property name="jar.commons-collections.dir" project="commons-collections"
-                path="collections/build" />
+                path="collections/target" />
       <property name="jar.commons-lang.dir" project="commons-lang-2.x"
                 path="target" />
       <property name="jar.oro.dir" project="jakarta-oro" reference="home"/>