Release Carbon release/carbon-sr3
authorjenkins-releng <jenkins-releng@opendaylight.org>
Thu, 15 Feb 2018 03:04:52 +0000 (03:04 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Thu, 15 Feb 2018 03:04:52 +0000 (03:04 +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 f947524c1bd3e98e54f479bbac4b9f4ab9489d8f..94a8421e51c795ca588767aabb5a71ad3f5a2904 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.8.3-SNAPSHOT</version>
+    <version>1.8.3-Carbon</version>
     <relativePath/>
   </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflowjava-artifacts</artifactId>
-    <version>0.9.3-SNAPSHOT</version>
+    <version>0.9.3-Carbon</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index 928f709c37b4e3ec3955e56d68da8b7aac5453c5..01cf122c49e01fdf8b0d7f587bcf6d6d5e2ba5de 100644 (file)
@@ -4,20 +4,20 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.8.3-SNAPSHOT</version>
+    <version>1.8.3-Carbon</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.openflowjava</groupId>
   <artifactId>features-openflowjava</artifactId>
-  <version>0.9.3-SNAPSHOT</version>
+  <version>0.9.3-Carbon</version>
   <packaging>jar</packaging>
 
   <properties>
-    <config.version>0.6.3-SNAPSHOT</config.version>
-    <controller.mdsal.version>1.5.3-SNAPSHOT</controller.mdsal.version>
-    <mdsal.version>2.2.3-SNAPSHOT</mdsal.version>
-    <mdsal.model.version>0.10.3-SNAPSHOT</mdsal.model.version>
+    <config.version>0.6.3-Carbon</config.version>
+    <controller.mdsal.version>1.5.3-Carbon</controller.mdsal.version>
+    <mdsal.version>2.2.3-Carbon</mdsal.version>
+    <mdsal.model.version>0.10.3-Carbon</mdsal.model.version>
   </properties>
 
   <dependencyManagement>
@@ -35,7 +35,7 @@
       <dependency>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-artifacts</artifactId>
-        <version>1.8.3-SNAPSHOT</version>
+        <version>1.8.3-Carbon</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index d4ab841d38f7c003fb8856c77b050d4b0041fa86..74e5b93d40efeb2de5ae4112d9f4b2edc1f5f7e3 100644 (file)
@@ -4,13 +4,13 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>feature-repo-parent</artifactId>
-    <version>1.8.3-SNAPSHOT</version>
+    <version>1.8.3-Carbon</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.openflowjava</groupId>
   <artifactId>features4-openflowjava</artifactId>
-  <version>0.9.3-SNAPSHOT</version>
+  <version>0.9.3-Carbon</version>
   <packaging>feature</packaging>
 
   <dependencies>
index ff87b3761ddf60676b5532d05b8d413c43c8d7fd..ef8c9141dba6ad00021a0fa81757486cd9a4af52 100644 (file)
@@ -7,13 +7,13 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.8.3-SNAPSHOT</version>
+        <version>1.8.3-Carbon</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>odl-openflowjava-all</artifactId>
-    <version>0.9.3-SNAPSHOT</version>
+    <version>0.9.3-Carbon</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Openflow Java :: All</name>
index d55d7af3500abe90b297b9bd3aca77788301ced6..46515e0e29cda1aa42cd1c4fe90248b6e3053122 100644 (file)
@@ -7,23 +7,23 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.8.3-SNAPSHOT</version>
+        <version>1.8.3-Carbon</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>odl-openflowjava-protocol</artifactId>
-    <version>0.9.3-SNAPSHOT</version>
+    <version>0.9.3-Carbon</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Openflow Java :: Protocol</name>
 
     <properties>
-        <config.version>0.6.3-SNAPSHOT</config.version>
-        <controller.mdsal.version>1.5.3-SNAPSHOT</controller.mdsal.version>
-        <mdsal.version>2.2.3-SNAPSHOT</mdsal.version>
-        <mdsal.model.version>0.10.3-SNAPSHOT</mdsal.model.version>
-        <odlparent.netty>1.8.3-SNAPSHOT</odlparent.netty>
+        <config.version>0.6.3-Carbon</config.version>
+        <controller.mdsal.version>1.5.3-Carbon</controller.mdsal.version>
+        <mdsal.version>2.2.3-Carbon</mdsal.version>
+        <mdsal.model.version>0.10.3-Carbon</mdsal.model.version>
+        <odlparent.netty>1.8.3-Carbon</odlparent.netty>
     </properties>
 
 
index e8d9c7ceaa20ba2b93c5e73ecbaa8aea518758f2..0318b4f5168b1ebfb635f130c3369ab8a59887cb 100644 (file)
@@ -4,13 +4,13 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.8.3-SNAPSHOT</version>
+    <version>1.8.3-Carbon</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.openflowjava</groupId>
   <artifactId>features-aggregator</artifactId>
-  <version>0.9.3-SNAPSHOT</version>
+  <version>0.9.3-Carbon</version>
   <packaging>pom</packaging>
 
   <modules>
index baa971773c6a0a482cb3148965198b198dfc3426..37313d5cf60e363260b07e7a2426c92613691281 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.10.3-SNAPSHOT</version>
+        <version>0.10.3-Carbon</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflow-protocol-api</artifactId>
-    <version>0.9.3-SNAPSHOT</version>
+    <version>0.9.3-Carbon</version>
     <packaging>bundle</packaging>
     <name>Openflow Protocol Library - API</name>
     <scm>
@@ -18,8 +18,8 @@
     </scm>
 
     <properties>
-      <mdsal.version>2.2.3-SNAPSHOT</mdsal.version>
-      <mdsal.model.version>0.10.3-SNAPSHOT</mdsal.model.version>
+      <mdsal.version>2.2.3-Carbon</mdsal.version>
+      <mdsal.model.version>0.10.3-Carbon</mdsal.model.version>
     </properties>
 
     <dependencyManagement>
index b2b523a89b825195dccbc526c3ed76f81a559344..dde59dd4aabc22e4b547ec1174b47e2a0f7c3f74 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.3-SNAPSHOT</version>
+        <version>0.9.3-Carbon</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflow-protocol-impl</artifactId>
index c6f6cff1b3d831ccdf94dfe58e133693649f6ed1..26fa2e3abde81f8a93f6c44f588734b0c7b8f41e 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.3-SNAPSHOT</version>
+        <version>0.9.3-Carbon</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflow-protocol-it</artifactId>
index 3009e4cc777eb7249e109f8e14f4e5bb8a41cc27..3714005c00816d9fe87d59a0378d3b70b3f23fb0 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.3-SNAPSHOT</version>
+        <version>0.9.3-Carbon</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflow-protocol-spi</artifactId>
index 4a912191606adc58cfa3e2ddd893a2ad65d0b5bd..33c226b411f336ea1e5d63c4e5324a57319f067b 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.3-SNAPSHOT</version>
+        <version>0.9.3-Carbon</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflowjava-blueprint-config</artifactId>
index 745fbff3db791e9ac173911e528a2a0f2e3d7c60..198eb5a27ae0c28d1670f0492b1d34870c2c44e1 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.3-SNAPSHOT</version>
+        <version>0.9.3-Carbon</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflowjava-config</artifactId>
index 27d074fbef4373060389e59d86e4d0c853d0dfa9..16536e7b8fe1033783e045c287c9a2597a3a2fac 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.3-SNAPSHOT</version>
+        <version>0.9.3-Carbon</version>
         <relativePath>../parent</relativePath>
     </parent>
     <packaging>bundle</packaging>
index d273b467c28cd63c1427ef2dd7a88ccbdd1a00e0..269756c23715854c4c8d32fd144567544ec6d9a5 100644 (file)
@@ -4,13 +4,13 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.8.3-SNAPSHOT</version>
+        <version>1.8.3-Carbon</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflowjava-parent</artifactId>
-    <version>0.9.3-SNAPSHOT</version>
+    <version>0.9.3-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.3-SNAPSHOT</karaf.distro.empty.version>
+        <karaf.distro.empty.version>1.8.3-Carbon</karaf.distro.empty.version>
         <salGeneratorPath>${project.build.directory}/yang-gen-sal</salGeneratorPath>
 
-        <config.version>0.6.3-SNAPSHOT</config.version>
-        <controller.mdsal.version>1.5.3-SNAPSHOT</controller.mdsal.version>
-        <mdsal.model.version>0.10.3-SNAPSHOT</mdsal.model.version>
-        <yangtools.version>1.1.3-SNAPSHOT</yangtools.version>
+        <config.version>0.6.3-Carbon</config.version>
+        <controller.mdsal.version>1.5.3-Carbon</controller.mdsal.version>
+        <mdsal.model.version>0.10.3-Carbon</mdsal.model.version>
+        <yangtools.version>1.1.3-Carbon</yangtools.version>
         <argparse4j.version>0.7.0</argparse4j.version>
     </properties>
 
diff --git a/pom.xml b/pom.xml
index 8ad6078f3c05ec209f57d4329ea8e1a75466fd98..93012d667c436817660ac0b51fa20919881768eb 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.3-SNAPSHOT</version>
+        <version>0.9.3-Carbon</version>
         <relativePath>parent</relativePath>
     </parent>
 
index 53891833e76baf34ae50cbacb442936e5afd9ad2..caa3ee83e7c85451bebca018ca16e02b71b45dd7 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.9.3-SNAPSHOT</version>
+        <version>0.9.3-Carbon</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>simple-client</artifactId>