Migrate to odlparent 1.8.0-Carbon
authorThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 6 Jun 2017 20:33:28 +0000 (16:33 -0400)
committerStephen Kitt <skitt@redhat.com>
Fri, 9 Jun 2017 13:38:09 +0000 (15:38 +0200)
Per request of odlparent project we are downgrading all Nitrogen
projects to use the released odlparent 1.8.0-Carbon to allow for the
odlparent project to start performing semver style releases.

Jira: RELENG-159
RT: 41406
Change-Id: Ie31fdf84ae45b2f0e1865394726178f14376b6c3
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
Signed-off-by: Stephen Kitt <skitt@redhat.com>
inject-guice-testutils/pom.xml
inject/pom.xml
pom.xml

index 7181600d9fd321651e0e2567f035e2a9f548626b..1a0c2f9e7a5ce3bd558aee6397e14e1812272732 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>1.9.0-SNAPSHOT</version>
+    <version>1.8.0-Carbon</version>
     <relativePath />
   </parent>
 
index a6e0acddb70bb6fbce4023f73df1a7444f73c480..3ff615ec06347dfda5907bbd695bdb1875621562 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>1.9.0-SNAPSHOT</version>
+    <version>1.8.0-Carbon</version>
     <relativePath />
   </parent>
 
diff --git a/pom.xml b/pom.xml
index 522bd78e9edc812be5e087aea29d7a986eefc0c6..bf31a050df84fed0204c892f7d491a48bcf7ea24 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.9.0-SNAPSHOT</version>
+    <version>1.8.0-Carbon</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.infrautils</groupId>
   <artifactId>inject-aggregator</artifactId>
+  <version>1.2.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->