Author: dkulp
Date: Wed Oct 19 19:15:40 2011
New Revision: 1186418
URL: http://svn.apache.org/viewvc?rev=1186418&view=rev
Log:
Update groupIds and parents and relative paths in servcies poms to
cleanup the deployment repo things
Modified:
cxf/trunk/services/pom.xml
cxf/trunk/services/sts/pom.xml
cxf/trunk/services/wsn/pom.xml
cxf/trunk/services/wsn/wsn-osgi/pom.xml
Modified: cxf/trunk/services/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/services/pom.xml?rev=1186418&r1=1186417&r2=1186418&view=diff
==============================================================================
--- cxf/trunk/services/pom.xml (original)
+++ cxf/trunk/services/pom.xml Wed Oct 19 19:15:40 2011
@@ -18,7 +18,7 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.services</groupId>
<artifactId>cxf-services</artifactId>
<packaging>pom</packaging>
<version>2.5.0-SNAPSHOT</version>
Modified: cxf/trunk/services/sts/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/services/sts/pom.xml?rev=1186418&r1=1186417&r2=1186418&view=diff
==============================================================================
--- cxf/trunk/services/sts/pom.xml (original)
+++ cxf/trunk/services/sts/pom.xml Wed Oct 19 19:15:40 2011
@@ -18,7 +18,7 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.cxf.services</groupId>
+ <groupId>org.apache.cxf.services.sts</groupId>
<artifactId>cxf-services-sts</artifactId>
<packaging>pom</packaging>
<version>2.5.0-SNAPSHOT</version>
@@ -26,10 +26,10 @@
<url>http://cxf.apache.org</url>
<parent>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf</artifactId>
+ <groupId>org.apache.cxf.services</groupId>
+ <artifactId>cxf-services</artifactId>
<version>2.5.0-SNAPSHOT</version>
- <relativePath>../../parent/pom.xml</relativePath>
+ <relativePath>../pom.xml</relativePath>
</parent>
<modules>
Modified: cxf/trunk/services/wsn/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/services/wsn/pom.xml?rev=1186418&r1=1186417&r2=1186418&view=diff
==============================================================================
--- cxf/trunk/services/wsn/pom.xml (original)
+++ cxf/trunk/services/wsn/pom.xml Wed Oct 19 19:15:40 2011
@@ -18,7 +18,7 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.services.wsn</groupId>
<artifactId>cxf-services-wsn</artifactId>
<packaging>pom</packaging>
<version>2.5.0-SNAPSHOT</version>
@@ -26,10 +26,10 @@
<url>http://cxf.apache.org</url>
<parent>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf</artifactId>
+ <groupId>org.apache.cxf.services</groupId>
+ <artifactId>cxf-services</artifactId>
<version>2.5.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath>../pom.xml</relativePath>
</parent>
<modules>
Modified: cxf/trunk/services/wsn/wsn-osgi/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/services/wsn/wsn-osgi/pom.xml?rev=1186418&r1=1186417&r2=1186418&view=diff
==============================================================================
--- cxf/trunk/services/wsn/wsn-osgi/pom.xml (original)
+++ cxf/trunk/services/wsn/wsn-osgi/pom.xml Wed Oct 19 19:15:40 2011
@@ -29,7 +29,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
<version>2.5.0-SNAPSHOT</version>
- <relativePath>../../parent/pom.xml</relativePath>
+ <relativePath>../../../parent/pom.xml</relativePath>
</parent>
<dependencies>