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/06/09 16:30:58 UTC

svn commit: r953026 - /gump/metadata/project/commons-collections-3.x.xml

Author: bodewig
Date: Wed Jun  9 14:30:58 2010
New Revision: 953026

URL: http://svn.apache.org/viewvc?rev=953026&view=rev
Log:
dependency cycle

Modified:
    gump/metadata/project/commons-collections-3.x.xml

Modified: gump/metadata/project/commons-collections-3.x.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-collections-3.x.xml?rev=953026&r1=953025&r2=953026&view=diff
==============================================================================
--- gump/metadata/project/commons-collections-3.x.xml (original)
+++ gump/metadata/project/commons-collections-3.x.xml Wed Jun  9 14:30:58 2010
@@ -37,7 +37,6 @@
 
     <!-- downloaded by mvn -->
     <option project="xpp"/>
-    <option project="velocity-engine"/>
 
     <jar name="target/commons-collections-3.3-SNAPSHOT.jar"
          id="commons-collections"/>
@@ -58,6 +57,8 @@
     <mvn/>
 
     <depend project="commons-collections"/>
+    <!-- downloaded by mvn -->
+    <option project="velocity-engine"/>
     <!--nag to="dev@commons.apache.org" from="Gump &lt;issues@commons.apache.org&gt;"/-->
   </project>