Fix pom.xml relative paths 18/32118/1
authorLuis Gomez <ecelgp@gmail.com>
Tue, 5 Jan 2016 03:39:20 +0000 (19:39 -0800)
committerLuis Gomez <ecelgp@gmail.com>
Tue, 5 Jan 2016 03:39:20 +0000 (19:39 -0800)
Change-Id: Id0d272372534eb5554a122aa7429688b54c55367
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
distribution-karaf/pom.xml
features-index/pom.xml
features-test/pom.xml

index 59528c267c6f691455425429447ee76de71a3526..9e878443baeaaf9d8f3b297d4174e24056e91867 100644 (file)
@@ -5,7 +5,7 @@
       <groupId>org.opendaylight.integration</groupId>
       <artifactId>root</artifactId>
       <version>0.4.0-SNAPSHOT</version>
-      <relativePath>../../</relativePath>
+      <relativePath>../</relativePath>
    </parent>
   <artifactId>distribution-karaf</artifactId>
   <packaging>pom</packaging>
index 2f2b56383248b6b5f369f90e7510975c0ef9df77..ac4738626199d56e5a0c2e2f2fc61ff6b595330f 100644 (file)
@@ -14,7 +14,7 @@
       <groupId>org.opendaylight.integration</groupId>
       <artifactId>root</artifactId>
       <version>0.4.0-SNAPSHOT</version>
-      <relativePath>../../</relativePath>
+      <relativePath>../</relativePath>
    </parent>
    <artifactId>features-integration-index</artifactId>
    <packaging>jar</packaging>
index cd96288dac2cd88c22ba676620990d2b464cdcc9..1ea7999ce3b55a11d073ccb4da909a602c239936 100644 (file)
@@ -14,7 +14,7 @@
       <groupId>org.opendaylight.integration</groupId>
       <artifactId>root</artifactId>
       <version>0.4.0-SNAPSHOT</version>
-      <relativePath>../../</relativePath>
+      <relativePath>../</relativePath>
    </parent>
    <artifactId>features-integration-test</artifactId>
    <packaging>jar</packaging>