Migrate to odlparent 1.8.0-Carbon 31/58631/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 9 Jun 2017 18:10:03 +0000 (14:10 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 9 Jun 2017 18:10:03 +0000 (14:10 -0400)
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.

Change-Id: I052f5a03008c82346548dd43983f539d5de4c274
Jira: RELENG-159
RT: 41406
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
artifacts/pom.xml
features/features-openflowjava/pom.xml
features/features4-openflowjava/pom.xml
features/odl-openflowjava-all/pom.xml
features/odl-openflowjava-protocol/pom.xml
features/pom.xml
parent/pom.xml

index 794cb0ad897ee82d1546ebedccfcb1135376f83b..9f47949e4e2911538934576865c28ced856fd318 100644 (file)
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.9.0-SNAPSHOT</version>
+    <version>1.8.0-Carbon</version>
     <relativePath/>
   </parent>
 
index 2f496307aa04fc13971a772522eb33986844d858..395eaec2a94b44ce990353dca4f93118dd356140 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.9.0-SNAPSHOT</version>
+    <version>1.8.0-Carbon</version>
     <relativePath/>
   </parent>
 
@@ -38,7 +38,7 @@
       <dependency>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-artifacts</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.8.0-Carbon</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 8e3e2e58f5eb1703bb632cc1b0c57c749a35fab3..e821ea4dfa910a247865573cd8a1d0edd9e42299 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>feature-repo-parent</artifactId>
-    <version>1.9.0-SNAPSHOT</version>
+    <version>1.8.0-Carbon</version>
     <relativePath/>
   </parent>
 
index a132071f751ca778643324ec060fbeae7fa2f5e2..91ad0a29b78857115e3d8bae3e5a0207e99782eb 100644 (file)
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.8.0-Carbon</version>
         <relativePath/>
     </parent>
 
index ea905e10bad081d7d3161f948760928e6807f8f9..52ae65cf52a374caa540ad2e457bbedba862c426 100644 (file)
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.8.0-Carbon</version>
         <relativePath/>
     </parent>
 
@@ -25,7 +25,7 @@
         <controller.mdsal.version>1.6.0-SNAPSHOT</controller.mdsal.version>
         <mdsal.version>2.3.0-SNAPSHOT</mdsal.version>
         <mdsal.model.version>0.11.0-SNAPSHOT</mdsal.model.version>
-        <odlparent.netty>1.9.0-SNAPSHOT</odlparent.netty>
+        <odlparent.netty>1.8.0-Carbon</odlparent.netty>
     </properties>
 
 
index 192c031f9a66654ce8175293ab82bc9df80cd0ba..d6995783c2981cf0c7f91f1e27d90a7700a2cc91 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.9.0-SNAPSHOT</version>
+    <version>1.8.0-Carbon</version>
     <relativePath/>
   </parent>
 
index 498b201504e048ca048b41ea8d2d6b3f9efddfd5..7c9e4409c1f33355016104f14b31e79d5057e072 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.8.0-Carbon</version>
         <relativePath/>
     </parent>
 
@@ -53,7 +53,6 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <jmxGeneratorPath>${project.build.directory}/yang-gen-config</jmxGeneratorPath>
-        <karaf.distro.empty.version>1.9.0-SNAPSHOT</karaf.distro.empty.version>
         <salGeneratorPath>${project.build.directory}/yang-gen-sal</salGeneratorPath>
 
         <config.version>0.7.0-SNAPSHOT</config.version>