Bump versions to 8.0.6-SNAPSHOT 70/110870/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 19 Mar 2024 13:31:46 +0000 (14:31 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 19 Mar 2024 13:32:26 +0000 (14:32 +0100)
This starts the next development iteration.

Change-Id: Idf294275ab997cd6bd98b5196cb693267ec4b29c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
74 files changed:
akka/pom.xml
akka/repackaged-akka-jar/pom.xml
akka/repackaged-akka/pom.xml
artifacts/pom.xml
atomix-storage/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 e89865d162b39530ec0b379e7becc2a78d1ecaf0..442568fe6812322b38467b1089f04965edafdd28 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>akka-aggregator</artifactId>
-    <version>8.0.5</version>
+    <version>8.0.6-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 548c03bac4a43fa4e507de289c4510ad10b091ff..cda15adcb5aba606f273d6f3878d52556e8e3d7d 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>repackaged-akka-jar</artifactId>
     <packaging>jar</packaging>
-    <version>8.0.5</version>
+    <version>8.0.6-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 54b6d428de8070803e2c27743472b47472fb51cc..f475e40a44a7afef963f5db6b4db6d9141d2c400 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.5</version>
+        <version>8.0.6-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 7a5f07a09ffae45cea1d3121c690531858f59e69..769fbf3b3e4d292475383e76ba416d315714133d 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>controller-artifacts</artifactId>
-    <version>8.0.5</version>
+    <version>8.0.6-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-event-executor-config</artifactId>
-                <version>0.19.5</version>
+                <version>0.19.6-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-threadgroup-config</artifactId>
-                <version>0.19.5</version>
+                <version>0.19.6-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-timer-config</artifactId>
-                <version>0.19.5</version>
+                <version>0.19.6-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>threadpool-config-api</artifactId>
-                <version>0.19.5</version>
+                <version>0.19.6-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>threadpool-config-impl</artifactId>
-                <version>0.19.5</version>
+                <version>0.19.6-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
index 7352538be3fb2c953f63764a4c8151b79f74c19f..31c973fa29c7c2dae20f2ccfb432e3c815143306 100644 (file)
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>8.0.5</version>
+    <version>8.0.6-SNAPSHOT</version>
     <relativePath>../bundle-parent</relativePath>
   </parent>
 
index 249838875edd9f890df3e45c8303a4505819872e..dfbe01667741e5e507e85165ccd40b0d26693f43 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>8.0.5</version>
+    <version>8.0.6-SNAPSHOT</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index bf749a2f4410c67359a8e0408d2baed3d9d05be9..ee3842a46fd5314896803d216a85ec6d108ab419 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>8.0.5</version>
+    <version>8.0.6-SNAPSHOT</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 93128417816811d7a81e4610c27d8e8f82448b43..e4be25c4ee7b0b9ca4aa857c19317d438c9e67e6 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>8.0.5</version>
+    <version>8.0.6-SNAPSHOT</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index cb227a22c1b21b557cfa369395a355dfa35d3666..85fab0d27b0feae2ab661b5779ed8eee8ce18e6d 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>8.0.5</version>
+  <version>8.0.6-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index 0c9bccdca503a1d0101ff2ee38accaa99d8b56f7..6df0b7b9a0ca3387eb25f792f28ef5ad7f0356b9 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>8.0.5</version>
+    <version>8.0.6-SNAPSHOT</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 6cebd3c0fc235113225e912a3db741074dad2517..9d990bdd7be812fefeda54f648d5c15d36d58699 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>8.0.5</version>
+    <version>8.0.6-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>controller-artifacts</artifactId>
-                <version>8.0.5</version>
+                <version>8.0.6-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 63d9659118df8cae5e6c68206895bfe5f19ee38e..fc416f8d5f74fda5d148b573b917bdbb624b689b 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>controller-docs</artifactId>
     <packaging>jar</packaging>
-    <version>8.0.5</version>
+    <version>8.0.6-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>Controller documentation</description>
 
index 9970e55bf93074a1b22f38378f3ccfeb89633aae..62f7e160f78d9cd2c5c8ea9dfb070a409def986b 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller-experimental</artifactId>
-    <version>8.0.5</version>
+    <version>8.0.6-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Experimental Features</name>
     <description>Controller Experimental Features</description>
index 29a0e1fbe4b73ec84113ec013c66f7d6684a304b..cfcc15a9ba247a0d36ae1eb68cf11d5bc18825f6 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller-testing</artifactId>
-    <version>8.0.5</version>
+    <version>8.0.6-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Features to support CSIT testing</name>
     <description>Controller CSIT Features</description>
index 3c4048243578739311a27333184cb28beed2a05b..1a5a30f312c09b1887bb338fee0896fe3e98ef6f 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller</artifactId>
-    <version>8.0.5</version>
+    <version>8.0.6-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Features</name>
     <description>Controller Production Features</description>
index 0efe559ca94741bbedee5947a8cfb39a350e7e43..6edd8f9d8b5b3f1b07bd0361aadddb8c64be4f82 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.5</version>
+        <version>8.0.6-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index e88d6632fd17f2feb22d8cc993892841f1b60d03..9c027869ebddf719fff7505b4b3c05c81ada9b78 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.5</version>
+        <version>8.0.6-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 760e3f80b17371c774dd99bcf83f20fb4b7f9dd9..0095278afef75ef33644ca39c62e6f04a3ead5a7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.5</version>
+        <version>8.0.6-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 94d71b604d71e21d66b2a4d5ad056dc75d3e1978..90e7f62b02442dc6ab1f7142fa96c8e089a7f619 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.5</version>
+        <version>8.0.6-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 4fcee905b215e6d0d375c22c4a80d2afa67905c2..b005c77af6ab5064da9acfdafbf8c878e2847a91 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.5</version>
+        <version>8.0.6-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index d2be0d9c46e715d736ebb9a31a1c608abcf6b2d4..0a9ba5dbc2fa12b395fa33fa4b3300f0daeba036 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.5</version>
+        <version>8.0.6-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 249c8e1926dbb2c42e8220b335066c3fd3d5b0e1..54f9728bd6e5f09fd1f12afde8ec2051870bf9ae 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.5</version>
+        <version>8.0.6-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index b53545ab7644e88259b3ff1be798f6c8ee1da409..395acde59b3941e44c76ef45e0007183a4786977 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.5</version>
+        <version>8.0.6-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 3b34bd0fc7bb0937943d0ed96dfd8c6cb8139d4f..64623072b982500b0770ec0c58a481856c609fb3 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.5</version>
+        <version>8.0.6-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 08595e067c9d036f2eab28a20839e028aa2934db..ac007c742c6de5a4ffbb7bb61adcaac3b30a07e1 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.5</version>
+        <version>8.0.6-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 152d29017f93f206ef1502ee6bc786659359e129..54ae081035dbf0c59b69552e759ff14cb5bb9f4d 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.5</version>
+        <version>8.0.6-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index af2c6860ff3d547a3f1fea6f71cb9afe054f7d39..2737da573e88455e15428742b491f7e37c431ccc 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.5</version>
+        <version>8.0.6-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 11a175b347dfd4306d072e1a474a0b66cca7f315..a636784c81a59927d63ce739e31dfe89546ceca4 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.5</version>
+        <version>8.0.6-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 3b63bd4bf5c4c9b7d3a3a3beefc2d29a975eb5cc..ef773b65aa1ba1947fa651e1aced88cb45287e58 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.5</version>
+        <version>8.0.6-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index ff46cc2c8e1cfb1bc9bd984d778564eca5b42c45..492a80cdffefab4b4aa59d590904057150613ef4 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>features-aggregator</artifactId>
-  <version>8.0.5</version>
+  <version>8.0.6-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index 956ee63229547b907dd73453d4da66abf0acc53b..9b14ce9a8f106efc6d324cacf20c54b2291728be 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>8.0.5</version>
+    <version>8.0.6-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>bundle-parent</artifactId>
-                <version>8.0.5</version>
+                <version>8.0.6-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 94a97fcdeff8f0861d88cff7581081d5dc073080..47488add5b75edf9712548032300062e06b45702 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>odl-jolokia-osgi</artifactId>
-  <version>8.0.5</version>
+  <version>8.0.6-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <build>
index fa6e0f621cd8aedc9a8912fdb61078e5bffec727..486eb25abe2a402e14afdcf71c68d2d9e0c1b022 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>controller-test-karaf</artifactId>
-  <version>8.0.5</version>
+  <version>8.0.6-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
index ba282f52293f84473c7323272328aa25440429c8..8276655598ab16d1bb2ee2e79df03e16b8131c81 100644 (file)
@@ -20,7 +20,7 @@
   <artifactId>blueprint</artifactId>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
-  <version>8.0.5</version>
+  <version>8.0.6-SNAPSHOT</version>
 
   <dependencyManagement>
     <dependencies>
index 763a311d846107dd40bdddec529ecf8bc0b4744c..417ec412748f90982d4d2ad81d6039716ded9df4 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-event-executor-config</artifactId>
-  <version>0.19.5</version>
+  <version>0.19.6-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's event executor</description>
index 71cecfefa77578ee5bd87f649f633f45106abd65..c361a610edc1f7427bff91dd26a98e07bb8fddae 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-threadgroup-config</artifactId>
-  <version>0.19.5</version>
+  <version>0.19.6-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's event group</description>
index 5961eb65e7e283cb925b21e96d346239f91d5803..298bffb85be2cfbf3b07c707e088d2e3539346a5 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-timer-config</artifactId>
-  <version>0.19.5</version>
+  <version>0.19.6-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's timer</description>
index 0b24ffffe5fc74b04b6e5d3470cfd26af4782b67..56f48f19bfc2f9b257c81437e0819c115b6055e2 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>config-aggregator</artifactId>
-  <version>0.19.5</version>
+  <version>0.19.6-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index cf12757c25fd99d3e524fe67b36e491c054abac4..b6a9fa82dea1169b28cd19fb7fd1ea7a5650cb5a 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>threadpool-config-api</artifactId>
-  <version>0.19.5</version>
+  <version>0.19.6-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
 </project>
index 5a56863d23464e99ad725b7fd9b922c87292a14a..7a3cbc6bc61eb3c7045f8583acb96c652bccca50 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>threadpool-config-impl</artifactId>
-  <version>0.19.5</version>
+  <version>0.19.6-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
 
@@ -20,7 +20,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>controller-artifacts</artifactId>
-        <version>8.0.5</version>
+        <version>8.0.6-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index e3933fe247c7e4338a0d502a2c7494cb34cd53d4..476275b7d38caa617e2e695b530cda417fd063ae 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>8.0.5</version>
+        <version>8.0.6-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 7899fd34438e2581f3ae6670913a146d4b094c10..72599c3dcfad0beffa918fe77ecf10645b048c8e 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>8.0.5</version>
+        <version>8.0.6-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index c0d001fb22cd77111bbc326d25785e734e7ef5ee..6143320998cf9905e36fbb3585dfff047a7a81e4 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>8.0.5</version>
+        <version>8.0.6-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 3f1578184d1bf2537ca1dfa21783714a182c1731..3cee3cb00c78864211421fed976b29ed89275aea 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>8.0.5</version>
+        <version>8.0.6-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 670855fff6e59a73c28794ea1056e0cf8bf25b49..6a496bf76dbf245ae0b09ca52586ab8b98124571 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>8.0.5</version>
+        <version>8.0.6-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 02b962b3243c7a05ac388560fbe20333195169b4..643928182c8c236f9b6961fe32396b675ca22fe3 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>8.0.5</version>
+  <version>8.0.6-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
index 2a0d79efafcb70422efe5813902fda1502ee3294..c81d4fdc6d66a6d574ef2f1ad2685b6211658876 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>8.0.5</version>
+  <version>8.0.6-SNAPSHOT</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>8.0.5</version>
+        <version>8.0.6-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 133321e2f346fcdc26a9d9ca53a480d822b1f009..6f58e8a5b83dde11814cc4621cd594a20d76e148 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-parent</artifactId>
-  <version>8.0.5</version>
+  <version>8.0.6-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
@@ -25,7 +25,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.5</version>
+        <version>8.0.6-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index e715ed03be7b9eed3832b99262eb29154124f7db..d6554a2de45a0cacd4fb5938bdf48bb58e9cb644 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-aggregator</artifactId>
-  <version>8.0.5</version>
+  <version>8.0.6-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index 02505e18129197fdb06f70dc1fc3b2f7a184b0bc..547259fb0b2e9014d1b80d31a792415c6ecfa1f6 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>8.0.5</version>
+    <version>8.0.6-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 59cc7b9581edfa21b2f2d5c8b027f7bd4f42aaf7..e885e180b2b80e1eff0743a12298d8e2260b3869 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>8.0.5</version>
+    <version>8.0.6-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 974808b187e6b3b90e2dd598c866ef06dc4bfd0a..1ac3592afabe255553e51277501d9d82bb4ff5e1 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>8.0.5</version>
+        <version>8.0.6-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index c230b37020496f18d6081851a43aff3a71136abc..32716496fc68e8a1d64292975dbe5728a71e4fa7 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>8.0.5</version>
+    <version>8.0.6-SNAPSHOT</version>
     <relativePath>../mdsal-it-parent</relativePath>
   </parent>
   <artifactId>sal-binding-it</artifactId>
index d62f6a8b1ae2b2f4b017d525b0cc7523f3dd2a2e..3517e77897c6562912383d21194366bbbcaf0ad3 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>8.0.5</version>
+    <version>8.0.6-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 31739a407d1d55e7006f1f88ccf362d736560f07..279ae1d7601786e8cf8c8013ae8fcf9d7323b441 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>8.0.5</version>
+    <version>8.0.6-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index b30f7330818c5793cf3e8c5244e70e028d73064d..1e72fcfc047bc75543c9255e47ba0e1da840f954 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>mdsal-parent</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>8.0.5</version>
+        <version>8.0.6-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 8824fcd9fb126a9fcf55cedcb370aaa52ee81309..4bcf6dfd1ab2e57cb1126056def75c40ba0cad2f 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>8.0.5</version>
+    <version>8.0.6-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index b3eade092f41963c85561d2c810c82d31ec41e4e..1ab54bd74b3c8249f72f4ec9096a932a2d2c4dca 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>sal-clustering-config</artifactId>
-  <version>8.0.5</version>
+  <version>8.0.6-SNAPSHOT</version>
   <packaging>jar</packaging>
   <description>Configuration files for md-sal clustering</description>
 
index c2690afb60b130f12c54ea83b129fe2b94ca9630..565bc229f4ab1ac88147246a5cd8174e2f025763 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>8.0.5</version>
+    <version>8.0.6-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 01985daacf45e6536df835992ad07d2c154ea24a..48a14e0fc8d9936d954bab5124fec072515a43a6 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>8.0.5</version>
+    <version>8.0.6-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index df7f4775336a022481e60d62d3916171c73c0a25..72028401a5486f0ba454343708ce32642d70e3b8 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>8.0.5</version>
+    <version>8.0.6-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 59e6cfb25b37a5e06f2410083195c2bb1741dd08..9b13e284a1277c0afda9a0d7e4b781b4247108e8 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>8.0.5</version>
+        <version>8.0.6-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index d54a10cc4d22983970657e7c9e9bacbe5a98af61..334b0dd3251791187ccd3d62917f54cb0a2e1446 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>8.0.5</version>
+        <version>8.0.6-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 084f5f215017205e061825f8e648c40019b78a5a..3cd16ddcf496e82760a27796db2302097a59de6d 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller.samples</groupId>
     <artifactId>clustering-it-config</artifactId>
-    <version>8.0.5</version>
+    <version>8.0.6-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <build>
index 2591429e82a9ca9a965801d50c321ccf5c37b585..46d62c269427f50d7da3b99ea66f4764985eb59a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <artifactId>mdsal-parent</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>8.0.5</version>
+        <version>8.0.6-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 1009add481b357d9f52d63c8d2efd17346bc6f3d..9faa710be7acf1d74e2e5921f5ff1040fbe3ffc1 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>8.0.5</version>
+        <version>8.0.6-SNAPSHOT</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 8e94a0cf201f2bba958e766c3b0742cb2f77bccc..70b4e997fe1f420df7992b62768e4f56e4ce50e5 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.controller.samples</groupId>
     <artifactId>clustering-test-app</artifactId>
-    <version>8.0.5</version>
+    <version>8.0.6-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index eb60ee884a0ae8348137c5fe1de62a97739ad999..e889564cbd141c0fa06796201da9ee4b12fdba7b 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>8.0.5</version>
+        <version>8.0.6-SNAPSHOT</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 5862ceb14eadd5944ee5d79c90690ff3e05a89dd..fb489dca6da01ba0b8bc9de9ae25d6f82d6fc0c2 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller.samples</groupId>
   <artifactId>samples-aggregator</artifactId>
-  <version>8.0.5</version>
+  <version>8.0.6-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index 2d37d203781cbe2cec5516e036d50bcaae9e4a2e..1d1c07788f2ddbfb4e1dc3bcd75d10ee0218ba33 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>8.0.5</version>
+    <version>8.0.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index b9805f54eb21202e064255275371437049fa63ac..1a9172e0df337addd15459fa3a5e52df526e2e90 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>8.0.5</version>
+    <version>8.0.6-SNAPSHOT</version>
     <relativePath>../../mdsal-it-parent</relativePath>
   </parent>
   <artifactId>sample-toaster-it</artifactId>
index fe392ce45f184b06aad1ea6ff13c1cf7c4b3b5cb..8ba1317f6956cb8604ad08bb5e49f6d7fade9558 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>8.0.5</version>
+    <version>8.0.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index cf1d9c7e35b7a74461be5112402886efcfacc0d4..6598916a138de2cf77a386470cc9e3b28008c93e 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>8.0.5</version>
+    <version>8.0.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index 662cc5e68c877363e8979412be1b8b046a6aba6b..39948a5eece8f081878fd876955828bd35032dd7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>releasepom</artifactId>
-  <version>8.0.5</version>
+  <version>8.0.6-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>controller</name>
   <!-- Used by Sonar to set project name -->