Author: richard.opalka(a)jboss.com
Date: 2008-05-06 09:50:40 -0400 (Tue, 06 May 2008)
New Revision: 6909
Modified:
stack/native/trunk/modules/client/pom.xml
stack/native/trunk/modules/core/pom.xml
stack/native/trunk/modules/embedded/pom.xml
stack/native/trunk/modules/jaxrpc/pom.xml
stack/native/trunk/modules/jaxws-ext/pom.xml
stack/native/trunk/modules/jaxws/pom.xml
stack/native/trunk/modules/management/pom.xml
stack/native/trunk/modules/saaj/pom.xml
stack/native/trunk/modules/testsuite/framework-tests/pom.xml
stack/native/trunk/modules/testsuite/native-tests/pom.xml
stack/native/trunk/modules/testsuite/pom.xml
Log:
fixing parent poms relative paths
Modified: stack/native/trunk/modules/client/pom.xml
===================================================================
--- stack/native/trunk/modules/client/pom.xml 2008-05-06 13:32:27 UTC (rev 6908)
+++ stack/native/trunk/modules/client/pom.xml 2008-05-06 13:50:40 UTC (rev 6909)
@@ -11,6 +11,7 @@
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
<version>3.0.2-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
</parent>
<!-- Dependencies -->
Modified: stack/native/trunk/modules/core/pom.xml
===================================================================
--- stack/native/trunk/modules/core/pom.xml 2008-05-06 13:32:27 UTC (rev 6908)
+++ stack/native/trunk/modules/core/pom.xml 2008-05-06 13:50:40 UTC (rev 6909)
@@ -11,6 +11,7 @@
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
<version>3.0.2-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
</parent>
<!-- Dependencies -->
Modified: stack/native/trunk/modules/embedded/pom.xml
===================================================================
--- stack/native/trunk/modules/embedded/pom.xml 2008-05-06 13:32:27 UTC (rev 6908)
+++ stack/native/trunk/modules/embedded/pom.xml 2008-05-06 13:50:40 UTC (rev 6909)
@@ -11,6 +11,7 @@
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
<version>3.0.2-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
</parent>
<!-- Dependencies -->
Modified: stack/native/trunk/modules/jaxrpc/pom.xml
===================================================================
--- stack/native/trunk/modules/jaxrpc/pom.xml 2008-05-06 13:32:27 UTC (rev 6908)
+++ stack/native/trunk/modules/jaxrpc/pom.xml 2008-05-06 13:50:40 UTC (rev 6909)
@@ -11,6 +11,7 @@
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
<version>3.0.2-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
</parent>
<!-- Dependencies -->
Modified: stack/native/trunk/modules/jaxws/pom.xml
===================================================================
--- stack/native/trunk/modules/jaxws/pom.xml 2008-05-06 13:32:27 UTC (rev 6908)
+++ stack/native/trunk/modules/jaxws/pom.xml 2008-05-06 13:50:40 UTC (rev 6909)
@@ -11,6 +11,7 @@
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
<version>3.0.2-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
</parent>
<!-- Dependencies -->
Modified: stack/native/trunk/modules/jaxws-ext/pom.xml
===================================================================
--- stack/native/trunk/modules/jaxws-ext/pom.xml 2008-05-06 13:32:27 UTC (rev 6908)
+++ stack/native/trunk/modules/jaxws-ext/pom.xml 2008-05-06 13:50:40 UTC (rev 6909)
@@ -11,6 +11,7 @@
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
<version>3.0.2-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
</parent>
<!-- Dependencies -->
Modified: stack/native/trunk/modules/management/pom.xml
===================================================================
--- stack/native/trunk/modules/management/pom.xml 2008-05-06 13:32:27 UTC (rev 6908)
+++ stack/native/trunk/modules/management/pom.xml 2008-05-06 13:50:40 UTC (rev 6909)
@@ -10,6 +10,7 @@
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
<version>3.0.2-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
</parent>
<build>
Modified: stack/native/trunk/modules/saaj/pom.xml
===================================================================
--- stack/native/trunk/modules/saaj/pom.xml 2008-05-06 13:32:27 UTC (rev 6908)
+++ stack/native/trunk/modules/saaj/pom.xml 2008-05-06 13:50:40 UTC (rev 6909)
@@ -11,6 +11,7 @@
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
<version>3.0.2-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
</parent>
</project>
Modified: stack/native/trunk/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/framework-tests/pom.xml 2008-05-06 13:32:27 UTC
(rev 6908)
+++ stack/native/trunk/modules/testsuite/framework-tests/pom.xml 2008-05-06 13:50:40 UTC
(rev 6909)
@@ -11,6 +11,7 @@
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-testsuite</artifactId>
<version>3.0.2-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
</parent>
<!-- Plugins -->
Modified: stack/native/trunk/modules/testsuite/native-tests/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/pom.xml 2008-05-06 13:32:27 UTC (rev
6908)
+++ stack/native/trunk/modules/testsuite/native-tests/pom.xml 2008-05-06 13:50:40 UTC (rev
6909)
@@ -11,6 +11,7 @@
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-testsuite</artifactId>
<version>3.0.2-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
</parent>
<!-- Dependencies -->
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2008-05-06 13:32:27 UTC (rev 6908)
+++ stack/native/trunk/modules/testsuite/pom.xml 2008-05-06 13:50:40 UTC (rev 6909)
@@ -11,6 +11,7 @@
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
<version>3.0.2-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
</parent>
<!-- Properties -->
Show replies by date