Bug 3313 - Fix <relativePath> to config-parent 65/20865/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 20 May 2015 23:17:55 +0000 (19:17 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 20 May 2015 23:21:19 +0000 (19:21 -0400)
Incorrect relative paths makes this build unbuildable.

Change-Id: I9fc288e688c66c09e7f7456f67fe3e9e4b2dc015
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
fibmanager/fibmanager-api/pom.xml
vpnmanager/vpnmanager-api/pom.xml

index b5e06b928e3106bdafcc0560521978f5d50f62c3..a8d70b21ef35f80681eab1e69d51aa9315f21e25 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <groupId>org.opendaylight.vpnservice</groupId>
     <artifactId>config-parent</artifactId>
     <version>0.1.0-SNAPSHOT</version>
-    <relativePath>../../commons/binding-parent</relativePath>
+    <relativePath>../../commons/config-parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
index 89679c135930c40214699368bc57da591604fe0e..0705475646269158aa1315e75f01a83a3cac593b 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <groupId>org.opendaylight.vpnservice</groupId>
     <artifactId>config-parent</artifactId>
     <version>0.1.0-SNAPSHOT</version>
-    <relativePath>../../commons/binding-parent</relativePath>
+    <relativePath>../../commons/config-parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>