Author: thomas.diesler(a)jboss.com
Date: 2008-05-07 10:15:45 -0400 (Wed, 07 May 2008)
New Revision: 6940
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
stack/cxf/trunk/pom.xml
stack/cxf/trunk/src/main/scripts/assembly-deploy-artifacts.xml
Log:
append cxf to groupid
Modified: stack/cxf/trunk/modules/client/pom.xml
===================================================================
--- stack/cxf/trunk/modules/client/pom.xml 2008-05-07 14:07:59 UTC (rev 6939)
+++ stack/cxf/trunk/modules/client/pom.xml 2008-05-07 14:15:45 UTC (rev 6940)
@@ -7,7 +7,7 @@
<packaging>jar</packaging>
<parent>
- <groupId>org.jboss.ws</groupId>
+ <groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
<version>3.0.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
Modified: stack/cxf/trunk/modules/management/pom.xml
===================================================================
--- stack/cxf/trunk/modules/management/pom.xml 2008-05-07 14:07:59 UTC (rev 6939)
+++ stack/cxf/trunk/modules/management/pom.xml 2008-05-07 14:15:45 UTC (rev 6940)
@@ -7,7 +7,7 @@
<packaging>war</packaging>
<parent>
- <groupId>org.jboss.ws</groupId>
+ <groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
<version>3.0.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
Modified: stack/cxf/trunk/modules/server/pom.xml
===================================================================
--- stack/cxf/trunk/modules/server/pom.xml 2008-05-07 14:07:59 UTC (rev 6939)
+++ stack/cxf/trunk/modules/server/pom.xml 2008-05-07 14:15:45 UTC (rev 6940)
@@ -8,7 +8,7 @@
<!-- Parent -->
<parent>
- <groupId>org.jboss.ws</groupId>
+ <groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
<version>3.0.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
Modified: stack/cxf/trunk/modules/testsuite/cxf-tests/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/cxf-tests/pom.xml 2008-05-07 14:07:59 UTC (rev
6939)
+++ stack/cxf/trunk/modules/testsuite/cxf-tests/pom.xml 2008-05-07 14:15:45 UTC (rev
6940)
@@ -8,7 +8,7 @@
<!-- Parent -->
<parent>
- <groupId>org.jboss.ws</groupId>
+ <groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
<version>3.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
Modified: stack/cxf/trunk/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/framework-tests/pom.xml 2008-05-07 14:07:59 UTC (rev
6939)
+++ stack/cxf/trunk/modules/testsuite/framework-tests/pom.xml 2008-05-07 14:15:45 UTC (rev
6940)
@@ -8,7 +8,7 @@
<!-- Parent -->
<parent>
- <groupId>org.jboss.ws</groupId>
+ <groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
<version>3.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2008-05-07 14:07:59 UTC (rev 6939)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2008-05-07 14:15:45 UTC (rev 6940)
@@ -8,7 +8,7 @@
<!-- Parent -->
<parent>
- <groupId>org.jboss.ws</groupId>
+ <groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
<version>3.0.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
@@ -55,7 +55,7 @@
<artifactId>jsr181-api</artifactId>
</dependency>
<dependency>
- <groupId>org.jboss.ws</groupId>
+ <groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-client</artifactId>
<version>${version}</version>
</dependency>
Modified: stack/cxf/trunk/pom.xml
===================================================================
--- stack/cxf/trunk/pom.xml 2008-05-07 14:07:59 UTC (rev 6939)
+++ stack/cxf/trunk/pom.xml 2008-05-07 14:15:45 UTC (rev 6940)
@@ -16,7 +16,7 @@
<modelVersion>4.0.0</modelVersion>
<name>JBoss Web Services - Stack CXF</name>
- <groupId>org.jboss.ws</groupId>
+ <groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
<packaging>pom</packaging>
Modified: stack/cxf/trunk/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
--- stack/cxf/trunk/src/main/scripts/assembly-deploy-artifacts.xml 2008-05-07 14:07:59 UTC
(rev 6939)
+++ stack/cxf/trunk/src/main/scripts/assembly-deploy-artifacts.xml 2008-05-07 14:15:45 UTC
(rev 6940)
@@ -51,8 +51,8 @@
<moduleSets>
<moduleSet>
<includes>
- <include>org.jboss.ws:jbossws-cxf-client</include>
- <include>org.jboss.ws:jbossws-cxf-server</include>
+ <include>org.jboss.ws.cxf:jbossws-cxf-client</include>
+ <include>org.jboss.ws.cxf:jbossws-cxf-server</include>
</includes>
<binaries>
<outputDirectory>lib</outputDirectory>
@@ -99,7 +99,7 @@
</moduleSet>
<moduleSet>
<includes>
- <include>org.jboss.ws:jbossws-cxf-management</include>
+ <include>org.jboss.ws.cxf:jbossws-cxf-management</include>
</includes>
<binaries>
<outputDirectory>lib</outputDirectory>
Show replies by date