Release Carbon release/carbon
authorjenkins-releng <jenkins-releng@opendaylight.org>
Mon, 22 May 2017 02:41:07 +0000 (02:41 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Mon, 22 May 2017 02:41:07 +0000 (02:41 +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 a54a33e0b64f79d620e94ee875b596101e32a3c9..93818fba86d80807ecc49d2eca51bdda0806c55d 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.0-Carbon</version>
     <relativePath/>
   </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflowjava-artifacts</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.9.0-Carbon</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index e14cb2aee163aff94b04613b235f305b07168cd6..2274489a19bacfba4fa7926d85babf1b9c273d6f 100644 (file)
@@ -4,20 +4,20 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.0-Carbon</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.openflowjava</groupId>
   <artifactId>features-openflowjava</artifactId>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.9.0-Carbon</version>
   <packaging>jar</packaging>
 
   <properties>
-    <config.version>0.6.0-SNAPSHOT</config.version>
-    <controller.mdsal.version>1.5.0-SNAPSHOT</controller.mdsal.version>
-    <mdsal.version>2.2.0-SNAPSHOT</mdsal.version>
-    <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>
+    <config.version>0.6.0-Carbon</config.version>
+    <controller.mdsal.version>1.5.0-Carbon</controller.mdsal.version>
+    <mdsal.version>2.2.0-Carbon</mdsal.version>
+    <mdsal.model.version>0.10.0-Carbon</mdsal.model.version>
   </properties>
 
   <dependencyManagement>
@@ -35,7 +35,7 @@
       <dependency>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-artifacts</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.8.0-Carbon</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index a5a28e6def2441dc0740abb3d5c1a60a0d184d65..461532aaa9f3b9fd2f95bc94b9adfaff3ac04cd8 100644 (file)
@@ -4,13 +4,13 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>feature-repo-parent</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.0-Carbon</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.openflowjava</groupId>
   <artifactId>features4-openflowjava</artifactId>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.9.0-Carbon</version>
   <packaging>feature</packaging>
 
   <dependencies>
index 67a750e42b9813f41cfcdc27e63ed539e89921bc..e817dbe564a42b3bcef325a91d4ec43c1588c8a2 100644 (file)
@@ -7,13 +7,13 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.8.0-Carbon</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>odl-openflowjava-all</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.9.0-Carbon</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Openflow Java :: All</name>
index e709f7523852005939482a3e045728c7c5562c6a..913aa329259de7b3611bc974bc4e54839ba92c39 100644 (file)
@@ -7,23 +7,23 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.8.0-Carbon</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>odl-openflowjava-protocol</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.9.0-Carbon</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Openflow Java :: Protocol</name>
 
     <properties>
-        <config.version>0.6.0-SNAPSHOT</config.version>
-        <controller.mdsal.version>1.5.0-SNAPSHOT</controller.mdsal.version>
-        <mdsal.version>2.2.0-SNAPSHOT</mdsal.version>
-        <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>
-        <odlparent.netty>1.8.0-SNAPSHOT</odlparent.netty>
+        <config.version>0.6.0-Carbon</config.version>
+        <controller.mdsal.version>1.5.0-Carbon</controller.mdsal.version>
+        <mdsal.version>2.2.0-Carbon</mdsal.version>
+        <mdsal.model.version>0.10.0-Carbon</mdsal.model.version>
+        <odlparent.netty>1.8.0-Carbon</odlparent.netty>
     </properties>
 
 
index a1ef0fd94b0b851ab34479acf432108cb58ff152..0ee823c60d57fcb6f15053262e85204a3b04f5a0 100644 (file)
@@ -4,13 +4,13 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.0-Carbon</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.openflowjava</groupId>
   <artifactId>features-aggregator</artifactId>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.9.0-Carbon</version>
   <packaging>pom</packaging>
 
   <modules>
index 7eb1582107f3d12f8b3da651590bd5ef274d0dea..20d4017b9ba14924a99afd80ec8a87dc10072d33 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.10.0-SNAPSHOT</version>
+        <version>0.10.0-Carbon</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflow-protocol-api</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.9.0-Carbon</version>
     <packaging>bundle</packaging>
     <name>Openflow Protocol Library - API</name>
     <scm>
@@ -18,8 +18,8 @@
     </scm>
 
     <properties>
-      <mdsal.version>2.2.0-SNAPSHOT</mdsal.version>
-      <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>
+      <mdsal.version>2.2.0-Carbon</mdsal.version>
+      <mdsal.model.version>0.10.0-Carbon</mdsal.model.version>
     </properties>
 
     <dependencyManagement>
index 35c45c92a980a9bbbdb43b023b3ab3e755727c81..d43ec430382a57355ab6b78f288af61ba67fdbd9 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>0.9.0-Carbon</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflow-protocol-impl</artifactId>
index b93ba9e62468bc09f704edd26bb5d3f795ffbd80..8aad3de7e9b112cec65273a09baff59f1677ef67 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>0.9.0-Carbon</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflow-protocol-it</artifactId>
index 42dcab3ffb9b4c6306d2e73786362b10ee785e99..01cdf32ffced1a7170db42ef1d872d9f28908cfe 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>0.9.0-Carbon</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflow-protocol-spi</artifactId>
index c3e6c6ca4a2d708ee03cf60fe933b278fcc3731b..6aaeaa8975cfc035692407fd419f5d4b7749f0d3 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>0.9.0-Carbon</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflowjava-blueprint-config</artifactId>
index 1f7bc3e0554364193f9102422ce1aa8ea4662e2f..181815e5de5011bb9502b433e47dc921b145fcd5 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>0.9.0-Carbon</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflowjava-config</artifactId>
index 27ffc9bc5bcb0d24f60fc60a1f079bbd344d6c43..e96bf046a2533d7ff1f0b4ac0500ba0212121023 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>0.9.0-Carbon</version>
         <relativePath>../parent</relativePath>
     </parent>
     <packaging>bundle</packaging>
index 1d42e3794d67c411751aa90bd50f2f71ea92ab43..bc59314527b7f91153069b92126fa1f9d471a4b3 100644 (file)
@@ -4,13 +4,13 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.8.0-Carbon</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflowjava-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.9.0-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.0-SNAPSHOT</karaf.distro.empty.version>
+        <karaf.distro.empty.version>1.8.0-Carbon</karaf.distro.empty.version>
         <salGeneratorPath>${project.build.directory}/yang-gen-sal</salGeneratorPath>
 
-        <config.version>0.6.0-SNAPSHOT</config.version>
-        <controller.mdsal.version>1.5.0-SNAPSHOT</controller.mdsal.version>
-        <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>
-        <yangtools.version>1.1.0-SNAPSHOT</yangtools.version>
+        <config.version>0.6.0-Carbon</config.version>
+        <controller.mdsal.version>1.5.0-Carbon</controller.mdsal.version>
+        <mdsal.model.version>0.10.0-Carbon</mdsal.model.version>
+        <yangtools.version>1.1.0-Carbon</yangtools.version>
         <argparse4j.version>0.7.0</argparse4j.version>
     </properties>
 
diff --git a/pom.xml b/pom.xml
index 0ed9835234a8cb4e727cbb5773d04213b61fcb64..00841ed96a35c50032e4bad9a1a40206fb10f98b 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.0-SNAPSHOT</version>
+        <version>0.9.0-Carbon</version>
         <relativePath>parent</relativePath>
     </parent>
 
index 76dd357561e0b863de93d4e6c3eb20cb5f3ca844..cf9e52fc41427d0e74d47e8f156a9993e44514b2 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>0.9.0-Carbon</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>simple-client</artifactId>