You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2009/09/30 21:36:05 UTC

svn commit: r820415 - in /cxf/branches/2.1.x-fixes: ./ systests/aegis/pom.xml systests/jaxrs/pom.xml systests/jaxws/pom.xml systests/pom.xml systests/transports/pom.xml systests/uncategorized/pom.xml systests/ws-specs/pom.xml

Author: dkulp
Date: Wed Sep 30 19:36:04 2009
New Revision: 820415

URL: http://svn.apache.org/viewvc?rev=820415&view=rev
Log:
Merged revisions 820387 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/branches/2.2.x-fixes

................
  r820387 | dkulp | 2009-09-30 14:55:49 -0400 (Wed, 30 Sep 2009) | 9 lines
  
  Merged revisions 820266 via svnmerge from 
  https://svn.apache.org/repos/asf/cxf/trunk
  
  ........
    r820266 | dkulp | 2009-09-30 09:33:07 -0400 (Wed, 30 Sep 2009) | 1 line
    
    Change the group id to a subgroup for all the systests
  ........
................

Modified:
    cxf/branches/2.1.x-fixes/   (props changed)
    cxf/branches/2.1.x-fixes/systests/aegis/pom.xml
    cxf/branches/2.1.x-fixes/systests/jaxrs/pom.xml
    cxf/branches/2.1.x-fixes/systests/jaxws/pom.xml
    cxf/branches/2.1.x-fixes/systests/pom.xml
    cxf/branches/2.1.x-fixes/systests/transports/pom.xml
    cxf/branches/2.1.x-fixes/systests/uncategorized/pom.xml
    cxf/branches/2.1.x-fixes/systests/ws-specs/pom.xml

Propchange: cxf/branches/2.1.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.1.x-fixes/systests/aegis/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/systests/aegis/pom.xml?rev=820415&r1=820414&r2=820415&view=diff
==============================================================================
--- cxf/branches/2.1.x-fixes/systests/aegis/pom.xml (original)
+++ cxf/branches/2.1.x-fixes/systests/aegis/pom.xml Wed Sep 30 19:36:04 2009
@@ -25,7 +25,7 @@
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.cxf</groupId>
+    <groupId>org.apache.cxf.systests</groupId>
     <artifactId>cxf-systests-aegis</artifactId>
     <name>Apache CXF Aegis System Tests</name>
     <version>2.1.7-SNAPSHOT</version>

Modified: cxf/branches/2.1.x-fixes/systests/jaxrs/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/systests/jaxrs/pom.xml?rev=820415&r1=820414&r2=820415&view=diff
==============================================================================
--- cxf/branches/2.1.x-fixes/systests/jaxrs/pom.xml (original)
+++ cxf/branches/2.1.x-fixes/systests/jaxrs/pom.xml Wed Sep 30 19:36:04 2009
@@ -25,7 +25,7 @@
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.cxf</groupId>
+    <groupId>org.apache.cxf.systests</groupId>
     <artifactId>cxf-systests-jaxrs</artifactId>
     <name>Apache CXF JAX-RS System Tests</name>
     <version>2.1.7-SNAPSHOT</version>

Modified: cxf/branches/2.1.x-fixes/systests/jaxws/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/systests/jaxws/pom.xml?rev=820415&r1=820414&r2=820415&view=diff
==============================================================================
--- cxf/branches/2.1.x-fixes/systests/jaxws/pom.xml (original)
+++ cxf/branches/2.1.x-fixes/systests/jaxws/pom.xml Wed Sep 30 19:36:04 2009
@@ -25,7 +25,7 @@
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.cxf</groupId>
+    <groupId>org.apache.cxf.systests</groupId>
     <artifactId>cxf-systests-jaxws</artifactId>
     <name>Apache CXF JAX-WS System Tests</name>
     <version>2.1.7-SNAPSHOT</version>

Modified: cxf/branches/2.1.x-fixes/systests/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/systests/pom.xml?rev=820415&r1=820414&r2=820415&view=diff
==============================================================================
--- cxf/branches/2.1.x-fixes/systests/pom.xml (original)
+++ cxf/branches/2.1.x-fixes/systests/pom.xml Wed Sep 30 19:36:04 2009
@@ -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.systests</groupId>
     <artifactId>cxf-systests</artifactId>
     <packaging>pom</packaging>
     <version>2.1.7-SNAPSHOT</version>

Modified: cxf/branches/2.1.x-fixes/systests/transports/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/systests/transports/pom.xml?rev=820415&r1=820414&r2=820415&view=diff
==============================================================================
--- cxf/branches/2.1.x-fixes/systests/transports/pom.xml (original)
+++ cxf/branches/2.1.x-fixes/systests/transports/pom.xml Wed Sep 30 19:36:04 2009
@@ -25,7 +25,7 @@
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.cxf</groupId>
+    <groupId>org.apache.cxf.systests</groupId>
     <artifactId>cxf-systests-transports</artifactId>
     <name>Apache CXF Transport System Tests</name>
     <version>2.1.7-SNAPSHOT</version>

Modified: cxf/branches/2.1.x-fixes/systests/uncategorized/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/systests/uncategorized/pom.xml?rev=820415&r1=820414&r2=820415&view=diff
==============================================================================
--- cxf/branches/2.1.x-fixes/systests/uncategorized/pom.xml (original)
+++ cxf/branches/2.1.x-fixes/systests/uncategorized/pom.xml Wed Sep 30 19:36:04 2009
@@ -25,7 +25,7 @@
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.cxf</groupId>
+    <groupId>org.apache.cxf.systests</groupId>
     <artifactId>cxf-systests-uncategorized</artifactId>
     <name>Apache CXF Uncategorized System Tests</name>
     <version>2.1.7-SNAPSHOT</version>

Modified: cxf/branches/2.1.x-fixes/systests/ws-specs/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/systests/ws-specs/pom.xml?rev=820415&r1=820414&r2=820415&view=diff
==============================================================================
--- cxf/branches/2.1.x-fixes/systests/ws-specs/pom.xml (original)
+++ cxf/branches/2.1.x-fixes/systests/ws-specs/pom.xml Wed Sep 30 19:36:04 2009
@@ -25,7 +25,7 @@
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.cxf</groupId>
+    <groupId>org.apache.cxf.systests</groupId>
     <artifactId>cxf-systests-ws-specs</artifactId>
     <name>Apache CXF WS-* Specifications System Tests</name>
     <version>2.1.7-SNAPSHOT</version>