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/03/11 16:36:15 UTC

svn commit: r752474 - in /cxf/dosgi/trunk: ./ parent/ samples/ samples/greeter/ samples/greeter/client/ samples/greeter/impl/ samples/greeter/interface/ samples/spring_dm/ samples/spring_dm/client/ samples/spring_dm/impl/ samples/spring_dm/interface/ s...

Author: dkulp
Date: Wed Mar 11 15:36:14 2009
New Revision: 752474

URL: http://svn.apache.org/viewvc?rev=752474&view=rev
Log:
Updates to grab snapshots from new snapshot location
Move systests artifacts into a systests sub-groupid
Move sample artifacts into a samples sub-groupid

Modified:
    cxf/dosgi/trunk/parent/pom.xml
    cxf/dosgi/trunk/pom.xml
    cxf/dosgi/trunk/samples/greeter/client/pom.xml
    cxf/dosgi/trunk/samples/greeter/impl/pom.xml
    cxf/dosgi/trunk/samples/greeter/interface/pom.xml
    cxf/dosgi/trunk/samples/greeter/pom.xml
    cxf/dosgi/trunk/samples/pom.xml
    cxf/dosgi/trunk/samples/spring_dm/client/pom.xml
    cxf/dosgi/trunk/samples/spring_dm/impl/pom.xml
    cxf/dosgi/trunk/samples/spring_dm/interface/pom.xml
    cxf/dosgi/trunk/samples/spring_dm/pom.xml
    cxf/dosgi/trunk/systests/common/pom.xml
    cxf/dosgi/trunk/systests/common/src/main/java/org/apache/cxf/dosgi/systests/common/AbstractBasicPublishHookTest.java
    cxf/dosgi/trunk/systests/common/src/main/java/org/apache/cxf/dosgi/systests/common/AbstractListenerHookServiceListenerTest.java
    cxf/dosgi/trunk/systests/multi_bundle_distro/pom.xml
    cxf/dosgi/trunk/systests/pom.xml
    cxf/dosgi/trunk/systests/single_bundle_distro/pom.xml

Modified: cxf/dosgi/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/parent/pom.xml?rev=752474&r1=752473&r2=752474&view=diff
==============================================================================
--- cxf/dosgi/trunk/parent/pom.xml (original)
+++ cxf/dosgi/trunk/parent/pom.xml Wed Mar 11 15:36:14 2009
@@ -148,7 +148,7 @@
         <repository>
             <id>apache.snapshots</id>
             <name>Apache Maven Snapshot Repository</name>
-            <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
+            <url>http://repository.apache.org/content/groups/snapshots/</url>
             <releases>
                 <enabled>false</enabled>
             </releases>
@@ -261,7 +261,7 @@
         <pluginRepository>
             <id>apache.snapshots</id>
             <name>Apache Maven Snapshot Repository</name>
-            <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
+            <url>http://repository.apache.org/content/groups/snapshots/</url>
             <layout>default</layout>
             <snapshots>
                 <enabled>true</enabled>

Modified: cxf/dosgi/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/pom.xml?rev=752474&r1=752473&r2=752474&view=diff
==============================================================================
--- cxf/dosgi/trunk/pom.xml (original)
+++ cxf/dosgi/trunk/pom.xml Wed Mar 11 15:36:14 2009
@@ -48,12 +48,12 @@
         <repository>
             <id>apache.releases</id>
             <name>Apache Release Distribution Repository</name>
-            <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+            <url>file://tmp/stage</url>
         </repository>
         <snapshotRepository>
-            <id>apache.snapshots</id>
+            <id>apache.snapshots.https</id>
             <name>Apache Development Snapshot Repository</name>
-            <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+            <url>https://repository.apache.org/content/repositories/snapshots</url>
             <uniqueVersion>false</uniqueVersion>
         </snapshotRepository>
     </distributionManagement>

Modified: cxf/dosgi/trunk/samples/greeter/client/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/greeter/client/pom.xml?rev=752474&r1=752473&r2=752474&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/greeter/client/pom.xml (original)
+++ cxf/dosgi/trunk/samples/greeter/client/pom.xml Wed Mar 11 15:36:14 2009
@@ -19,7 +19,7 @@
 -->
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.cxf.dosgi</groupId>
+    <groupId>org.apache.cxf.dosgi.samples</groupId>
     <artifactId>cxf-dosgi-ri-samples-greeter-client</artifactId>
     <packaging>bundle</packaging>
     <name>Distributed OSGI Greeter Bundle Client</name>
@@ -44,7 +44,7 @@
             <version>${cxf.version}</version>
         </dependency>
         <dependency> 
-            <groupId>org.apache.cxf.dosgi</groupId>
+            <groupId>org.apache.cxf.dosgi.samples</groupId>
             <artifactId>cxf-dosgi-ri-samples-greeter-interface</artifactId>
             <version>${project.version}</version>
         </dependency> 

Modified: cxf/dosgi/trunk/samples/greeter/impl/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/greeter/impl/pom.xml?rev=752474&r1=752473&r2=752474&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/greeter/impl/pom.xml (original)
+++ cxf/dosgi/trunk/samples/greeter/impl/pom.xml Wed Mar 11 15:36:14 2009
@@ -19,7 +19,7 @@
 -->
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.cxf.dosgi</groupId>
+    <groupId>org.apache.cxf.dosgi.samples</groupId>
     <artifactId>cxf-dosgi-ri-samples-greeter-impl</artifactId>
     <packaging>bundle</packaging>
     <name>Distributed OSGI Greeter Implementation Bundle</name>
@@ -44,7 +44,7 @@
             <version>1.2.0</version>
         </dependency> 
         <dependency> 
-            <groupId>org.apache.cxf.dosgi</groupId>
+            <groupId>org.apache.cxf.dosgi.samples</groupId>
             <artifactId>cxf-dosgi-ri-samples-greeter-interface</artifactId>
             <version>${project.version}</version>
         </dependency> 

Modified: cxf/dosgi/trunk/samples/greeter/interface/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/greeter/interface/pom.xml?rev=752474&r1=752473&r2=752474&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/greeter/interface/pom.xml (original)
+++ cxf/dosgi/trunk/samples/greeter/interface/pom.xml Wed Mar 11 15:36:14 2009
@@ -19,7 +19,7 @@
 -->
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.cxf.dosgi</groupId>
+    <groupId>org.apache.cxf.dosgi.samples</groupId>
     <artifactId>cxf-dosgi-ri-samples-greeter-interface</artifactId>
     <packaging>bundle</packaging>
     <name>Distributed OSGI Greeter Interface Bundle</name>

Modified: cxf/dosgi/trunk/samples/greeter/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/greeter/pom.xml?rev=752474&r1=752473&r2=752474&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/greeter/pom.xml (original)
+++ cxf/dosgi/trunk/samples/greeter/pom.xml Wed Mar 11 15:36:14 2009
@@ -20,7 +20,7 @@
 -->
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.cxf.dosgi</groupId>
+    <groupId>org.apache.cxf.dosgi.samples</groupId>
     <artifactId>cxf-dosgi-ri-bundles-greeter</artifactId>
     <packaging>pom</packaging>
     <name>Distributed OSGI Greeter Bundles</name>

Modified: cxf/dosgi/trunk/samples/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/pom.xml?rev=752474&r1=752473&r2=752474&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/pom.xml (original)
+++ cxf/dosgi/trunk/samples/pom.xml Wed Mar 11 15:36:14 2009
@@ -2,7 +2,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.dosgi</groupId>
+    <groupId>org.apache.cxf.dosgi.samples</groupId>
     <artifactId>cxf-dosgi-ri-samples</artifactId>
     <version>1.0-SNAPSHOT</version>
     <packaging>pom</packaging>

Modified: cxf/dosgi/trunk/samples/spring_dm/client/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/spring_dm/client/pom.xml?rev=752474&r1=752473&r2=752474&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/spring_dm/client/pom.xml (original)
+++ cxf/dosgi/trunk/samples/spring_dm/client/pom.xml Wed Mar 11 15:36:14 2009
@@ -18,21 +18,21 @@
   under the License.
 -->
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.cxf.dosgi</groupId>
+  <groupId>org.apache.cxf.dosgi.samples</groupId>
   <artifactId>cxf-dosgi-ri-samples-spring-dm-client</artifactId>
   <packaging>bundle</packaging>
   <name>Distributed OSGI Spring-DM Sample Client Bundle</name>
   <version>1.0-SNAPSHOT</version>
 
   <parent>
-    <groupId>org.apache.cxf.dosgi</groupId>
+    <groupId>org.apache.cxf.dosgi.samples</groupId>
     <artifactId>cxf-dosgi-ri-bundles-spring-dm-parent</artifactId>
     <version>1.0-SNAPSHOT</version>
   </parent>
 
   <dependencies>
     <dependency>
-      <groupId>org.apache.cxf.dosgi</groupId>
+      <groupId>org.apache.cxf.dosgi.samples</groupId>
       <artifactId>cxf-dosgi-ri-samples-spring-dm-interface</artifactId>
       <version>${project.version}</version>
     </dependency>

Modified: cxf/dosgi/trunk/samples/spring_dm/impl/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/spring_dm/impl/pom.xml?rev=752474&r1=752473&r2=752474&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/spring_dm/impl/pom.xml (original)
+++ cxf/dosgi/trunk/samples/spring_dm/impl/pom.xml Wed Mar 11 15:36:14 2009
@@ -18,21 +18,21 @@
   under the License.
 -->
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.cxf.dosgi</groupId>
+  <groupId>org.apache.cxf.dosgi.samples</groupId>
   <artifactId>cxf-dosgi-ri-samples-spring-dm-impl</artifactId>
   <packaging>bundle</packaging>
   <name>Distributed OSGI Spring-DM Sample Implementation Bundle</name>
   <version>1.0-SNAPSHOT</version>
 
   <parent>
-    <groupId>org.apache.cxf.dosgi</groupId>
+    <groupId>org.apache.cxf.dosgi.samples</groupId>
     <artifactId>cxf-dosgi-ri-bundles-spring-dm-parent</artifactId>
     <version>1.0-SNAPSHOT</version>
   </parent>
 
   <dependencies>
     <dependency>
-      <groupId>org.apache.cxf.dosgi</groupId>
+      <groupId>org.apache.cxf.dosgi.samples</groupId>
       <artifactId>cxf-dosgi-ri-samples-spring-dm-interface</artifactId>
       <version>${project.version}</version>
     </dependency>

Modified: cxf/dosgi/trunk/samples/spring_dm/interface/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/spring_dm/interface/pom.xml?rev=752474&r1=752473&r2=752474&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/spring_dm/interface/pom.xml (original)
+++ cxf/dosgi/trunk/samples/spring_dm/interface/pom.xml Wed Mar 11 15:36:14 2009
@@ -19,14 +19,14 @@
   -->
 
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.cxf.dosgi</groupId>
+  <groupId>org.apache.cxf.dosgi.samples</groupId>
   <artifactId>cxf-dosgi-ri-samples-spring-dm-interface</artifactId>
   <packaging>bundle</packaging>
   <name>Distributed OSGI Spring-DM Sample Interface Bundle</name>
   <version>1.0-SNAPSHOT</version>
 
   <parent>
-    <groupId>org.apache.cxf.dosgi</groupId>
+    <groupId>org.apache.cxf.dosgi.samples</groupId>
     <artifactId>cxf-dosgi-ri-bundles-spring-dm-parent</artifactId>
     <version>1.0-SNAPSHOT</version>
   </parent>

Modified: cxf/dosgi/trunk/samples/spring_dm/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/spring_dm/pom.xml?rev=752474&r1=752473&r2=752474&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/spring_dm/pom.xml (original)
+++ cxf/dosgi/trunk/samples/spring_dm/pom.xml Wed Mar 11 15:36:14 2009
@@ -20,7 +20,7 @@
 -->
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.cxf.dosgi</groupId>
+    <groupId>org.apache.cxf.dosgi.samples</groupId>
     <artifactId>cxf-dosgi-ri-bundles-spring-dm-parent</artifactId>
     <packaging>pom</packaging>
     <name>Distributed OSGI Spring-DM Sample</name>

Modified: cxf/dosgi/trunk/systests/common/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/systests/common/pom.xml?rev=752474&r1=752473&r2=752474&view=diff
==============================================================================
--- cxf/dosgi/trunk/systests/common/pom.xml (original)
+++ cxf/dosgi/trunk/systests/common/pom.xml Wed Mar 11 15:36:14 2009
@@ -19,7 +19,7 @@
   -->
 
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.cxf.dosgi</groupId>
+  <groupId>org.apache.cxf.dosgi.systests</groupId>
   <artifactId>cxf-dosgi-ri-systests-common</artifactId>
   <version>1.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
@@ -62,19 +62,19 @@
     </dependency>
 
     <dependency> 
-      <groupId>org.apache.cxf.dosgi</groupId>
+      <groupId>org.apache.cxf.dosgi.samples</groupId>
       <artifactId>cxf-dosgi-ri-samples-greeter-interface</artifactId>
       <version>${project.version}</version>
     </dependency> 
 
     <dependency> 
-      <groupId>org.apache.cxf.dosgi</groupId>
+      <groupId>org.apache.cxf.dosgi.samples</groupId>
       <artifactId>cxf-dosgi-ri-samples-greeter-impl</artifactId>
       <version>${project.version}</version>
     </dependency>
 
     <dependency> 
-      <groupId>org.apache.cxf.dosgi</groupId>
+      <groupId>org.apache.cxf.dosgi.samples</groupId>
       <artifactId>cxf-dosgi-ri-samples-greeter-client</artifactId>
       <version>${project.version}</version>
     </dependency> 

Modified: cxf/dosgi/trunk/systests/common/src/main/java/org/apache/cxf/dosgi/systests/common/AbstractBasicPublishHookTest.java
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/systests/common/src/main/java/org/apache/cxf/dosgi/systests/common/AbstractBasicPublishHookTest.java?rev=752474&r1=752473&r2=752474&view=diff
==============================================================================
--- cxf/dosgi/trunk/systests/common/src/main/java/org/apache/cxf/dosgi/systests/common/AbstractBasicPublishHookTest.java (original)
+++ cxf/dosgi/trunk/systests/common/src/main/java/org/apache/cxf/dosgi/systests/common/AbstractBasicPublishHookTest.java Wed Mar 11 15:36:14 2009
@@ -39,8 +39,8 @@
     @Override
     protected String[] getTestBundlesNames() {
         return new String [] {
-            getBundle("org.apache.cxf.dosgi", "cxf-dosgi-ri-systests-common"),
-            getBundle("org.apache.cxf.dosgi", "cxf-dosgi-ri-samples-greeter-interface")};
+            getBundle("org.apache.cxf.dosgi.systests", "cxf-dosgi-ri-systests-common"),
+            getBundle("org.apache.cxf.dosgi.samples", "cxf-dosgi-ri-samples-greeter-interface")};
     }
 
     public void testBasicInvocation() throws Exception {
@@ -62,7 +62,7 @@
         
         ClassLoader contextLoader = Thread.currentThread().getContextClassLoader();
         Thread.currentThread().setContextClassLoader(ClientProxyFactoryBean.class.getClassLoader());
-        installBundle("org.apache.cxf.dosgi", "cxf-dosgi-ri-samples-greeter-impl", null, "jar");
+        installBundle("org.apache.cxf.dosgi.samples", "cxf-dosgi-ri-samples-greeter-impl", null, "jar");
         
         // TODO : get this address using a DistributionProvider interface
         String address = "http://localhost:9090/greeter";

Modified: cxf/dosgi/trunk/systests/common/src/main/java/org/apache/cxf/dosgi/systests/common/AbstractListenerHookServiceListenerTest.java
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/systests/common/src/main/java/org/apache/cxf/dosgi/systests/common/AbstractListenerHookServiceListenerTest.java?rev=752474&r1=752473&r2=752474&view=diff
==============================================================================
--- cxf/dosgi/trunk/systests/common/src/main/java/org/apache/cxf/dosgi/systests/common/AbstractListenerHookServiceListenerTest.java (original)
+++ cxf/dosgi/trunk/systests/common/src/main/java/org/apache/cxf/dosgi/systests/common/AbstractListenerHookServiceListenerTest.java Wed Mar 11 15:36:14 2009
@@ -50,8 +50,8 @@
     @Override
     protected String[] getTestBundlesNames() {
         return new String [] {
-            getBundle("org.apache.cxf.dosgi", "cxf-dosgi-ri-systests-common"),
-            getBundle("org.apache.cxf.dosgi", "cxf-dosgi-ri-samples-greeter-interface")};
+            getBundle("org.apache.cxf.dosgi.systests", "cxf-dosgi-ri-systests-common"),
+            getBundle("org.apache.cxf.dosgi.samples", "cxf-dosgi-ri-samples-greeter-interface")};
     }
     
     @Override

Modified: cxf/dosgi/trunk/systests/multi_bundle_distro/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/systests/multi_bundle_distro/pom.xml?rev=752474&r1=752473&r2=752474&view=diff
==============================================================================
--- cxf/dosgi/trunk/systests/multi_bundle_distro/pom.xml (original)
+++ cxf/dosgi/trunk/systests/multi_bundle_distro/pom.xml Wed Mar 11 15:36:14 2009
@@ -19,14 +19,14 @@
   -->
 
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.cxf.dosgi</groupId>
+  <groupId>org.apache.cxf.dosgi.systests</groupId>
   <artifactId>cxf-dosgi-ri-systests-multibundle-distro</artifactId>
   <version>1.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>Distributed OSGI RI System Test using Multi Bundle Distro</name>
 
   <parent>
-    <groupId>org.apache.cxf.dosgi</groupId>
+    <groupId>org.apache.cxf.dosgi.systests</groupId>
     <artifactId>cxf-dosgi-ri-systests</artifactId>
     <version>1.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>  
@@ -38,7 +38,7 @@
 
   <dependencies>
     <dependency>
-      <groupId>org.apache.cxf.dosgi</groupId>
+      <groupId>org.apache.cxf.dosgi.systests</groupId>
       <artifactId>cxf-dosgi-ri-systests-common</artifactId>
       <version>${project.version}</version>
       <exclusions>

Modified: cxf/dosgi/trunk/systests/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/systests/pom.xml?rev=752474&r1=752473&r2=752474&view=diff
==============================================================================
--- cxf/dosgi/trunk/systests/pom.xml (original)
+++ cxf/dosgi/trunk/systests/pom.xml Wed Mar 11 15:36:14 2009
@@ -20,7 +20,7 @@
 
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.cxf.dosgi</groupId>
+    <groupId>org.apache.cxf.dosgi.systests</groupId>
     <artifactId>cxf-dosgi-ri-systests</artifactId>
     <version>1.0-SNAPSHOT</version>
     <packaging>pom</packaging>

Modified: cxf/dosgi/trunk/systests/single_bundle_distro/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/systests/single_bundle_distro/pom.xml?rev=752474&r1=752473&r2=752474&view=diff
==============================================================================
--- cxf/dosgi/trunk/systests/single_bundle_distro/pom.xml (original)
+++ cxf/dosgi/trunk/systests/single_bundle_distro/pom.xml Wed Mar 11 15:36:14 2009
@@ -19,14 +19,14 @@
   -->
 
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.cxf.dosgi</groupId>
+  <groupId>org.apache.cxf.dosgi.systests</groupId>
   <artifactId>cxf-dosgi-ri-systests-singlebundle-distro</artifactId>
   <version>1.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>Distributed OSGI RI System Test using Single Bundle Distro</name>
 
   <parent>
-    <groupId>org.apache.cxf.dosgi</groupId>
+    <groupId>org.apache.cxf.dosgi.systests</groupId>
     <artifactId>cxf-dosgi-ri-systests</artifactId>
     <version>1.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>  
@@ -38,7 +38,7 @@
 
   <dependencies>
     <dependency>
-      <groupId>org.apache.cxf.dosgi</groupId>
+      <groupId>org.apache.cxf.dosgi.systests</groupId>
       <artifactId>cxf-dosgi-ri-systests-common</artifactId>
       <version>${project.version}</version>
       <exclusions>