Use Beryllium parent pom versions 25/23225/3
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/archetypes/odl-model-project/pom.xml
opendaylight/archetypes/opendaylight-configfile-archetype/pom.xml
opendaylight/archetypes/opendaylight-startup/pom.xml
opendaylight/md-sal/sal-dom-xsql/pom.xml
opendaylight/netconf/netconf-ssh/pom.xml

index 19e714d57d9ad783798b5e84f0ccbacd5870352c..3e6b7367b31faeb91994640862e1871207e7e807 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
      <groupId>org.opendaylight.controller.archetypes</groupId>
      <artifactId>archetypes-parent</artifactId>
-     <version>0.2.0-SNAPSHOT</version>
+     <version>0.3.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.opendaylight.controller.archetypes</groupId>
index 8c27dd0955257fb3610b235e308388593f9c1330..042e8d0808cb4aa2f77f4e52d7e1bdf0e59890da 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
      <groupId>org.opendaylight.controller.archetypes</groupId>
      <artifactId>archetypes-parent</artifactId>
-     <version>0.2.0-SNAPSHOT</version>
+     <version>0.3.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.opendaylight.controller</groupId>
index d68d7dda97ec15a02c5486938dcedee0b853d0b3..54fb4b860177a1b77ab20108bf040a15a5f08bdf 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
      <groupId>org.opendaylight.controller.archetypes</groupId>
      <artifactId>archetypes-parent</artifactId>
-     <version>0.2.0-SNAPSHOT</version>
+     <version>0.3.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.opendaylight.controller</groupId>
index 94e09ab675dcd2aecb6e90d2ae269f53eb06bcbe..665c0a1c20a9f27972cc5aec6016323fd2ca7a09 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>sal-parent</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.3.0-SNAPSHOT</version>
   </parent>
   <artifactId>sal-dom-xsql</artifactId>
   <packaging>bundle</packaging>
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>