Bump versions to 8.0.5-SNAPSHOT 71/109471/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 29 Dec 2023 07:27:57 +0000 (08:27 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 29 Dec 2023 07:28:33 +0000 (08:28 +0100)
This starts the next development iteration.

Change-Id: Ib1a36a0278af6034f2378fa91a7e2103b9abf0ce
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 3a893b6857897b4a57e4c5585c10e9e5ea9d27eb..e536102cc5a1693093b85dc4f4ddaa250c45f3ab 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>akka-aggregator</artifactId>
-    <version>8.0.4</version>
+    <version>8.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index bbd8f57cee536b347381fee971ab6818cc5b8e52..53906600ed31de549339aacd2e893620f92fa64e 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>repackaged-akka-jar</artifactId>
     <packaging>jar</packaging>
-    <version>8.0.4</version>
+    <version>8.0.5-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 538e9d91967191aa6f9b3217f71d8c662855ddfc..4fbaef853d74fef5e634fba615c643e2f6b6e6f7 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4</version>
+        <version>8.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index e3b0c87e825ae07d0af1d49edf849961ed3f91ae..d3edec03fef92606ce131aea2dbab6e81a12fca7 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>controller-artifacts</artifactId>
-    <version>8.0.4</version>
+    <version>8.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-event-executor-config</artifactId>
-                <version>0.19.4</version>
+                <version>0.19.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-threadgroup-config</artifactId>
-                <version>0.19.4</version>
+                <version>0.19.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-timer-config</artifactId>
-                <version>0.19.4</version>
+                <version>0.19.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>threadpool-config-api</artifactId>
-                <version>0.19.4</version>
+                <version>0.19.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>threadpool-config-impl</artifactId>
-                <version>0.19.4</version>
+                <version>0.19.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
index 4245872db0dbfd9685afab67f42e962c427d08c8..f4d8b57d6d8ba8c6926b4179e853a221acc670c1 100644 (file)
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>8.0.4</version>
+    <version>8.0.5-SNAPSHOT</version>
     <relativePath>../bundle-parent</relativePath>
   </parent>
 
index f1afd1d14d0ac6c1459c17bcfd9c8b9bf7358168..998d460a486d70898359d6410862e5be10f56d1b 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.4</version>
+    <version>8.0.5-SNAPSHOT</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 4db00a6c0e20308693d0cdfb5657029f163a86d9..72326536238249d79348964a6496480cbe6c063b 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.4</version>
+    <version>8.0.5-SNAPSHOT</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 14605e9d6c538582d782ec5af6d24c3b5325cf4d..a77dc21ced37937f0a23399235f894d4e62ee547 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.4</version>
+    <version>8.0.5-SNAPSHOT</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 4f12aa0a7ba16856dad22bc33b93ed594fffc215..bf0e8995d2f142834194c53db6dc011c593a0947 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.4</version>
+  <version>8.0.5-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index 25f755ea2c3617897ff8355b47df08a0e8aa9afe..0a90626fbc6e3248ad6542eeab57edb5110f320d 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.4</version>
+    <version>8.0.5-SNAPSHOT</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 4be202fd0a9aba4491fbf09a7473089f56b7b896..014896258e3fff0d6793396983546e1ef1280296 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>8.0.4</version>
+    <version>8.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>controller-artifacts</artifactId>
-                <version>8.0.4</version>
+                <version>8.0.5-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index e0a16d6840d9efcf4532ce50817c67cb9ef4a381..4a6475d31220bcff7f81b83143d4543928b301bf 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>controller-docs</artifactId>
     <packaging>jar</packaging>
-    <version>8.0.4</version>
+    <version>8.0.5-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>Controller documentation</description>
 
index b48263c25528b2ee65875e0b90d0cf1f8611dc83..0aaa01c6987e31aa70df976201440488d9fa2aa2 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller-experimental</artifactId>
-    <version>8.0.4</version>
+    <version>8.0.5-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Experimental Features</name>
     <description>Controller Experimental Features</description>
index 6c13d6a91d634475e3b8c9eb4fd43ecb239d742e..7052b731040fe4eb6eeaf9740a5bcf0fb0be0e21 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller-testing</artifactId>
-    <version>8.0.4</version>
+    <version>8.0.5-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Features to support CSIT testing</name>
     <description>Controller CSIT Features</description>
index bde7d4185288631e6ca0221f684c56e1c4a7aebc..e8a72fce9346cabef4d8a0ce64862287ae1a4d13 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller</artifactId>
-    <version>8.0.4</version>
+    <version>8.0.5-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Features</name>
     <description>Controller Production Features</description>
index ca3cf9bb8a45e1a78ae8d9365a7d7eeacdee03f7..1d84da39d0e63d99d1287a284dd8f36c30e85fc3 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.4</version>
+        <version>8.0.5-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index c96b3e2d10866d5dead8276770a29ee0e646df5c..46c9c1e6e25252a5b3cc0720fa07038f69f5500b 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.4</version>
+        <version>8.0.5-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 851210d862a37f8a316f3a80f19cee61f10a6fb3..dee5dccb2ea11b820896c9ec91b7813982cb5c28 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.4</version>
+        <version>8.0.5-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 516157bf189d88695f4266e8ec969d18db42ea81..2748dfb79e727a865ec65082731054320e1950ea 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.4</version>
+        <version>8.0.5-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 3c7f4a721d1322c4d617395681346a50c32f0843..d9a15729140532eda12b1b6017657f097d7aaeab 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.4</version>
+        <version>8.0.5-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index c3ae8b5b8a625028c533a5117adf52e31f62b5b2..f0411ed4148a98625340db69389f217dea5dc4b1 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.4</version>
+        <version>8.0.5-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 06fbcf6729f89d3181554e35e7346100e2ec7c7c..1d3f892004cd7ab00d196410a503554dbd49e846 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.4</version>
+        <version>8.0.5-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 15af90be32ca0b9a2b721b5c4aab9639f58b2f77..0bc5b32d469ae061e607b72e44042308423b738a 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.4</version>
+        <version>8.0.5-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 0854f9f676c1ae9428cf47bba18faad609fe65ea..e21122e6f756482a3b5a46ed831c56a227f04f6f 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.4</version>
+        <version>8.0.5-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index c6711290a92beced1450e65fb9c7a48a3a30a376..62471ec7323e1332a5a218312506556459a34724 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.4</version>
+        <version>8.0.5-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 3e2d3840697619895d05d571283873e54fc99dca..56b3cbb1a0ed87787c29fe46c236571f174df6a0 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.4</version>
+        <version>8.0.5-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 27a78a4bbc0bdd5f1f40591dd5083cfd0f7c0f14..f5aa337cc3e36feefdeb0acefd89a2004d78dcd2 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.4</version>
+        <version>8.0.5-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index bdd4134f0e74d1c87e91724f435b89ec6c61715c..92c8c94519ef5f78c708f2087670aa0efc9df62e 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.4</version>
+        <version>8.0.5-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index e350fb07f46a9e25fffb0c52ac1545789726df7e..0c7ce929fc7e82f18f3e62ca785301101146da4a 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.4</version>
+        <version>8.0.5-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 7e0b62ba248b68f13ccbb86e5cfca289c369668f..0116322f57a7c32443a409d03a11e749d5acb39a 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>features-aggregator</artifactId>
-  <version>8.0.4</version>
+  <version>8.0.5-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index e2ab26bed00f0ed487760ec3ea0e6b0badbc788a..6b9bbdb8527830f61272784fb6d4e5c0ea40bdda 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>8.0.4</version>
+    <version>8.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>bundle-parent</artifactId>
-                <version>8.0.4</version>
+                <version>8.0.5-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 62b9de3d3717c4d4c5cedfe16606a0de3dbcabde..cf723152fdc43c56fffded9ba5a6836cdbc7dbd9 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>odl-jolokia-osgi</artifactId>
-  <version>8.0.4</version>
+  <version>8.0.5-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <build>
index cfe78d77a543c88d36cfafde476bad5363c8bcd4..a1a5e81b65e7fcc4532f8f3de68bd5c87b47282e 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>controller-test-karaf</artifactId>
-  <version>8.0.4</version>
+  <version>8.0.5-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
index 0f25df8aad48b5b9b5eccb3e6d744ea3161be402..a4cfcfe01b4be724f0f73cfc93a0cdc2dc7c3ceb 100644 (file)
@@ -20,7 +20,7 @@
   <artifactId>blueprint</artifactId>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
-  <version>8.0.4</version>
+  <version>8.0.5-SNAPSHOT</version>
 
   <dependencyManagement>
     <dependencies>
index e2565713e8fa2ddc38dac8d622721c32e5ceece8..e64ff844015983b11c24c5da95beab84348fc1ff 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-event-executor-config</artifactId>
-  <version>0.19.4</version>
+  <version>0.19.5-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's event executor</description>
index c1c508aa5efe079f10e42961f5cb3600d2be0100..4881503f8702655790a9f79e1b18c8a2fd7ed7db 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-threadgroup-config</artifactId>
-  <version>0.19.4</version>
+  <version>0.19.5-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's event group</description>
index 1ac6fd6dba0bb01bd548b42ab71927c9b8fbddff..e257321495db2d34908ed483dc99ed519f597df9 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-timer-config</artifactId>
-  <version>0.19.4</version>
+  <version>0.19.5-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's timer</description>
index 1b103e127842443cd15e4ed0e0fc1031f1bf74ef..49e5575bfafe9afe120ba8edaa93f77a1a2b386e 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>config-aggregator</artifactId>
-  <version>0.19.4</version>
+  <version>0.19.5-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index 25492560c474e2c52db9979abe1ff6c8fdaa5039..80372c6124801c8f7dc163f4326a89f3d0ee9581 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>threadpool-config-api</artifactId>
-  <version>0.19.4</version>
+  <version>0.19.5-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
 </project>
index da80b3f3a0d365cb9336c60bca49fc3017c7bc5b..b8d92cd1f99df2d6989d9b0890cb6d5d2c827074 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>threadpool-config-impl</artifactId>
-  <version>0.19.4</version>
+  <version>0.19.5-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.4</version>
+        <version>8.0.5-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 7f4b634add9e227795282b46062e5920cd255a62..00a5f6fa93704ae7a06b1ccbd6546cc1da86a26b 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>8.0.4</version>
+        <version>8.0.5-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 6a7e82531100cd611ef058ea4b68a376a6ed5b4d..7ccc2542ae913753b528dc574fac805be2608077 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>8.0.4</version>
+        <version>8.0.5-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 4ae789617e3259d637c0e5a3077c2490a4c7d7f1..dfbc2fa51d670182a91779b418664498fba43636 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>8.0.4</version>
+        <version>8.0.5-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 19d11f0d6da9d64efe0ec378afb91e5cf1def655..4d4048776bfb36fef749b6ac2ff597b17763550e 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>8.0.4</version>
+        <version>8.0.5-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 95de963abfdd61f0ce9ae847e8b86bdceb6fe8a2..93f1b1054c7f5c4286c0938091eb36b86ffc895f 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>8.0.4</version>
+        <version>8.0.5-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 6e1f87b37a5002d8d103535ef5ad848545cbc74d..7680cb7f91fc933e43d18c1ed1ea66c5db911655 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.4</version>
+  <version>8.0.5-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
index 5cfde42e440eb26af815d0cd3136ac8fe54d7ba3..276a0b16042ce4322b0d9a3f52773f09c20dc5fa 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.4</version>
+  <version>8.0.5-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.4</version>
+        <version>8.0.5-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 6a73dc8abac057aa71777c597357ac42600ac8eb..a0fee830991b9a899c2ae9cf320c7c538f4230da 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-parent</artifactId>
-  <version>8.0.4</version>
+  <version>8.0.5-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
@@ -25,7 +25,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4</version>
+        <version>8.0.5-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index b4e9bd99f966aaf3d5b8fdf28e08c28ae4363a7f..6bdb5eb0ffe69ff76ac5ec91efc0fa7d33537849 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-aggregator</artifactId>
-  <version>8.0.4</version>
+  <version>8.0.5-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index b5657fa726d7d608e26c4657889f07747d05780e..c33cf4c93cac8a63506280a6d5808b8c6f038ecc 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>8.0.4</version>
+    <version>8.0.5-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index c410962d12f16ca8f69842133283560bd8e7fbd3..7f6809785e6e88150c39336e578b7a9ac45e4d73 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>8.0.4</version>
+    <version>8.0.5-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index e71e1bbf03f80168cffd5a781964e8d5d7836a7b..e23d0679bc020f9984b00a4eac90de2c1f9f3a34 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.4</version>
+        <version>8.0.5-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 7de35903d00c7d37cd3a764b0dca9023542e7096..4354cf95ed4baad5447c50d2c73b80a1e6ae0153 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>8.0.4</version>
+    <version>8.0.5-SNAPSHOT</version>
     <relativePath>../mdsal-it-parent</relativePath>
   </parent>
   <artifactId>sal-binding-it</artifactId>
index 689636335a2bceffe0a0622513772264f1d41017..1e1198c539019d54e23c3f812d4b8a418bbdeda7 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>8.0.4</version>
+    <version>8.0.5-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index cdc18631eebca559794905210b7339703bbbb45d..b5248acd9dfbfa5066817e02656f60d7daaeb87a 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>8.0.4</version>
+    <version>8.0.5-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 00d7780e5bf179cfb38f7d8dda0a94b5f5ad936f..57eefe8ebf4eafd6bed5b16f491ca76da8443a1f 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>mdsal-parent</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>8.0.4</version>
+        <version>8.0.5-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 6a9aa9b022cdfa357885491e936dfb5f46337d02..d12e3bb1916a1507cb164eceae12d20212c9dba3 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>8.0.4</version>
+    <version>8.0.5-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 70149b98b5b5a2c054646e959cf2c11f47047134..7abf18c9ab737ffec1a0a7ab6926815fc394482e 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>sal-clustering-config</artifactId>
-  <version>8.0.4</version>
+  <version>8.0.5-SNAPSHOT</version>
   <packaging>jar</packaging>
   <description>Configuration files for md-sal clustering</description>
 
index a8c8125641b290e3c0f270f229415d8075d68d63..e009d36a575f903b473e94ca195e61b91f5444cb 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>8.0.4</version>
+    <version>8.0.5-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 2d58885ff08d35949d9c842f9e09f0ba7fa5202e..6301fbfbe2b357833961fb6064e4d2699f5df981 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>8.0.4</version>
+    <version>8.0.5-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 1af92062aa4f3f3d507bc5d78039a85bc56a647a..0593de8edf886b3e169cdeb3324812e440c874e6 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>8.0.4</version>
+    <version>8.0.5-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 2c2cffaf7809174a97e3d3046943098183f3488a..05ee7d07d30df1e504ec1496a0f6b1f7ebac815e 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>8.0.4</version>
+        <version>8.0.5-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 60c2dbd35097f956c65361784f67d2e16cc24add..2f054e5bb286fedebbe3f8195be68f1638eada99 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>8.0.4</version>
+        <version>8.0.5-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 39e22c7e44ba3b61504a7f1c44cc4fea98cd5549..28e2ccf5ae8364d0efd67c46327cb2eba2e7365a 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller.samples</groupId>
     <artifactId>clustering-it-config</artifactId>
-    <version>8.0.4</version>
+    <version>8.0.5-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <build>
index 2137f8eb6fe0f44572586b38f9f109abfb5ad91c..5bff3a040a06f47caf52c61c09ec0985017f0bd5 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <artifactId>mdsal-parent</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>8.0.4</version>
+        <version>8.0.5-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 937d37614d7c5eeedcc0781179e6184cd2447712..3ae44f93b031b13e00d0832c6e46ae3c8c8946db 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>8.0.4</version>
+        <version>8.0.5-SNAPSHOT</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index f80c8a5ea25c09dba47447891fcaaccdeebf9e25..c32fa071193466e4583361d5d1daac9766844845 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.controller.samples</groupId>
     <artifactId>clustering-test-app</artifactId>
-    <version>8.0.4</version>
+    <version>8.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index cd548b7c76932d1af94a21238a987d75c79b976d..b72699267102663358f1205d63bfe7625f4e8444 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>8.0.4</version>
+        <version>8.0.5-SNAPSHOT</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index f1d13ff93d316909fff267882ef4ae39027c4663..ed22bde243b1ded80bcff5a752e5a0d92b10f29c 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller.samples</groupId>
   <artifactId>samples-aggregator</artifactId>
-  <version>8.0.4</version>
+  <version>8.0.5-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index d330a15beee3642d012ead61e5299fdadaf83361..fea9ea670e97e9d24211129883c0e365fd605a5c 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>8.0.4</version>
+    <version>8.0.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 6c8b3ab8aa2b84e965aa3aa7e597f6d5e7c70f33..be5da5d2fd5d955425ebe20f60760b6e7bb9d448 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>8.0.4</version>
+    <version>8.0.5-SNAPSHOT</version>
     <relativePath>../../mdsal-it-parent</relativePath>
   </parent>
   <artifactId>sample-toaster-it</artifactId>
index a4032c9857ba28f1788e2995cdea184cae09f5f7..07c56f22c10802883c9998f3a4dcf38fef390f3e 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>8.0.4</version>
+    <version>8.0.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index f250dc921b01e2395108fa14c1da5e2f0d2d0dbd..51c13878ce867e0ad72122381d8091a92b6a69c4 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>8.0.4</version>
+    <version>8.0.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index 8d4a3a2f864edb27d71f912b08da066c09090234..1f9f0d81b02333cb96fda80fe4aa16e3961c670d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>releasepom</artifactId>
-  <version>8.0.4</version>
+  <version>8.0.5-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>controller</name>
   <!-- Used by Sonar to set project name -->