Author: cschneider
Date: Fri Jun 29 15:48:26 2012
New Revision: 1355451

URL: http://svn.apache.org/viewvc?rev=1355451&view=rev
Log:
KARAF-1559 Fixing references to parent modules

Modified:
    karaf/trunk/demos/deployer/bundle/pom.xml
    karaf/trunk/demos/deployer/kar/pom.xml
    karaf/trunk/demos/deployer/pom.xml
    karaf/trunk/demos/dump/pom.xml
    karaf/trunk/demos/web/pom.xml

Modified: karaf/trunk/demos/deployer/bundle/pom.xml
URL: 
http://svn.apache.org/viewvc/karaf/trunk/demos/deployer/bundle/pom.xml?rev=1355451&r1=1355450&r2=1355451&view=diff
==============================================================================
--- karaf/trunk/demos/deployer/bundle/pom.xml (original)
+++ karaf/trunk/demos/deployer/bundle/pom.xml Fri Jun 29 15:48:26 2012
@@ -23,9 +23,9 @@
 
     <parent>
         <groupId>org.apache.karaf.demos</groupId>
-        <artifactId>demos</artifactId>
+        <artifactId>org.apache.karaf.demos.deployer</artifactId>
         <version>3.0.0-SNAPSHOT</version>
-        <relativePath>../../../../../../../../pom.xml</relativePath>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.karaf.demos.deployer.bundle</groupId>

Modified: karaf/trunk/demos/deployer/kar/pom.xml
URL: 
http://svn.apache.org/viewvc/karaf/trunk/demos/deployer/kar/pom.xml?rev=1355451&r1=1355450&r2=1355451&view=diff
==============================================================================
--- karaf/trunk/demos/deployer/kar/pom.xml (original)
+++ karaf/trunk/demos/deployer/kar/pom.xml Fri Jun 29 15:48:26 2012
@@ -26,9 +26,9 @@
 
     <parent>
         <groupId>org.apache.karaf.demos</groupId>
-        <artifactId>demos</artifactId>
+        <artifactId>org.apache.karaf.demos.deployer</artifactId>
         <version>3.0.0-SNAPSHOT</version>
-        <relativePath>../../../../../../../../pom.xml</relativePath>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.karaf.demos</groupId>

Modified: karaf/trunk/demos/deployer/pom.xml
URL: 
http://svn.apache.org/viewvc/karaf/trunk/demos/deployer/pom.xml?rev=1355451&r1=1355450&r2=1355451&view=diff
==============================================================================
--- karaf/trunk/demos/deployer/pom.xml (original)
+++ karaf/trunk/demos/deployer/pom.xml Fri Jun 29 15:48:26 2012
@@ -28,6 +28,7 @@
         <groupId>org.apache.karaf.demos</groupId>
         <artifactId>demos</artifactId>
         <version>3.0.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>org.apache.karaf.demos.deployer</artifactId>

Modified: karaf/trunk/demos/dump/pom.xml
URL: 
http://svn.apache.org/viewvc/karaf/trunk/demos/dump/pom.xml?rev=1355451&r1=1355450&r2=1355451&view=diff
==============================================================================
--- karaf/trunk/demos/dump/pom.xml (original)
+++ karaf/trunk/demos/dump/pom.xml Fri Jun 29 15:48:26 2012
@@ -25,7 +25,7 @@
         <groupId>org.apache.karaf.demos</groupId>
         <artifactId>demos</artifactId>
         <version>3.0.0-SNAPSHOT</version>
-        <relativePath>../../../../../../../pom.xml</relativePath>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>dump</artifactId>

Modified: karaf/trunk/demos/web/pom.xml
URL: 
http://svn.apache.org/viewvc/karaf/trunk/demos/web/pom.xml?rev=1355451&r1=1355450&r2=1355451&view=diff
==============================================================================
--- karaf/trunk/demos/web/pom.xml (original)
+++ karaf/trunk/demos/web/pom.xml Fri Jun 29 15:48:26 2012
@@ -28,7 +28,7 @@
         <groupId>org.apache.karaf.demos</groupId>
         <artifactId>demos</artifactId>
         <version>3.0.0-SNAPSHOT</version>
-        <relativePath>../../../../../../../pom.xml</relativePath>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>web</artifactId>


Reply via email to