Author: richard.opalka(a)jboss.com
Date: 2008-05-06 09:54:58 -0400 (Tue, 06 May 2008)
New Revision: 6912
Modified:
stack/cxf/trunk/modules/client/pom.xml
stack/cxf/trunk/modules/management/pom.xml
stack/cxf/trunk/modules/server/pom.xml
stack/cxf/trunk/modules/testsuite/cxf-tests/pom.xml
stack/cxf/trunk/modules/testsuite/framework-tests/pom.xml
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
fixing parent poms relative paths
Modified: stack/cxf/trunk/modules/client/pom.xml
===================================================================
--- stack/cxf/trunk/modules/client/pom.xml 2008-05-06 13:51:21 UTC (rev 6911)
+++ stack/cxf/trunk/modules/client/pom.xml 2008-05-06 13:54:58 UTC (rev 6912)
@@ -10,6 +10,7 @@
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-cxf</artifactId>
<version>3.0.2-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
</parent>
<!-- Dependencies -->
Modified: stack/cxf/trunk/modules/management/pom.xml
===================================================================
--- stack/cxf/trunk/modules/management/pom.xml 2008-05-06 13:51:21 UTC (rev 6911)
+++ stack/cxf/trunk/modules/management/pom.xml 2008-05-06 13:54:58 UTC (rev 6912)
@@ -10,6 +10,7 @@
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-cxf</artifactId>
<version>3.0.2-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
</parent>
<build>
Modified: stack/cxf/trunk/modules/server/pom.xml
===================================================================
--- stack/cxf/trunk/modules/server/pom.xml 2008-05-06 13:51:21 UTC (rev 6911)
+++ stack/cxf/trunk/modules/server/pom.xml 2008-05-06 13:54:58 UTC (rev 6912)
@@ -11,6 +11,7 @@
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-cxf</artifactId>
<version>3.0.2-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
</parent>
<!-- Dependencies -->
Modified: stack/cxf/trunk/modules/testsuite/cxf-tests/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/cxf-tests/pom.xml 2008-05-06 13:51:21 UTC (rev
6911)
+++ stack/cxf/trunk/modules/testsuite/cxf-tests/pom.xml 2008-05-06 13:54:58 UTC (rev
6912)
@@ -11,6 +11,7 @@
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
<version>3.0.2-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
</parent>
<!-- Plugins -->
Modified: stack/cxf/trunk/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/framework-tests/pom.xml 2008-05-06 13:51:21 UTC (rev
6911)
+++ stack/cxf/trunk/modules/testsuite/framework-tests/pom.xml 2008-05-06 13:54:58 UTC (rev
6912)
@@ -11,6 +11,7 @@
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
<version>3.0.2-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
</parent>
<!-- Plugins -->
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2008-05-06 13:51:21 UTC (rev 6911)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2008-05-06 13:54:58 UTC (rev 6912)
@@ -11,6 +11,7 @@
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-cxf</artifactId>
<version>3.0.2-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
</parent>
<!-- Properties -->