Revert "Add odlparent relativepath relative to autorelease" 91/17191/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 26 Mar 2015 19:02:43 +0000 (15:02 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 26 Mar 2015 19:02:58 +0000 (15:02 -0400)
Per discussion on mailing list thread we have decided to revert this
change and achieve relative path updating via scripting in autorelease.

https://lists.opendaylight.org/pipermail/release/2015-March/001754.html

This reverts commit 435f3e8a95843a6e9a326ab56663c31ff6d7cdb7.

Change-Id: I2bca2e9309cf8a751a81e11b47f2c01ff6786184
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
features/pom.xml
pom.xml

index 03d3462037f5e7eb45c33a63d4b73a71092d7268..4edae6b3f3c07859deb0c52e588ebcc3fae13cd3 100644 (file)
@@ -5,7 +5,7 @@
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
     <version>1.5.0-SNAPSHOT</version>
-    <relativePath>../../odlparent/features-parent</relativePath>
+    <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.openflowjava</groupId>
diff --git a/pom.xml b/pom.xml
index 226050e906c48e76f9b178924e1c26259ea00400..1b20bbdf0a9ccb1da1237ed280219ff94d6b3a31 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
         <version>1.5.0-SNAPSHOT</version>
-        <relativePath>../odlparent/odlparent</relativePath>
+        <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>