You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2014/09/09 18:59:32 UTC

git commit: Fix diagnostic modules parent pom

Repository: karaf
Updated Branches:
  refs/heads/master e55fd0a05 -> 0be6e844c


Fix diagnostic modules parent pom


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/0be6e844
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/0be6e844
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/0be6e844

Branch: refs/heads/master
Commit: 0be6e844c7a5743e11ad8fd256ad1c5785a837e6
Parents: e55fd0a
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Tue Sep 9 18:59:14 2014 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Tue Sep 9 18:59:14 2014 +0200

----------------------------------------------------------------------
 diagnostic/boot/pom.xml | 4 ++--
 diagnostic/core/pom.xml | 4 ++--
 pom.xml                 | 1 -
 3 files changed, 4 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/0be6e844/diagnostic/boot/pom.xml
----------------------------------------------------------------------
diff --git a/diagnostic/boot/pom.xml b/diagnostic/boot/pom.xml
index 3f9b882..d56eed8 100644
--- a/diagnostic/boot/pom.xml
+++ b/diagnostic/boot/pom.xml
@@ -22,8 +22,8 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.karaf</groupId>
-        <artifactId>karaf</artifactId>
+        <groupId>org.apache.karaf.diagnostic</groupId>
+        <artifactId>diagnostic</artifactId>
         <version>4.0.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>

http://git-wip-us.apache.org/repos/asf/karaf/blob/0be6e844/diagnostic/core/pom.xml
----------------------------------------------------------------------
diff --git a/diagnostic/core/pom.xml b/diagnostic/core/pom.xml
index c9cdaa1..2012ee5 100644
--- a/diagnostic/core/pom.xml
+++ b/diagnostic/core/pom.xml
@@ -22,8 +22,8 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.karaf</groupId>
-        <artifactId>karaf</artifactId>
+        <groupId>org.apache.karaf.diagnostic</groupId>
+        <artifactId>diagnostic</artifactId>
         <version>4.0.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>

http://git-wip-us.apache.org/repos/asf/karaf/blob/0be6e844/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 68cd828..db28a45 100644
--- a/pom.xml
+++ b/pom.xml
@@ -545,7 +545,6 @@
                 <artifactId>org.apache.karaf.diagnostic.boot</artifactId>
                 <version>${project.version}</version>
             </dependency>
-
             <dependency>
                 <groupId>org.apache.karaf.diagnostic</groupId>
                 <artifactId>org.apache.karaf.diagnostic.core</artifactId>