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 2012/12/26 22:38:04 UTC

svn commit: r1426034 - /gump/metadata/project/ws-commons.xml

Author: bodewig
Date: Wed Dec 26 21:38:04 2012
New Revision: 1426034

URL: http://svn.apache.org/viewvc?rev=1426034&view=rev
Log:
fix path to moved axiom parent POM

Modified:
    gump/metadata/project/ws-commons.xml

Modified: gump/metadata/project/ws-commons.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/ws-commons.xml?rev=1426034&r1=1426033&r2=1426034&view=diff
==============================================================================
--- gump/metadata/project/ws-commons.xml (original)
+++ gump/metadata/project/ws-commons.xml Wed Dec 26 21:38:04 2012
@@ -33,8 +33,7 @@
   -->
   <project name="gump-shared-axiom-parent"
            groupId="org.apache.ws.commons.axiom">
-    <mvn2install basedir="axiom/modules"
-                 artifactId="axiom"/>
+    <mvn2install basedir="axiom" artifactId="axiom"/>
     <option project="commons-collections"/>
     <option project="junit"/>
     <option project="velocity-engine"/>
@@ -42,8 +41,8 @@
   </project>
 
   <project name="axiom-parent" groupId="org.apache.ws.commons.axiom">
-    <pom name="axiom/modules/pom.xml"/>
-    <mvn2install basedir="axiom/modules" artifactId="axiom"
+    <pom name="axiom/pom.xml"/>
+    <mvn2install basedir="axiom" artifactId="axiom"
                  separateLocalRepository="ws-commons"/>
     <option project="commons-collections"/>
     <option project="junit"/>