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 2009/09/21 09:19:12 UTC

svn commit: r817177 - /gump/metadata/project/castor.xml

Author: bodewig
Date: Mon Sep 21 07:19:09 2009
New Revision: 817177

URL: http://svn.apache.org/viewvc?rev=817177&view=rev
Log:
reactor build downloads older versions of core and xml

Modified:
    gump/metadata/project/castor.xml

Modified: gump/metadata/project/castor.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/castor.xml?rev=817177&r1=817176&r2=817177&view=diff
==============================================================================
--- gump/metadata/project/castor.xml (original)
+++ gump/metadata/project/castor.xml Mon Sep 21 07:19:09 2009
@@ -102,6 +102,8 @@
     <option project="jta"/>
     <option project="jakarta-regexp"/>
     <option project="jakarta-oro"/>
+    <option project="castor-core"/>
+    <option project="castor-xml"/>
     <option project="cglib"/>
     <option project="commons-cli"/>
     <option project="commons-logging"/>
@@ -118,8 +120,8 @@
 
     <mvn/>
     <depend project="castor-reactor"/>
-    <depend project="castor-core"/>
-    <depend project="castor-xml"/>
+    <option project="castor-core"/>
+    <option project="castor-xml"/>
   </project>
 
 </module>