Use Beryllium parent pom versions
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 24 Jun 2015 14:27:19 +0000 (10:27 -0400)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 1 Jul 2015 09:41:09 +0000 (09:41 +0000)
- Sets poms to point to correct Beryllium parent pom version
- Also removes unnecessary <relativePath> declaration

Change-Id: I82315ce20dfe22bb7e67027dd5d93c3e0ab866b3
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
opendaylight/netconf/netconf-ssh/pom.xml

index 6bf305e7e441aad1a4bd7fe9a6d7e0e1ada0c0b7..5412ff80b5756682d69dc607fcce479ff708a9e4 100644 (file)
@@ -4,8 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
-    <relativePath>../</relativePath>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-ssh</artifactId>
   <packaging>bundle</packaging>