Release Carbon release/carbon-sr4
authorjenkins-releng <jenkins-releng@opendaylight.org>
Sat, 21 Apr 2018 00:36:15 +0000 (00:36 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Sat, 21 Apr 2018 00:36:15 +0000 (00:36 +0000)
20 files changed:
nemo-api/pom.xml
nemo-artifacts/pom.xml
nemo-features/nemo-features/pom.xml
nemo-features/nemo-features4/pom.xml
nemo-features/odl-nemo-api/pom.xml
nemo-features/odl-nemo-cli-renderer/pom.xml
nemo-features/odl-nemo-engine-rest/pom.xml
nemo-features/odl-nemo-engine-ui/pom.xml
nemo-features/odl-nemo-engine/pom.xml
nemo-features/odl-nemo-openflow-renderer/pom.xml
nemo-features/pom.xml
nemo-impl/pom.xml
nemo-karaf/pom.xml
nemo-renderers/cli-renderer/pom.xml
nemo-renderers/openflow-renderer/pom.xml
nemo-renderers/pom.xml
nemo-tools/pom.xml
nemo-tools/sandbox/pom.xml
nemo-ui/pom.xml
pom.xml

index 6299c5087336674be9fbc03f72b3517ad3b9d1b4..903dee0e953c282adac135e65dd721df13f0bf35 100644 (file)
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.10.4-SNAPSHOT</version>
+    <version>0.10.4-Carbon</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo-api</artifactId>
-  <version>1.2.4-SNAPSHOT</version>
+  <version>1.2.4-Carbon</version>
   <packaging>bundle</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. -->
@@ -54,7 +54,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
           <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>maven-sal-api-gen-plugin</artifactId>
-            <version>0.10.4-SNAPSHOT</version>
+            <version>0.10.4-Carbon</version>
             <type>jar</type>
           </dependency>
         </dependencies>
index b1844ba141d815feee49ea55ea4cf477c31d2d05..806d8c3e6ca8da97f25f55730238ab4878efdb26 100644 (file)
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.8.4-SNAPSHOT</version>
+    <version>1.8.4-Carbon</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo-artifacts</artifactId>
-  <version>1.2.4-SNAPSHOT</version>
+  <version>1.2.4-Carbon</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. -->
index 28cdeabf24aad6f37fd50f757ad3dd43927c816d..8ecd519f8512ecab2b43d8332e6565db485f3b70 100644 (file)
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.8.4-SNAPSHOT</version>
+    <version>1.8.4-Carbon</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo-features</artifactId>
-  <version>1.2.4-SNAPSHOT</version>
+  <version>1.2.4-Carbon</version>
   <!-- <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. -->
   <name>ODL :: nemo :: ${project.artifactId}</name>
@@ -28,11 +28,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   </prerequisites>
 
   <properties>
-    <mdsal.model.version>0.10.4-SNAPSHOT</mdsal.model.version>
-    <mdsal.version>1.5.4-SNAPSHOT</mdsal.version>
-    <restconf.version>1.5.4-SNAPSHOT</restconf.version>
-    <dlux.version>0.5.4-SNAPSHOT</dlux.version>
-    <openflowplugin.version>0.4.4-SNAPSHOT</openflowplugin.version>
+    <mdsal.model.version>0.10.4-Carbon</mdsal.model.version>
+    <mdsal.version>1.5.4-Carbon</mdsal.version>
+    <restconf.version>1.5.4-Carbon</restconf.version>
+    <dlux.version>0.5.4-Carbon</dlux.version>
+    <openflowplugin.version>0.4.4-Carbon</openflowplugin.version>
   </properties>
 
   <dependencyManagement>
index 32f344d84e869d30b34f04a3b31b449e14d13810..47ba84c746cdb9fccf574d2e00676f535ffc4f11 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>feature-repo-parent</artifactId>
-        <version>1.8.4-SNAPSHOT</version>
+        <version>1.8.4-Carbon</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.nemo</groupId>
     <artifactId>nemo-features4</artifactId>
-    <version>1.2.4-SNAPSHOT</version>
+    <version>1.2.4-Carbon</version>
     <!-- <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. -->
     <name>ODL :: nemo :: ${project.artifactId}</name>
index e07761f3cdb043bd238476b74da779b61062ccd0..d929dac5d3dcc053e08121d6c16f60884e3e8def 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.8.4-SNAPSHOT</version>
+        <version>1.8.4-Carbon</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.nemo</groupId>
     <artifactId>odl-nemo-api</artifactId>
-    <version>1.2.4-SNAPSHOT</version>
+    <version>1.2.4-Carbon</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: NEMO :: API</name>
@@ -29,7 +29,7 @@
         <dependency>
             <groupId>org.opendaylight.mdsal.model</groupId>
             <artifactId>odl-mdsal-models</artifactId>
-            <version>0.10.4-SNAPSHOT</version>
+            <version>0.10.4-Carbon</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 7025ed736150f9a75c79a8bbfe009d7ea0f64a9c..bd0249527c52f9a0f91b847b36a97ac452af2d6d 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.8.4-SNAPSHOT</version>
+        <version>1.8.4-Carbon</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.nemo</groupId>
     <artifactId>odl-nemo-cli-renderer</artifactId>
-    <version>1.2.4-SNAPSHOT</version>
+    <version>1.2.4-Carbon</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: NEMO :: CLI Renderer</name>
index b5a664754d52f4ce3f0708ce5fe7a8bae2427f7d..26ae8f6d47f7c7386050be894aeb136d05445669 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.8.4-SNAPSHOT</version>
+        <version>1.8.4-Carbon</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.nemo</groupId>
     <artifactId>odl-nemo-engine-rest</artifactId>
-    <version>1.2.4-SNAPSHOT</version>
+    <version>1.2.4-Carbon</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: NEMO :: Engine :: REST</name>
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-restconf</artifactId>
-            <version>1.5.4-SNAPSHOT</version>
+            <version>1.5.4-Carbon</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-mdsal-apidocs</artifactId>
-            <version>1.5.4-SNAPSHOT</version>
+            <version>1.5.4-Carbon</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 64b889204b485ef693945f3972e5ed3eff11518e..83db13ad583ad5964a9c47cdfafe9d46ef657233 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.8.4-SNAPSHOT</version>
+        <version>1.8.4-Carbon</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.nemo</groupId>
     <artifactId>odl-nemo-engine-ui</artifactId>
-    <version>1.2.4-SNAPSHOT</version>
+    <version>1.2.4-Carbon</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: NEMO :: Engine :: UI</name>
@@ -29,7 +29,7 @@
         <dependency>
             <groupId>org.opendaylight.dlux</groupId>
             <artifactId>odl-dlux-core</artifactId>
-            <version>0.5.4-SNAPSHOT</version>
+            <version>0.5.4-Carbon</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 2e51aefba90bf4460c6ec6e7793deb6cbd422ea7..80b4b5a19655eadb8a52c27f38709dbf52489313 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.8.4-SNAPSHOT</version>
+        <version>1.8.4-Carbon</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.nemo</groupId>
     <artifactId>odl-nemo-engine</artifactId>
-    <version>1.2.4-SNAPSHOT</version>
+    <version>1.2.4-Carbon</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: NEMO :: Engine</name>
@@ -29,7 +29,7 @@
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>odl-mdsal-broker</artifactId>
-            <version>1.5.4-SNAPSHOT</version>
+            <version>1.5.4-Carbon</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 209cf10e1493626935e0d7574abb6480fbbcd69f..cda16af9093b26cc8daf01dfa2779d2643357ae7 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.8.4-SNAPSHOT</version>
+        <version>1.8.4-Carbon</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.nemo</groupId>
     <artifactId>odl-nemo-openflow-renderer</artifactId>
-    <version>1.2.4-SNAPSHOT</version>
+    <version>1.2.4-Carbon</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: NEMO :: OpenFlow Renderer</name>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>odl-openflowplugin-flow-services</artifactId>
-            <version>0.4.4-SNAPSHOT</version>
+            <version>0.4.4-Carbon</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
-            <version>0.4.4-SNAPSHOT</version>
+            <version>0.4.4-Carbon</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index d354c7b02d1cdc0dc60118a61bf2c2c76f8674b5..724c60414d5d64d569c2a47fba3c619452567f32 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>1.8.4-SNAPSHOT</version>
+        <version>1.8.4-Carbon</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.nemo</groupId>
     <artifactId>nemo-features-aggregator</artifactId>
-    <version>1.2.4-SNAPSHOT</version>
+    <version>1.2.4-Carbon</version>
     <!-- <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. -->
     <name>ODL :: nemo :: ${project.artifactId}</name>
index ea5bf6ac3e9ddf629472c5209ee606530e39253e..7e89a87641bfb3841f24ecd7db1f6a173ff09f9f 100644 (file)
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.6.4-SNAPSHOT</version>
+    <version>0.6.4-Carbon</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo-impl</artifactId>
-  <version>1.2.4-SNAPSHOT</version>
+  <version>1.2.4-Carbon</version>
   <packaging>bundle</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. -->
@@ -129,7 +129,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
           <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>maven-sal-api-gen-plugin</artifactId>
-            <version>0.10.4-SNAPSHOT</version>
+            <version>0.10.4-Carbon</version>
             <type>jar</type>
           </dependency>
         </dependencies>
index ffa862f021ca0eedb23c539e969a9ae29c61a2e9..9bc5c0eb3773fa696df8fd01031277fe9422dcb9 100644 (file)
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>karaf-parent</artifactId>
-    <version>1.8.4-SNAPSHOT</version>
+    <version>1.8.4-Carbon</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo-karaf</artifactId>
-  <version>1.2.4-SNAPSHOT</version>
+  <version>1.2.4-Carbon</version>
   <!-- <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. -->
   <name>ODL :: nemo :: ${project.artifactId}</name>
@@ -28,8 +28,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   </prerequisites>
 
   <properties>
-    <feature.mdsal.version>1.5.4-SNAPSHOT</feature.mdsal.version>
-    <feature.dlux.version>0.5.4-SNAPSHOT</feature.dlux.version>
+    <feature.mdsal.version>1.5.4-Carbon</feature.mdsal.version>
+    <feature.dlux.version>0.5.4-Carbon</feature.dlux.version>
   </properties>
 
   <dependencyManagement>
index 8a4fa11bda596cadb88a70cdfaae8e3a0110d90c..15213453c12f21d7ce263ce89d31098edf9bc22f 100644 (file)
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.6.4-SNAPSHOT</version>
+    <version>0.6.4-Carbon</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>cli-renderer</artifactId>
-  <version>1.2.4-SNAPSHOT</version>
+  <version>1.2.4-Carbon</version>
   <packaging>bundle</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. -->
@@ -122,7 +122,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
           <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>maven-sal-api-gen-plugin</artifactId>
-            <version>0.10.4-SNAPSHOT</version>
+            <version>0.10.4-Carbon</version>
             <type>jar</type>
           </dependency>
         </dependencies>
index 73975b6bdb34d30217c0e4c904638144daaab3da..e0a9d91e68318f10af0c0e7e53414206eb654a01 100644 (file)
@@ -12,21 +12,21 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.6.4-SNAPSHOT</version>
+    <version>0.6.4-Carbon</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>openflow-renderer</artifactId>
-  <version>1.2.4-SNAPSHOT</version>
+  <version>1.2.4-Carbon</version>
   <packaging>bundle</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. -->
   <name>ODL :: nemo :: ${project.artifactId}</name>
 
   <properties>
-    <liblldp.version>0.12.4-SNAPSHOT</liblldp.version>
-    <openflowplugin.version>0.4.4-SNAPSHOT</openflowplugin.version>
+    <liblldp.version>0.12.4-Carbon</liblldp.version>
+    <openflowplugin.version>0.4.4-Carbon</openflowplugin.version>
     <sonar.jacoco.reportPath>target/code-coverage/jacoco.exec</sonar.jacoco.reportPath>
     <sonar.jacoco.itReportPath>target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath>
   </properties>
@@ -141,7 +141,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
           <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>maven-sal-api-gen-plugin</artifactId>
-            <version>0.10.4-SNAPSHOT</version>
+            <version>0.10.4-Carbon</version>
             <type>jar</type>
           </dependency>
         </dependencies>
index 93cddccd34fc321f90dd98d0347c85d65c32fdb0..8d48a449b051e30df8875357ddbfe665e5b7b0ef 100644 (file)
@@ -12,12 +12,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.nemo</groupId>
     <artifactId>nemo.project</artifactId>
-    <version>1.2.4-SNAPSHOT</version>
+    <version>1.2.4-Carbon</version>
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo-renderers</artifactId>
-  <version>1.2.4-SNAPSHOT</version>
+  <version>1.2.4-Carbon</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. -->
index 3f935bad574f30aad789690e4da7c5fd6c131e0d..d90e39fa90db310059f5de48a57dcd0665e8121f 100644 (file)
@@ -12,12 +12,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.nemo</groupId>
     <artifactId>nemo.project</artifactId>
-    <version>1.2.4-SNAPSHOT</version>
+    <version>1.2.4-Carbon</version>
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo-tools</artifactId>
-  <version>1.2.4-SNAPSHOT</version>
+  <version>1.2.4-Carbon</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. -->
index a5458bb6455e3828c858af1dd3c68067e80939ec..3a77b51d386b956bcd7b1aa26691b37260759165 100644 (file)
@@ -12,12 +12,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.nemo</groupId>
     <artifactId>nemo-tools</artifactId>
-    <version>1.2.4-SNAPSHOT</version>
+    <version>1.2.4-Carbon</version>
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>sandbox</artifactId>
-  <version>1.2.4-SNAPSHOT</version>
+  <version>1.2.4-Carbon</version>
   <packaging>jar</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. -->
@@ -29,7 +29,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <jersey.version>2.11</jersey.version>
     <enunciate.version>1.26.2</enunciate.version>
     <cli.version>1.2</cli.version>
-    <cliche.version>1.1.4-SNAPSHOT</cliche.version>
+    <cliche.version>1.1.4-Carbon</cliche.version>
     <ssh.version>262</ssh.version>
     <json.version>20090211</json.version>
   </properties>
index 28115f58a4d9bd02d0274ef21b51705b198829f6..75de451d97687325e191a526b5a698a4f5194481 100644 (file)
@@ -12,20 +12,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.10.4-SNAPSHOT</version>
+    <version>0.10.4-Carbon</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo-ui</artifactId>
-  <version>1.2.4-SNAPSHOT</version>
+  <version>1.2.4-Carbon</version>
   <packaging>bundle</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. -->
   <name>ODL :: nemo :: ${project.artifactId}</name>
 
   <properties>
-    <dlux.version>0.5.4-SNAPSHOT</dlux.version>
+    <dlux.version>0.5.4-Carbon</dlux.version>
   </properties>
 
   <dependencies>
diff --git a/pom.xml b/pom.xml
index d9cfa805e9364de14b301b2cc8a2c6693d187d24..ddef7429e0e15a116ea977008b4f8ad515841e65 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>1.8.4-SNAPSHOT</version>
+    <version>1.8.4-Carbon</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo.project</artifactId>
-  <version>1.2.4-SNAPSHOT</version>
+  <version>1.2.4-Carbon</version>
   <packaging>pom</packaging>
   <name>nemo</name>
   <description>OpenDaylight NEMO</description>