Release controller v6.0.0
authorjenkins-releng <jenkins-releng@opendaylight.org>
Mon, 27 Jun 2022 12:00:25 +0000 (12:00 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Mon, 27 Jun 2022 12:00:25 +0000 (12:00 +0000)
73 files changed:
akka/pom.xml
akka/repackaged-akka-jar/pom.xml
akka/repackaged-akka/pom.xml
artifacts/pom.xml
benchmark/api/pom.xml
benchmark/dsbenchmark/pom.xml
benchmark/ntfbenchmark/pom.xml
benchmark/pom.xml
benchmark/rpcbenchmark/pom.xml
bundle-parent/pom.xml
docs/pom.xml
features/features-controller-experimental/pom.xml
features/features-controller-testing/pom.xml
features/features-controller/pom.xml
features/odl-clustering-test-app/pom.xml
features/odl-controller-akka/pom.xml
features/odl-controller-blueprint/pom.xml
features/odl-controller-broker-local/pom.xml
features/odl-controller-exp-netty-config/pom.xml
features/odl-controller-mdsal-common/pom.xml
features/odl-controller-scala/pom.xml
features/odl-jolokia/pom.xml
features/odl-mdsal-benchmark/pom.xml
features/odl-mdsal-broker/pom.xml
features/odl-mdsal-clustering-commons/pom.xml
features/odl-mdsal-distributed-datastore/pom.xml
features/odl-mdsal-remoterpc-connector/pom.xml
features/odl-toaster/pom.xml
features/pom.xml
features/single-feature-parent/pom.xml
jolokia/pom.xml
karaf/pom.xml
opendaylight/blueprint/pom.xml
opendaylight/config/netty-event-executor-config/pom.xml
opendaylight/config/netty-threadgroup-config/pom.xml
opendaylight/config/netty-timer-config/pom.xml
opendaylight/config/pom.xml
opendaylight/config/threadpool-config-api/pom.xml
opendaylight/config/threadpool-config-impl/pom.xml
opendaylight/md-sal/cds-access-api/pom.xml
opendaylight/md-sal/cds-access-client/pom.xml
opendaylight/md-sal/cds-dom-api/pom.xml
opendaylight/md-sal/cds-mgmt-api/pom.xml
opendaylight/md-sal/eos-dom-akka/pom.xml
opendaylight/md-sal/mdsal-it-base/pom.xml
opendaylight/md-sal/mdsal-it-parent/pom.xml
opendaylight/md-sal/parent/pom.xml
opendaylight/md-sal/pom.xml
opendaylight/md-sal/sal-akka-raft-example/pom.xml
opendaylight/md-sal/sal-akka-raft/pom.xml
opendaylight/md-sal/sal-akka-segmented-journal/pom.xml
opendaylight/md-sal/sal-binding-it/pom.xml
opendaylight/md-sal/sal-cluster-admin-api/pom.xml
opendaylight/md-sal/sal-cluster-admin-impl/pom.xml
opendaylight/md-sal/sal-cluster-admin-karaf-cli/pom.xml
opendaylight/md-sal/sal-clustering-commons/pom.xml
opendaylight/md-sal/sal-clustering-config/pom.xml
opendaylight/md-sal/sal-common-util/pom.xml
opendaylight/md-sal/sal-distributed-datastore/pom.xml
opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml
opendaylight/md-sal/sal-remoterpc-connector/pom.xml
opendaylight/md-sal/sal-test-model/pom.xml
opendaylight/md-sal/samples/clustering-test-app/configuration/pom.xml
opendaylight/md-sal/samples/clustering-test-app/karaf-cli/pom.xml
opendaylight/md-sal/samples/clustering-test-app/model/pom.xml
opendaylight/md-sal/samples/clustering-test-app/pom.xml
opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml
opendaylight/md-sal/samples/pom.xml
opendaylight/md-sal/samples/toaster-consumer/pom.xml
opendaylight/md-sal/samples/toaster-it/pom.xml
opendaylight/md-sal/samples/toaster-provider/pom.xml
opendaylight/md-sal/samples/toaster/pom.xml
pom.xml

index c48e46f98bce62c2af6e3d734ce3f8ddc7db7409..ae75fd94adc2f872b5089c33db782085c9c96633 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>akka-aggregator</artifactId>
-    <version>6.0.0-SNAPSHOT</version>
+    <version>6.0.0</version>
     <packaging>pom</packaging>
 
     <properties>
index e8e1f2b0545e1196b1677ca28c98dc3713cae30f..8494fa2afd06adcd87e71bbcfd9ea29218bb24c0 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>repackaged-akka-jar</artifactId>
     <packaging>jar</packaging>
-    <version>6.0.0-SNAPSHOT</version>
+    <version>6.0.0</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 7f859dff8ae399fd2c9165069a436e6d61ca6b08..c326d091f4d95a30a1b2e9cd8377254e98a93042 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.0-SNAPSHOT</version>
+        <version>6.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 30051107490e5bd2b7bc90526855346c85252651..639f3c62552e8e493608dc62e1a695ed5f3b1ccd 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>controller-artifacts</artifactId>
-    <version>6.0.0-SNAPSHOT</version>
+    <version>6.0.0</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-event-executor-config</artifactId>
-                <version>0.17.0-SNAPSHOT</version>
+                <version>0.17.0</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-threadgroup-config</artifactId>
-                <version>0.17.0-SNAPSHOT</version>
+                <version>0.17.0</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-timer-config</artifactId>
-                <version>0.17.0-SNAPSHOT</version>
+                <version>0.17.0</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>threadpool-config-api</artifactId>
-                <version>0.17.0-SNAPSHOT</version>
+                <version>0.17.0</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>threadpool-config-impl</artifactId>
-                <version>0.17.0-SNAPSHOT</version>
+                <version>0.17.0</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
index 37a523903d4a7e69953de76c92599136f455113b..9682c2a13508d37a6b36440530b9c0efc53758aa 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>6.0.0-SNAPSHOT</version>
+    <version>6.0.0</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 46b2f4b2c47dcbde100304707f4d833073709229..f619e2ee8c8434c9de1215defc17266c55c1b5bd 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>6.0.0-SNAPSHOT</version>
+    <version>6.0.0</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 28f8f92aa8e32d8f8ad12a07134e0086f90b14fe..7c36599079c83add8b0b7b86c3549dcb4168775c 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>6.0.0-SNAPSHOT</version>
+    <version>6.0.0</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 30b3470daa1dc437cfb9ef757ad85da23652565d..99b346134b3985eb0372f5c6254919ae3473c9c5 100644 (file)
@@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>benchmark-aggregator</artifactId>
-  <version>6.0.0-SNAPSHOT</version>
+  <version>6.0.0</version>
   <packaging>pom</packaging>
 
   <properties>
index 0e4ac9c11d4445fe671671686a9ef27d6d5ab3fd..71b2071ae97a9d953072c03c9f410cff20557728 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>6.0.0-SNAPSHOT</version>
+    <version>6.0.0</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 5b59e5bf9a6cede79803c76fda8343267880ffa0..000dce03d397efa40e744d8a00d127d714110747 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>6.0.0-SNAPSHOT</version>
+    <version>6.0.0</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>controller-artifacts</artifactId>
-                <version>6.0.0-SNAPSHOT</version>
+                <version>6.0.0</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 76542b988c14b3539316d99f625f470b6faf88f9..df2ffafc60b1a56a84542ce9d8c9b6627619b27d 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>controller-docs</artifactId>
     <packaging>jar</packaging>
-    <version>6.0.0-SNAPSHOT</version>
+    <version>6.0.0</version>
     <name>${project.artifactId}</name>
     <description>Controller documentation</description>
 
index da6503be97a1fad1859aa02ef0f140915042a9de..176e4939de0d40d82bedf077159ac49e3f7fc557 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller-experimental</artifactId>
-    <version>6.0.0-SNAPSHOT</version>
+    <version>6.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Experimental Features</name>
     <description>Controller Experimental Features</description>
index fe465f39007ef499e11d081a2fb0c117ee1359a0..a6f16fbfeb9129b0d9d6227388b61649618539de 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller-testing</artifactId>
-    <version>6.0.0-SNAPSHOT</version>
+    <version>6.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Features to support CSIT testing</name>
     <description>Controller CSIT Features</description>
index 48975ce1ee7401c22af199e25d4656d1555b4e45..06b623c15dc7b79355c8e3df528c7bbcd4d27d0d 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller</artifactId>
-    <version>6.0.0-SNAPSHOT</version>
+    <version>6.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Features</name>
     <description>Controller Production Features</description>
index 4f3252a4745c928ab5bf1cd9b3996c9e3dd93c5b..52f535cd4e889650499925b26c48ebeeed46b807 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>6.0.0-SNAPSHOT</version>
+        <version>6.0.0</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 109fcafb6612e15a9d6ceca19c4da1e5eb5ce6b9..e364bfd3ce883311cde216cafee01fcf7f8301bc 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>6.0.0-SNAPSHOT</version>
+        <version>6.0.0</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 7e5e278f60e37fd2f93bb7e75e58e78bbaa11bc4..6fcc2fc01b30094fd04b79512a4aea7fdb0cc865 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>6.0.0-SNAPSHOT</version>
+        <version>6.0.0</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 772ce4bf16d11d4faf6fbf6367c9f566ba8975fb..8a19ad97b2ef2a23fb332c80e9b49f1e6f120587 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>6.0.0-SNAPSHOT</version>
+        <version>6.0.0</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index ac6281a448371c13c78ec5649d567e40cdd7f457..9c31ec0360c719efac6917998e61edc9b275ce1f 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>6.0.0-SNAPSHOT</version>
+        <version>6.0.0</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index c2212b066faf4a42f052ed8201de60479e3200d9..d0444a7a4e0808004fdf17bbd4d4823e181ce60b 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>6.0.0-SNAPSHOT</version>
+        <version>6.0.0</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 2715f1296df7c7f2d056e57e8174fd26fa9eb107..f83ceda89d4d2a9471c0c65924cea91faaf29caa 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>6.0.0-SNAPSHOT</version>
+        <version>6.0.0</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index f481963f6eab63f19289533360f40f6788357bf6..a0acb18096ec3901021096bf6c338a83c7847909 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>6.0.0-SNAPSHOT</version>
+        <version>6.0.0</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index bfe2937cbdffd4cf02d84d10f8ebfbaa422103e1..e119218eb4d9bb0fa47b19c4fbcccf1e012b7b48 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>6.0.0-SNAPSHOT</version>
+        <version>6.0.0</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 8367cf21cde248d055bbeb7c30c346967b5f22b2..536962cf066fb2930348d0c020d517aacff01ade 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>6.0.0-SNAPSHOT</version>
+        <version>6.0.0</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index b33737d803f53745b8563bcede33f9f3ffb8c703..d0b6bb9896cf79b06ef5974598321e8b251b58e9 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>6.0.0-SNAPSHOT</version>
+        <version>6.0.0</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 243693bce8330451361f7d7499a15b5774e6fc39..459d3c94ac89d9185d9bcbe2c201853af73cf097 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>6.0.0-SNAPSHOT</version>
+        <version>6.0.0</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index db0af08cfb1b3edb76402183b2bc40c9d213cd2e..692c2373b4b069c90f9f6d09bd31645ef4134494 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>6.0.0-SNAPSHOT</version>
+        <version>6.0.0</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index a79345cef5287bdfd2720c09c5cf10ba39e92236..5e25db0df12ffef3a7c8c5e3851a69bd934643ad 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>6.0.0-SNAPSHOT</version>
+        <version>6.0.0</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 31dae912aefb9881b1bd74fcbf9bc1cf653d5f89..1a4432bb254815ec9f8b01951c95790e7b679f9b 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>features-aggregator</artifactId>
-  <version>6.0.0-SNAPSHOT</version>
+  <version>6.0.0</version>
   <packaging>pom</packaging>
 
   <properties>
index 6bb68bef02bd73fe2d7a95b41c08b59f29a4afd8..8e5ad2d9b15b606fb71f3bb3ce7cd0b32fe3d136 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>6.0.0-SNAPSHOT</version>
+    <version>6.0.0</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>bundle-parent</artifactId>
-                <version>6.0.0-SNAPSHOT</version>
+                <version>6.0.0</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index fb5b96deb18132affeab75e67642df1a3a071038..213b05fa7e2bde92a19ac6a40d974d344a0f39d2 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>odl-jolokia-osgi</artifactId>
-  <version>6.0.0-SNAPSHOT</version>
+  <version>6.0.0</version>
   <packaging>jar</packaging>
 
   <build>
index 9330ce0388a5a85d8eeeeb485306e83cff871ca3..adee320f619b6e3598354b05bb301bd5e1f03236 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>controller-test-karaf</artifactId>
-  <version>6.0.0-SNAPSHOT</version>
+  <version>6.0.0</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
index d22a3a9b145426758ebb4eba8d40722e07e2e389..02e1ab0f5ecc478a3b26a1e1347fcb174cd3d5c7 100644 (file)
@@ -20,7 +20,7 @@
   <artifactId>blueprint</artifactId>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
-  <version>6.0.0-SNAPSHOT</version>
+  <version>6.0.0</version>
 
   <dependencyManagement>
     <dependencies>
index 152fab60a2b9faafb38f99dc019602782a2a258f..c80753c29053bfb11f55205f72318863c9d32f6e 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-event-executor-config</artifactId>
-  <version>0.17.0-SNAPSHOT</version>
+  <version>0.17.0</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's event executor</description>
index 02c419e2540326e966647a09e201efd69df70409..a6100bec26d1b1cec824725bd7497558d338aaa6 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-threadgroup-config</artifactId>
-  <version>0.17.0-SNAPSHOT</version>
+  <version>0.17.0</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's event group</description>
index ffe48ca0100d11d25e63e5389407abeb0a26c9dd..dbb763907b91f70a7908b593901f14302620d88d 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-timer-config</artifactId>
-  <version>0.17.0-SNAPSHOT</version>
+  <version>0.17.0</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's timer</description>
index 961af5afe839abda1a50012c5adce3f6b0dd8df6..206a7346bc55a41187cdeb38b719fe18e3fc79e3 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>config-aggregator</artifactId>
-  <version>0.17.0-SNAPSHOT</version>
+  <version>0.17.0</version>
   <packaging>pom</packaging>
 
   <properties>
index a38b7d4bf85cf408c1f4b9aac3c0b6af814ef30d..23d291482edea9f8b3942a264d0bcb3e91454341 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>threadpool-config-api</artifactId>
-  <version>0.17.0-SNAPSHOT</version>
+  <version>0.17.0</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
 </project>
index a0fe0bb6b5eec77b6185970baa4fc5790d62b04d..13532e90ed609e452eeada460f3f99fde07d8086 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>threadpool-config-impl</artifactId>
-  <version>0.17.0-SNAPSHOT</version>
+  <version>0.17.0</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
 
@@ -20,7 +20,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>controller-artifacts</artifactId>
-        <version>6.0.0-SNAPSHOT</version>
+        <version>6.0.0</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 41fc636f581c9e4fb4005519b9a4867e479e9b29..31df5f29c1e510683c03df103c82a9c835e32abd 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>6.0.0-SNAPSHOT</version>
+        <version>6.0.0</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 15a48587dde9b6958ac2dfb627aee1d52fb56e0a..a5abf736c687a1c4cc0fc6f79ec25a844cd11a80 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>6.0.0-SNAPSHOT</version>
+        <version>6.0.0</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 0f894c8f4e7c7606172698ca38914aaa3fc099b6..5b0d837ede8b58753ed83d89d3787d0a0f278984 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>6.0.0-SNAPSHOT</version>
+        <version>6.0.0</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 1d81939d93e91fc6fb6c8887bbb96e518db43719..6a4f2556de475041ef9c555da05fdfc4a7407b8b 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>6.0.0-SNAPSHOT</version>
+        <version>6.0.0</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 4e9ca8e713047c2fab76456ca9bcda1df2b9741f..26618b5517b8e072f271563002d7226fec416a68 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>6.0.0-SNAPSHOT</version>
+        <version>6.0.0</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 18466aa0c34b1b7565aa4341d0793694e0ac8cca..4b178044c18bf060aad7f2eef00e154fb22ef4ab 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-it-base</artifactId>
-  <version>6.0.0-SNAPSHOT</version>
+  <version>6.0.0</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
index 867f7ff3a1e7cc1dba153d805a17945eebca5537..d9806e9767601d482634c64c80b3acbc27391b16 100644 (file)
@@ -19,7 +19,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-it-parent</artifactId>
-  <version>6.0.0-SNAPSHOT</version>
+  <version>6.0.0</version>
   <packaging>pom</packaging>
 
   <properties>
@@ -37,7 +37,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>controller-artifacts</artifactId>
-        <version>6.0.0-SNAPSHOT</version>
+        <version>6.0.0</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 3465c95c89adab6cf2456725acd0e889da485269..d487b41d48d16f9517e13bb7cb40c3ea0d0f85e1 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-parent</artifactId>
-  <version>6.0.0-SNAPSHOT</version>
+  <version>6.0.0</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
@@ -25,7 +25,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.0-SNAPSHOT</version>
+        <version>6.0.0</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index d40fb710ca48cd4978838af90230005f51269329..1a9a25ef44ce7c410d2423f75290ab276dd87a02 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-aggregator</artifactId>
-  <version>6.0.0-SNAPSHOT</version>
+  <version>6.0.0</version>
   <packaging>pom</packaging>
 
   <properties>
index 1ba354fd58af5194d46b23294275002f80f80724..e014a9acf6d2ffd3d7fae429c4e737ddf5df8f6c 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>6.0.0-SNAPSHOT</version>
+    <version>6.0.0</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 0757dfe9faf69217e19daa21af998276b3cc2472..39db08526ff77dd6f480dc15a14849113120641c 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>6.0.0-SNAPSHOT</version>
+    <version>6.0.0</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index d3f99bab6715d0b74ada0a13c654061b89bff789..0bff0bb1c59f3fcd2ef12c2afef33a7f47ebc58a 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>6.0.0-SNAPSHOT</version>
+        <version>6.0.0</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 7d073d42ef429cc4720c2c71933d9f7f4a39fb2b..e4e8b1896874c653babfc6eee84c1760e5cabfcb 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>6.0.0-SNAPSHOT</version>
+    <version>6.0.0</version>
     <relativePath>../mdsal-it-parent</relativePath>
   </parent>
   <artifactId>sal-binding-it</artifactId>
index 4146f0f27585db2ecf0b1be29896d9f7ef000511..b44a066a73404d4357241c3e746a5ce968905558 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>6.0.0-SNAPSHOT</version>
+    <version>6.0.0</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 4a03ee8ba5ff047d69be25cdf7aa8f9af8105b8d..eb460d5bdca310ab4dc4fdfab5de17e651cbea0f 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>6.0.0-SNAPSHOT</version>
+    <version>6.0.0</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index f671b7c2eecb2adc6f6bcd8583150a299e85d357..c783641bd778a79a15908a7ad93736abf46d1e41 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>mdsal-parent</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>6.0.0-SNAPSHOT</version>
+        <version>6.0.0</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index eba08763a81cc9ca3d06d77c7a54bc62b0fbfd27..bf096f466edb70856ac9565bcb95f5af0b58b0c7 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>6.0.0-SNAPSHOT</version>
+    <version>6.0.0</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index d724d502b791a06f33c78eb7cd42f0c8bddf8f7c..ee523e36c41504d7e198f92b25bda237c0fc7101 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>sal-clustering-config</artifactId>
-  <version>6.0.0-SNAPSHOT</version>
+  <version>6.0.0</version>
   <packaging>jar</packaging>
   <description>Configuration files for md-sal clustering</description>
 
index 8b3c2e4bdcf365b906ae5cee5ce3cc58031084a9..e5bc377495f2be948080c6581e529dd5fcfacd2a 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>6.0.0-SNAPSHOT</version>
+    <version>6.0.0</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 3ab517db5264c4402726299c86a950ebae6c56f9..f27f3b32b39f1d964e5aac7d70928ca5c8bb2a20 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>6.0.0-SNAPSHOT</version>
+    <version>6.0.0</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index fbf0d6dac7f82d1314f996dd189080f2143e6b85..cc96387df1618d8c5ed496f777d1bdd0fa6db885 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>6.0.0-SNAPSHOT</version>
+    <version>6.0.0</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 39e4d372e36dbbe87680949c975040669e62f5c5..29bea1ee50e5989c07fb0c2e672c54d78682eb55 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>6.0.0-SNAPSHOT</version>
+        <version>6.0.0</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 63762e2974d6ed71adf4b5b8e78414c1994135a6..4834ca66be99ee32ff7446d45af66b66a7531d2a 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>6.0.0-SNAPSHOT</version>
+        <version>6.0.0</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 368032243230b77de5cc04bb9432dd2c83243851..a3b07fdb7542a99053719352d6d866c59be81ac2 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller.samples</groupId>
     <artifactId>clustering-it-config</artifactId>
-    <version>6.0.0-SNAPSHOT</version>
+    <version>6.0.0</version>
     <packaging>jar</packaging>
 
     <build>
index 654cdfd8a2e92bf9c26cd07bbb545745d46c770f..c19bed045f6a6b50a81a2ec01e5f686184687fc9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <artifactId>mdsal-parent</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>6.0.0-SNAPSHOT</version>
+        <version>6.0.0</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 4c8979e6080a6cd41b2eff690f14e068b25f729d..07654ce95a41b0f2af2e74f76a30bc66949c9bcf 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>6.0.0-SNAPSHOT</version>
+        <version>6.0.0</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 901120f8458bae7a822f6891f49c05045f7a46c8..8366964baaf64254c3343a49696c73944da0f5d3 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.controller.samples</groupId>
     <artifactId>clustering-test-app</artifactId>
-    <version>6.0.0-SNAPSHOT</version>
+    <version>6.0.0</version>
     <packaging>pom</packaging>
 
     <properties>
index 34c91c4878debc1587ef2c1e3688a9292ea1c2b3..07f73e04c5c3e5e483efb7f7a8d5d03972d6dd06 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>6.0.0-SNAPSHOT</version>
+        <version>6.0.0</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 6968eb85f943a843599a6e8dbb74bfafcc04dbb9..cd1a2585e59a06d40d794c49df090b23f8c27232 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller.samples</groupId>
   <artifactId>samples-aggregator</artifactId>
-  <version>6.0.0-SNAPSHOT</version>
+  <version>6.0.0</version>
   <packaging>pom</packaging>
 
   <properties>
index 751b521d139b337f8899c58ba0c203a85ce72106..a344e23fc120628bb8c23c3a6c541b2ee85c426d 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>6.0.0-SNAPSHOT</version>
+    <version>6.0.0</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index f2d65827367896de3e9c7e13a6192644da4eb1c5..31e85bafe13090ab7590423cc049f5335f0e58c1 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>6.0.0-SNAPSHOT</version>
+    <version>6.0.0</version>
     <relativePath>../../mdsal-it-parent</relativePath>
   </parent>
   <artifactId>sample-toaster-it</artifactId>
index 62382f1422fbc3d1dff37bbf96142da6589fa651..0ec7afb2e738a0998ea2293da5e319a7e3c7bda4 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>6.0.0-SNAPSHOT</version>
+    <version>6.0.0</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 43e68915b3c12b99dd59f951149a670a3e956703..b499435775a63012ffa7cb2fd9f1b485316ee22b 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>6.0.0-SNAPSHOT</version>
+    <version>6.0.0</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index bb449422d2b7cc0384384ceb30ed7ab41dca37b9..9fb5363d06b62b7166e6fa4fef7c2863cc612d21 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>releasepom</artifactId>
-  <version>6.0.0-SNAPSHOT</version>
+  <version>6.0.0</version>
   <packaging>pom</packaging>
   <name>controller</name>
   <!-- Used by Sonar to set project name -->