You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2016/03/11 20:43:05 UTC

[06/50] [abbrv] aries-rsa git commit: [DOSGI-229] Fixes

[DOSGI-229] Fixes


Project: http://git-wip-us.apache.org/repos/asf/aries-rsa/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-rsa/commit/e01f0eee
Tree: http://git-wip-us.apache.org/repos/asf/aries-rsa/tree/e01f0eee
Diff: http://git-wip-us.apache.org/repos/asf/aries-rsa/diff/e01f0eee

Branch: refs/heads/master
Commit: e01f0eee6d4371ec9c718b1f84d726ed3932b047
Parents: 4ed2614
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Tue Mar 8 01:14:55 2016 +0100
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Tue Mar 8 01:14:55 2016 +0100

----------------------------------------------------------------------
 dsw/cxf-dosgi-rsa/pom.xml | 2 +-
 dsw/cxf-dsw/pom.xml       | 2 +-
 dsw/pom.xml               | 4 +---
 3 files changed, 3 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/e01f0eee/dsw/cxf-dosgi-rsa/pom.xml
----------------------------------------------------------------------
diff --git a/dsw/cxf-dosgi-rsa/pom.xml b/dsw/cxf-dosgi-rsa/pom.xml
index 3327135..149e287 100644
--- a/dsw/cxf-dosgi-rsa/pom.xml
+++ b/dsw/cxf-dosgi-rsa/pom.xml
@@ -31,7 +31,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.cxf.dosgi</groupId>
-            <artifactId>cxf-dosgi-provider-api</artifactId>
+            <artifactId>cxf-dosgi-ri-provider-api</artifactId>
             <version>${project.version}</version>
         </dependency>
 

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/e01f0eee/dsw/cxf-dsw/pom.xml
----------------------------------------------------------------------
diff --git a/dsw/cxf-dsw/pom.xml b/dsw/cxf-dsw/pom.xml
index 44fdc98..81a3720 100644
--- a/dsw/cxf-dsw/pom.xml
+++ b/dsw/cxf-dsw/pom.xml
@@ -52,7 +52,7 @@
 
         <dependency>
             <groupId>org.apache.cxf.dosgi</groupId>
-            <artifactId>cxf-dosgi-provider-api</artifactId>
+            <artifactId>cxf-dosgi-ri-provider-api</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/e01f0eee/dsw/pom.xml
----------------------------------------------------------------------
diff --git a/dsw/pom.xml b/dsw/pom.xml
index becd4ea..5913585 100644
--- a/dsw/pom.xml
+++ b/dsw/pom.xml
@@ -20,9 +20,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>
     <artifactId>cxf-dosgi-ri-dsw</artifactId>
-    <version>1.8-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Distributed OSGI Distributed Software Modules</name>
     <url>http://cxf.apache.org</url>
@@ -39,9 +37,9 @@
     </properties>
 
     <modules>
-      <module>cxf-dsw</module>
       <module>cxf-topology-manager</module>
       <module>cxf-dosgi-provider-api</module>
       <module>cxf-dosgi-rsa</module>
+      <module>cxf-dsw</module>
     </modules>
 </project>