Release Carbon release/carbon-sr1
authorjenkins-releng <jenkins-releng@opendaylight.org>
Tue, 11 Jul 2017 17:21:14 +0000 (17:21 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Tue, 11 Jul 2017 17:21:14 +0000 (17:21 +0000)
16 files changed:
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
openflow-protocol-api/pom.xml
openflow-protocol-impl/pom.xml
openflow-protocol-it/pom.xml
openflow-protocol-spi/pom.xml
openflowjava-blueprint-config/pom.xml
openflowjava-config/pom.xml
openflowjava-util/pom.xml
parent/pom.xml
pom.xml
simple-client/pom.xml

index 7c1fe628f8db87209799fe5401673cafe9bbe296..6bbc80cb6d769d4673c79d6470725ec720d64751 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.8.1-SNAPSHOT</version>
+    <version>1.8.1-Carbon</version>
     <relativePath/>
   </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflowjava-artifacts</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1-Carbon</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index badd77cff7747bf40e0deb567c98b57a363c16df..74dced4ee41da603e3578ac745461e9352173ffb 100644 (file)
@@ -4,20 +4,20 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.8.1-SNAPSHOT</version>
+    <version>1.8.1-Carbon</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.openflowjava</groupId>
   <artifactId>features-openflowjava</artifactId>
-  <version>0.9.1-SNAPSHOT</version>
+  <version>0.9.1-Carbon</version>
   <packaging>jar</packaging>
 
   <properties>
-    <config.version>0.6.1-SNAPSHOT</config.version>
-    <controller.mdsal.version>1.5.1-SNAPSHOT</controller.mdsal.version>
-    <mdsal.version>2.2.1-SNAPSHOT</mdsal.version>
-    <mdsal.model.version>0.10.1-SNAPSHOT</mdsal.model.version>
+    <config.version>0.6.1-Carbon</config.version>
+    <controller.mdsal.version>1.5.1-Carbon</controller.mdsal.version>
+    <mdsal.version>2.2.1-Carbon</mdsal.version>
+    <mdsal.model.version>0.10.1-Carbon</mdsal.model.version>
   </properties>
 
   <dependencyManagement>
@@ -35,7 +35,7 @@
       <dependency>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-artifacts</artifactId>
-        <version>1.8.1-SNAPSHOT</version>
+        <version>1.8.1-Carbon</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index c02f3bc977fb845637dbe7379bc31ffd10699b45..ccba32c9962d38b0560b110b21934da1cc4b9784 100644 (file)
@@ -4,13 +4,13 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>feature-repo-parent</artifactId>
-    <version>1.8.1-SNAPSHOT</version>
+    <version>1.8.1-Carbon</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.openflowjava</groupId>
   <artifactId>features4-openflowjava</artifactId>
-  <version>0.9.1-SNAPSHOT</version>
+  <version>0.9.1-Carbon</version>
   <packaging>feature</packaging>
 
   <dependencies>
index 0edeed0a00a99f9f588d25b485343c5d5b48a216..8c719caa1ec11b75673f8237ce9782fb431f50d7 100644 (file)
@@ -7,13 +7,13 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.8.1-SNAPSHOT</version>
+        <version>1.8.1-Carbon</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>odl-openflowjava-all</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1-Carbon</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Openflow Java :: All</name>
index 8b8fa574e4aff40f2c5a22a422ea1ac570686663..d41cf593ae6357c0d30771935d2e71bcd4f8d557 100644 (file)
@@ -7,23 +7,23 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.8.1-SNAPSHOT</version>
+        <version>1.8.1-Carbon</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>odl-openflowjava-protocol</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1-Carbon</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Openflow Java :: Protocol</name>
 
     <properties>
-        <config.version>0.6.1-SNAPSHOT</config.version>
-        <controller.mdsal.version>1.5.1-SNAPSHOT</controller.mdsal.version>
-        <mdsal.version>2.2.1-SNAPSHOT</mdsal.version>
-        <mdsal.model.version>0.10.1-SNAPSHOT</mdsal.model.version>
-        <odlparent.netty>1.8.1-SNAPSHOT</odlparent.netty>
+        <config.version>0.6.1-Carbon</config.version>
+        <controller.mdsal.version>1.5.1-Carbon</controller.mdsal.version>
+        <mdsal.version>2.2.1-Carbon</mdsal.version>
+        <mdsal.model.version>0.10.1-Carbon</mdsal.model.version>
+        <odlparent.netty>1.8.1-Carbon</odlparent.netty>
     </properties>
 
 
index ca61fb52aa97e413c41dd26b5d3b287d9db09d87..ea1bd7523424ca06d43f47b13ecbdd244a964b64 100644 (file)
@@ -4,13 +4,13 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.8.1-SNAPSHOT</version>
+    <version>1.8.1-Carbon</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.openflowjava</groupId>
   <artifactId>features-aggregator</artifactId>
-  <version>0.9.1-SNAPSHOT</version>
+  <version>0.9.1-Carbon</version>
   <packaging>pom</packaging>
 
   <modules>
index e73cbd590eddcc7207ea43af0ae21bc3e7b407e7..d574ed2164e35d3c9cd3493b171416cce4e88de0 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.10.1-SNAPSHOT</version>
+        <version>0.10.1-Carbon</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflow-protocol-api</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1-Carbon</version>
     <packaging>bundle</packaging>
     <name>Openflow Protocol Library - API</name>
     <scm>
@@ -18,8 +18,8 @@
     </scm>
 
     <properties>
-      <mdsal.version>2.2.1-SNAPSHOT</mdsal.version>
-      <mdsal.model.version>0.10.1-SNAPSHOT</mdsal.model.version>
+      <mdsal.version>2.2.1-Carbon</mdsal.version>
+      <mdsal.model.version>0.10.1-Carbon</mdsal.model.version>
     </properties>
 
     <dependencyManagement>
index 5307e84de8e6e45152b20789b978545a5cf72e37..446b4ec3de1755fcb112e91806d9c5f3e811fe4a 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1-Carbon</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflow-protocol-impl</artifactId>
index 82edb52e7b805289432db98a99a174c1e7b94e44..e32e16d526b3f2276a8f66d805e4c20eb2a780b1 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1-Carbon</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflow-protocol-it</artifactId>
index 577bc4afd8c244963b096c4d2be5bfa1225b1c20..7b5ac970c796fec4d0695d583030b55909358307 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1-Carbon</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflow-protocol-spi</artifactId>
index 220bd309ea2bff72a8f3bd7bd9107bf5e9c91eeb..c2241797a6216c6bc5dc2fba6eac1429e52e906f 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1-Carbon</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflowjava-blueprint-config</artifactId>
index 700c8fdeca7765a213fdd97c87c70afad7f19007..5b7034a9fa195c7e88780138a5eae589968cdeab 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1-Carbon</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflowjava-config</artifactId>
index e38102d709139d1f226f2f145543b5bbf782fd19..678c5b02dba029f8635e6ed9b48b7d501db0b618 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1-Carbon</version>
         <relativePath>../parent</relativePath>
     </parent>
     <packaging>bundle</packaging>
index c90f64dccf20e56fedc0370b1cceb5eb860bba20..91377f91c5879bad9fc0678993604233b8cbcea1 100644 (file)
@@ -4,13 +4,13 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.8.1-SNAPSHOT</version>
+        <version>1.8.1-Carbon</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflowjava-parent</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1-Carbon</version>
     <packaging>pom</packaging>
     <name>openflowjava</name> <!-- Used by Sonar to set project name -->
     <description>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <jmxGeneratorPath>${project.build.directory}/yang-gen-config</jmxGeneratorPath>
-        <karaf.distro.empty.version>1.8.1-SNAPSHOT</karaf.distro.empty.version>
+        <karaf.distro.empty.version>1.8.1-Carbon</karaf.distro.empty.version>
         <salGeneratorPath>${project.build.directory}/yang-gen-sal</salGeneratorPath>
 
-        <config.version>0.6.1-SNAPSHOT</config.version>
-        <controller.mdsal.version>1.5.1-SNAPSHOT</controller.mdsal.version>
-        <mdsal.model.version>0.10.1-SNAPSHOT</mdsal.model.version>
-        <yangtools.version>1.1.1-SNAPSHOT</yangtools.version>
+        <config.version>0.6.1-Carbon</config.version>
+        <controller.mdsal.version>1.5.1-Carbon</controller.mdsal.version>
+        <mdsal.model.version>0.10.1-Carbon</mdsal.model.version>
+        <yangtools.version>1.1.1-Carbon</yangtools.version>
         <argparse4j.version>0.7.0</argparse4j.version>
     </properties>
 
diff --git a/pom.xml b/pom.xml
index 625fcb9338d387260048f6802f3e4917d22219cf..e5e22923f3e82ba237c01e122e2bf5d996cd9800 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1-Carbon</version>
         <relativePath>parent</relativePath>
     </parent>
 
index 0be731cd5e7b27a58f9af853e98163d1c96be7a7..ade595b78071af2bd6fb870d9e251a6dd2965a08 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.1-Carbon</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>simple-client</artifactId>