Bump versions to 8.0.7-SNAPSHOT 81/111981/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 4 Jun 2024 13:19:53 +0000 (15:19 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 4 Jun 2024 13:20:34 +0000 (15:20 +0200)
This starts the next development iteration.

Change-Id: I33efc8c8afc383ef3a5d4f5a15cba41250e4b266
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 2683c5c7ce0155f93cdef2980d3a4f9a118ece9f..c91fdd1a3d5758d540d388c6cbdf41a4deff3fad 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>akka-aggregator</artifactId>
-    <version>8.0.6</version>
+    <version>8.0.7-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 47ea2f2436eed007a91588b811f680f65f74b810..2c15590e2c34a9d884ca27b797e87566f14ebedd 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>repackaged-akka-jar</artifactId>
     <packaging>jar</packaging>
-    <version>8.0.6</version>
+    <version>8.0.7-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 3db063486e98bc7638c887abd33ed5f2965c527e..c8e55cdaac7336950d0b3903114e2e7c4ecc7fc6 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6</version>
+        <version>8.0.7-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index a000183b34fa42f1ee2cc92b28a977cfd9f03823..ae9ff9442e1819fa8d9b950ad1497bc0a5c628af 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>controller-artifacts</artifactId>
-    <version>8.0.6</version>
+    <version>8.0.7-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-event-executor-config</artifactId>
-                <version>0.19.6</version>
+                <version>0.19.7-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-threadgroup-config</artifactId>
-                <version>0.19.6</version>
+                <version>0.19.7-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-timer-config</artifactId>
-                <version>0.19.6</version>
+                <version>0.19.7-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>threadpool-config-api</artifactId>
-                <version>0.19.6</version>
+                <version>0.19.7-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>threadpool-config-impl</artifactId>
-                <version>0.19.6</version>
+                <version>0.19.7-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
index 5b7f888e19a3091ee1cceac3a3a11de085af3f5c..6fe265adaa59725adfb4bca6ce9faef0e8fb4c9a 100644 (file)
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>8.0.6</version>
+    <version>8.0.7-SNAPSHOT</version>
     <relativePath>../bundle-parent</relativePath>
   </parent>
 
index 7a9043045add4419608aa3838b5000b13472af17..f6b34fe7ad3fe48c86ab1ae05b1de5fd406ed689 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.6</version>
+    <version>8.0.7-SNAPSHOT</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 4147ea03b6732aef8526f0bd5d1aeba1cde0cb69..c4a7fbd07c240c3cf7755696be23cb9548978cb6 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.6</version>
+    <version>8.0.7-SNAPSHOT</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 264978f91866d7fb0c5427aa86074079450da180..04483f7c0b7912bd3b51d1e98f4212b211126944 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.6</version>
+    <version>8.0.7-SNAPSHOT</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 75f9dd62ecb17c4e418ad751ec65715cb464a909..0b476d5c9ed466aa4816ad1034600823cdab828e 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.6</version>
+  <version>8.0.7-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index d8432b8c0e5846c3d2b095579f8c9f90290deeca..530ce8d5043c91c7fe337aae69a80d52c54ce23c 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.6</version>
+    <version>8.0.7-SNAPSHOT</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 958a3c7f8f2771ab9e9edd4321a71875817de668..038bf38636fb7b449f865f504e51dba3e9fa03cf 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>8.0.6</version>
+    <version>8.0.7-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>controller-artifacts</artifactId>
-                <version>8.0.6</version>
+                <version>8.0.7-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 79780afee11f27c2355bf9500189cecc6a977511..7593d4fd9a496297613ac9084481ce6091bfc1f3 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>controller-docs</artifactId>
     <packaging>jar</packaging>
-    <version>8.0.6</version>
+    <version>8.0.7-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>Controller documentation</description>
 
index 25b159ca8962aa66acab23052e0a787e917f03f2..d8e949c661c1d35ba27a2f7ea8e908614da68826 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller-experimental</artifactId>
-    <version>8.0.6</version>
+    <version>8.0.7-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Experimental Features</name>
     <description>Controller Experimental Features</description>
index 1ee4c67870c4c980a859955dba5f5c53c120563f..6e27a3163b4ac9b822eaa2facfd0c91804787e64 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller-testing</artifactId>
-    <version>8.0.6</version>
+    <version>8.0.7-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Features to support CSIT testing</name>
     <description>Controller CSIT Features</description>
index 7ab0fdb19309d445e49743c2b0e7bdc80d938c1d..a04d068681a3c84d84c757964ae5e8b24d2bf009 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller</artifactId>
-    <version>8.0.6</version>
+    <version>8.0.7-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Features</name>
     <description>Controller Production Features</description>
index a046831f0f886a19fc0ad9b09cb9b1ae9f12ea23..a57846c053fc4fefb72e2f553b20c8dc3ec1448f 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.6</version>
+        <version>8.0.7-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index e08710bb3593e5cd2b49e03758b15d5749241999..7ce807fe36084b18e920368aa90795d646871754 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.6</version>
+        <version>8.0.7-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index e128e55b92a4fd25c512322d36286c47aad25622..cc92bc894978170c6423c50d61373301655f8f3c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.6</version>
+        <version>8.0.7-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 1daf6984f98b20dc27472f6744de5d60da6da067..e70472fd4264967c8737cc1abc0ee83d1a2ac069 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.6</version>
+        <version>8.0.7-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 66f46b576d43972442acbc6a5ed2770ef0cdc95f..df3fd228b9ee8e733067f92fa7ffff9d53e87dac 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.6</version>
+        <version>8.0.7-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 6f4c266b2ce8042128ede40d54ef1892a5e59b43..63ad239b06702ac60b3ba9f5eb7222614a8c6085 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.6</version>
+        <version>8.0.7-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 68571b51803382325a6c59024f0d63c8be158c8c..044380a2592e692bb76573e9735b4101e0315ff5 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.6</version>
+        <version>8.0.7-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 4d88b593fc7e92ad1229361126a420b5e168014a..7b3beead04af33d49acd217a5cb45710e17ebaea 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.6</version>
+        <version>8.0.7-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 2e4080113c400b20b6281c4145e8e982d369afba..3e7ca1b27e53ac6057d1ed97ea041f27c9fd1dc0 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.6</version>
+        <version>8.0.7-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 31ca948c35b8a410df97f32fb5eef562caa521b7..81fbec86a61bb88f457952b4cf4835920bf1d025 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.6</version>
+        <version>8.0.7-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 1b503f28235e452915bb824592eafa02d56b34aa..593c779790ed0d396d38f9019e3c2b64e571f40e 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.6</version>
+        <version>8.0.7-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index d2a8fda0b064d001c5eb7b838a086a3e60384940..d3f33468382463638fedc776ae8dc023e927579b 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.6</version>
+        <version>8.0.7-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 06f497d468fa27f9610cafa588357b8fc3343528..c1adba820703197856555ba3c30ddd29e0b72237 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.6</version>
+        <version>8.0.7-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index ee1c4828f55782fd54edbad2e0e3354eb27cc097..50ddaec73464e0faeb8f352b5e078ec97b6a111a 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.6</version>
+        <version>8.0.7-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index af8791e5f151f9b1e39cdc5089f2ca17ef128ab5..868b907137d075bae0fc77ad68e4a61a83bbcad8 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>features-aggregator</artifactId>
-  <version>8.0.6</version>
+  <version>8.0.7-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index 0cecc9aa679d9971089977928d1c81a9c2e0139d..eb8890768d7c75a82b9faf074f0e9de80315cde7 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>8.0.6</version>
+    <version>8.0.7-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>bundle-parent</artifactId>
-                <version>8.0.6</version>
+                <version>8.0.7-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 58558598469a7a0436d32a01cd7fbea741abe9ea..9ffd974c0c5f8120ed7df9baaef29013aa9a7fb4 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>odl-jolokia-osgi</artifactId>
-  <version>8.0.6</version>
+  <version>8.0.7-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <build>
index 6a1156bd49097b2e645c07fea6d579829568b6f4..503ac4c2d4fb7c073e51a4a6760cbd1fe674b03a 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>controller-test-karaf</artifactId>
-  <version>8.0.6</version>
+  <version>8.0.7-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
index b0f89e8e6b0ae2bd4c685b00c70dfee99c3f7fca..bdc588a4b7f5387f711f1422ece426b471d69297 100644 (file)
@@ -20,7 +20,7 @@
   <artifactId>blueprint</artifactId>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
-  <version>8.0.6</version>
+  <version>8.0.7-SNAPSHOT</version>
 
   <dependencyManagement>
     <dependencies>
index f402212d48457ee607e25751237082e341f7d423..4abfb46fd59a5de97c98c0dfbd590234c21bd541 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-event-executor-config</artifactId>
-  <version>0.19.6</version>
+  <version>0.19.7-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's event executor</description>
index 8549af6d5132da74418215e70a38be688bbaea3e..2908829ef563a462a352b8e4a951834fdbd6b072 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-threadgroup-config</artifactId>
-  <version>0.19.6</version>
+  <version>0.19.7-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's event group</description>
index 5816cdc72af8f72f9603ecbb07280e99fbd2daaf..a4ce8a09589fd0c9634bf9989b7fb088ce086e5a 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-timer-config</artifactId>
-  <version>0.19.6</version>
+  <version>0.19.7-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's timer</description>
index e958d825ee024582cbfcdbb7fae8d564a137f8a2..45fdbc65e7258c515729127535585004e3a736f9 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>config-aggregator</artifactId>
-  <version>0.19.6</version>
+  <version>0.19.7-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index 75ed4b68828433c60be97a10e3294ec4c92bfc10..e9bd2c5d3f621cc780060abf51d5b594d1ba1143 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>threadpool-config-api</artifactId>
-  <version>0.19.6</version>
+  <version>0.19.7-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
 </project>
index d378d3ca8f6e3f87531bf380baa9078b0f31ffa3..21e0374013a0e9458bace6a404a81768180c6160 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>threadpool-config-impl</artifactId>
-  <version>0.19.6</version>
+  <version>0.19.7-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.6</version>
+        <version>8.0.7-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index c1854d4eb562cbe0d85a58363d8eaa6a242faa82..da746251d8bb7fe5b593eb3291699507f68c3779 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>8.0.6</version>
+        <version>8.0.7-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index a5ba14feb69e9ae3f34fe9df3de3eafa71612753..a1f4275abe100c585bfd641d7c2a327d771638ea 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>8.0.6</version>
+        <version>8.0.7-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 10b276c4ea5373b266bd94260fda4072bca56b02..1b3b6b35237812e0fb895a094f1b2e4b9d684f21 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>8.0.6</version>
+        <version>8.0.7-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 030a3ed4610fbd2d8e5fa7b3d6a2e5448f562e46..aef41aecd20e37bf0d6cac44b07209526c84239c 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>8.0.6</version>
+        <version>8.0.7-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index c980ee895c31037e7776207204e2e42c35883796..2ae8ec6a5bae11354ab416d7617d77b71fbf1d71 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>8.0.6</version>
+        <version>8.0.7-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index ed4e71f2a241c78f57925bc4923852c9d62e73a8..17ec3d0ef08cd4f3e3085e324f31766f03474d00 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.6</version>
+  <version>8.0.7-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
index c10b0f98904ad12540e8020b83cde45569175681..c37de8cc2e7a24a80eee73dcb359495f5f63a8eb 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.6</version>
+  <version>8.0.7-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.6</version>
+        <version>8.0.7-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 2f160a1d8973d8872398f6cabefcc4289e753ee5..4b30107ac5cdbd290855c6dd0d765873312a26ac 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-parent</artifactId>
-  <version>8.0.6</version>
+  <version>8.0.7-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
@@ -25,7 +25,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6</version>
+        <version>8.0.7-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index f151571d1ed18fc3be8774366a828ec5c7cdd8e5..98844ac5f93fe66f8c3c7f55a5a4373f2659f765 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-aggregator</artifactId>
-  <version>8.0.6</version>
+  <version>8.0.7-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index a04a982377d8e9f018fc9c70fc06809ba31c205d..e7d55c71918fc04d0bda54925ac4a94c1f918d35 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>8.0.6</version>
+    <version>8.0.7-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index c11b693b555bf3ad703c30b5bfceac16fca83e11..5da4facd4b4bb6ed530581aed49eb131a8bafb76 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>8.0.6</version>
+    <version>8.0.7-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 0c0e414b18caa23ed00688f46d3354ad2af758ef..205cd4988b541b7a93ceebea534f1c90d32cd213 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.6</version>
+        <version>8.0.7-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index b271d721cedfcfe4f56d8eeefa278b550ebdde47..cfbf80923e2142a6ad0acb5d86ecf6fdd18e390b 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>8.0.6</version>
+    <version>8.0.7-SNAPSHOT</version>
     <relativePath>../mdsal-it-parent</relativePath>
   </parent>
   <artifactId>sal-binding-it</artifactId>
index a12bf60978191242d097acbdafc9f854449b21bb..fd34159bd5393813081165cbaecd18a2a8874bd0 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>8.0.6</version>
+    <version>8.0.7-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index aeb43a9fb827c95aa82ba20dee2faadab5685a0f..2a331806395da905a54652863991535ab9f5d12f 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>8.0.6</version>
+    <version>8.0.7-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index f6e4b719ae47829c0eea7fc94b8f003a29d6c7b6..7f77cf397f393ba224015df88c3dda854a66271a 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>mdsal-parent</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>8.0.6</version>
+        <version>8.0.7-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index f5cc4196c617c4610e58ec95bcd3c557dbe0480b..32fe016a364c026c88bd2a1164f7795b8aec479a 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>8.0.6</version>
+    <version>8.0.7-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 29a5f22373d37c4358909cf9536faa87f64dc89b..5f0f3a7bd63cf457c24a3150009fb3052b96dc0e 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>sal-clustering-config</artifactId>
-  <version>8.0.6</version>
+  <version>8.0.7-SNAPSHOT</version>
   <packaging>jar</packaging>
   <description>Configuration files for md-sal clustering</description>
 
index 3c54f46f7eb1656576042ce5ef2d46f9e841bb74..4e82e16019d15094d9477ac258aca71884895e68 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>8.0.6</version>
+    <version>8.0.7-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 8e419495d148eb60e943401cc355bc0765bbe9ae..540d3c622871b67d8f3b04dbd6bd9e675ce52db6 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>8.0.6</version>
+    <version>8.0.7-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 5d33e5d15eec1ab73c39bab840f5e309a0e821f8..5ebe2ea016b520c20a32121caf19f428c39634b7 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>8.0.6</version>
+    <version>8.0.7-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 86a82f81329d3b1b82206a7f4caa0ecbb9aed09c..c6a466553af8adf923a818b9d158e6c37841f885 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>8.0.6</version>
+        <version>8.0.7-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index fe570841c1705fc3280d148c82cc0d502c549682..a76f34e91b2827e15bb8c777b681abec4159c492 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>8.0.6</version>
+        <version>8.0.7-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index fdad8ea7257301947733ab3987291c59189aed68..9e8d8ab564bd9ee49789d27be8b01cdc45104c97 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller.samples</groupId>
     <artifactId>clustering-it-config</artifactId>
-    <version>8.0.6</version>
+    <version>8.0.7-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <build>
index 5b537563a45b9733a645437b7051eaaa05e574be..b8cc55ed0fc2850fea65fead548487e43273c842 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <artifactId>mdsal-parent</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>8.0.6</version>
+        <version>8.0.7-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 0797ce5646acf055022ce2f06c0d9d6464545a93..17e753f450b9ed3232dbe0ebaf37570e5b41a4ae 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>8.0.6</version>
+        <version>8.0.7-SNAPSHOT</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index b842928e8ea4d6b262a98f495e7263a8c02b25e0..45713c58ee1d3778b8906fea58359c136c6de6fd 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.controller.samples</groupId>
     <artifactId>clustering-test-app</artifactId>
-    <version>8.0.6</version>
+    <version>8.0.7-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 972592828e93b135d7b95c8bb5ffd8aacce5d752..3cfbfb0f15c197cef9a560924681ad85064fbc7b 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>8.0.6</version>
+        <version>8.0.7-SNAPSHOT</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 6ba0277e34dc27a4edd3b7ee5999443c5ed7615d..70e4ce069776a0cd1d8ce405b7977cde60736471 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller.samples</groupId>
   <artifactId>samples-aggregator</artifactId>
-  <version>8.0.6</version>
+  <version>8.0.7-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index 9b64c388a155779af533ab9e2f1f9fccfb7b915b..ad37bf2caa744f3f514131e3db6f7a0fed48bb2a 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>8.0.6</version>
+    <version>8.0.7-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 489afd2071ef834324aff2841488b9aefb73c831..a67775b8b3844292cd9f601da3cc7d68ada117ab 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>8.0.6</version>
+    <version>8.0.7-SNAPSHOT</version>
     <relativePath>../../mdsal-it-parent</relativePath>
   </parent>
   <artifactId>sample-toaster-it</artifactId>
index cf3d1e0cf646d2a4335afa8c67d45b9c9a781b09..d82cb935b1825a57d7d96b5775c6b062f8e6f3d2 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>8.0.6</version>
+    <version>8.0.7-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index de172034e3dc977f504a61652278b6120cb547d4..39da79394e355a757f13d89752801a8d9bd70780 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>8.0.6</version>
+    <version>8.0.7-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index 5256cab7fa0aeca04ed6aec3b22750daf8be2cbf..14cc562ff3260fc4daec88b8b3ef83486f50bf31 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>releasepom</artifactId>
-  <version>8.0.6</version>
+  <version>8.0.7-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>controller</name>
   <!-- Used by Sonar to set project name -->