Bump versions to 6.0.11-SNAPSHOT 64/108764/1 6.0.x
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 31 Oct 2023 08:34:14 +0000 (09:34 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 31 Oct 2023 08:34:45 +0000 (09:34 +0100)
This starts the next development iteration.

Change-Id: I27b9ec2e053b70f91fad2d5046f6ee1f13668287
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
73 files changed:
akka/pom.xml
akka/repackaged-akka-jar/pom.xml
akka/repackaged-akka/pom.xml
artifacts/pom.xml
benchmark/api/pom.xml
benchmark/dsbenchmark/pom.xml
benchmark/ntfbenchmark/pom.xml
benchmark/pom.xml
benchmark/rpcbenchmark/pom.xml
bundle-parent/pom.xml
docs/pom.xml
features/features-controller-experimental/pom.xml
features/features-controller-testing/pom.xml
features/features-controller/pom.xml
features/odl-clustering-test-app/pom.xml
features/odl-controller-akka/pom.xml
features/odl-controller-blueprint/pom.xml
features/odl-controller-broker-local/pom.xml
features/odl-controller-exp-netty-config/pom.xml
features/odl-controller-mdsal-common/pom.xml
features/odl-controller-scala/pom.xml
features/odl-jolokia/pom.xml
features/odl-mdsal-benchmark/pom.xml
features/odl-mdsal-broker/pom.xml
features/odl-mdsal-clustering-commons/pom.xml
features/odl-mdsal-distributed-datastore/pom.xml
features/odl-mdsal-remoterpc-connector/pom.xml
features/odl-toaster/pom.xml
features/pom.xml
features/single-feature-parent/pom.xml
jolokia/pom.xml
karaf/pom.xml
opendaylight/blueprint/pom.xml
opendaylight/config/netty-event-executor-config/pom.xml
opendaylight/config/netty-threadgroup-config/pom.xml
opendaylight/config/netty-timer-config/pom.xml
opendaylight/config/pom.xml
opendaylight/config/threadpool-config-api/pom.xml
opendaylight/config/threadpool-config-impl/pom.xml
opendaylight/md-sal/cds-access-api/pom.xml
opendaylight/md-sal/cds-access-client/pom.xml
opendaylight/md-sal/cds-dom-api/pom.xml
opendaylight/md-sal/cds-mgmt-api/pom.xml
opendaylight/md-sal/eos-dom-akka/pom.xml
opendaylight/md-sal/mdsal-it-base/pom.xml
opendaylight/md-sal/mdsal-it-parent/pom.xml
opendaylight/md-sal/parent/pom.xml
opendaylight/md-sal/pom.xml
opendaylight/md-sal/sal-akka-raft-example/pom.xml
opendaylight/md-sal/sal-akka-raft/pom.xml
opendaylight/md-sal/sal-akka-segmented-journal/pom.xml
opendaylight/md-sal/sal-binding-it/pom.xml
opendaylight/md-sal/sal-cluster-admin-api/pom.xml
opendaylight/md-sal/sal-cluster-admin-impl/pom.xml
opendaylight/md-sal/sal-cluster-admin-karaf-cli/pom.xml
opendaylight/md-sal/sal-clustering-commons/pom.xml
opendaylight/md-sal/sal-clustering-config/pom.xml
opendaylight/md-sal/sal-common-util/pom.xml
opendaylight/md-sal/sal-distributed-datastore/pom.xml
opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml
opendaylight/md-sal/sal-remoterpc-connector/pom.xml
opendaylight/md-sal/sal-test-model/pom.xml
opendaylight/md-sal/samples/clustering-test-app/configuration/pom.xml
opendaylight/md-sal/samples/clustering-test-app/karaf-cli/pom.xml
opendaylight/md-sal/samples/clustering-test-app/model/pom.xml
opendaylight/md-sal/samples/clustering-test-app/pom.xml
opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml
opendaylight/md-sal/samples/pom.xml
opendaylight/md-sal/samples/toaster-consumer/pom.xml
opendaylight/md-sal/samples/toaster-it/pom.xml
opendaylight/md-sal/samples/toaster-provider/pom.xml
opendaylight/md-sal/samples/toaster/pom.xml
pom.xml

index 1fe9fb6ec1a8a8fe4ced282153fcd2c6b6e88391..44e07463bc1b897b21c3ff70e6b6a9cd49b80e6f 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>akka-aggregator</artifactId>
-    <version>6.0.10</version>
+    <version>6.0.11-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index b26cbed14a304c840ecb1afe7ff2757e954cbb5e..c54aa51f147c38bb6f13bf93564273eaece4222b 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>repackaged-akka-jar</artifactId>
     <packaging>jar</packaging>
-    <version>6.0.10</version>
+    <version>6.0.11-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 773733a0819f010a29b73cb13c9d5a8081a66a40..2c114dd64abf0338598a3d1c9b672735dfad0048 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.10</version>
+        <version>6.0.11-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 61a66d73bb2675d907c85439a2101fc6c7f1be5f..f3bc1cba7906b58e45b62acb9d57b1c839f5ab51 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>controller-artifacts</artifactId>
-    <version>6.0.10</version>
+    <version>6.0.11-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-event-executor-config</artifactId>
-                <version>0.17.10</version>
+                <version>0.17.11-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-threadgroup-config</artifactId>
-                <version>0.17.10</version>
+                <version>0.17.11-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-timer-config</artifactId>
-                <version>0.17.10</version>
+                <version>0.17.11-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>threadpool-config-api</artifactId>
-                <version>0.17.10</version>
+                <version>0.17.11-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>threadpool-config-impl</artifactId>
-                <version>0.17.10</version>
+                <version>0.17.11-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
index 80c2c9a0d9a12976035e585a5bfe66083eae344a..c0326594535f35e758d743d6c6b36df784712560 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>6.0.10</version>
+    <version>6.0.11-SNAPSHOT</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 6962c70c8f61326a893f7f49cd8fca74f13a4bb2..2aaf92f6a10a06be0c9594afa2fe2686035a5053 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>6.0.10</version>
+    <version>6.0.11-SNAPSHOT</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index a5baf3e6b2dcb2116b6e7dd05d7d80add54f9752..db25452835418538746036bc1c64e9849519b99b 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>6.0.10</version>
+    <version>6.0.11-SNAPSHOT</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 2c5276fc972c18b814e14a624c90629084c4ea72..9e7c2458e1de1db1ebff44d3314cb7e037f80f28 100644 (file)
@@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>benchmark-aggregator</artifactId>
-  <version>6.0.10</version>
+  <version>6.0.11-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index 0b712d9bf58d83f426245661238181099d195db3..9e382ab3dab9aff3fdbe6089c77fb5cdf2139dd0 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>6.0.10</version>
+    <version>6.0.11-SNAPSHOT</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index bfd595f0d6f3abacd25231fc07816af5a389d1ed..c043ecfd88f0608183d5d4ce28754c7f2f2374f5 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>6.0.10</version>
+    <version>6.0.11-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>controller-artifacts</artifactId>
-                <version>6.0.10</version>
+                <version>6.0.11-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index b3f174bbaae1d44f7b5134b4178c137cbbc8a8e0..32aaf065c97c716204de3367ac4ce826e58b7975 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>controller-docs</artifactId>
     <packaging>jar</packaging>
-    <version>6.0.10</version>
+    <version>6.0.11-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>Controller documentation</description>
 
index f846d448759bbfaa01ed29bf538f7f4a220ad243..f3f6e0f11f67d784087f8276b16dacdee3501e03 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller-experimental</artifactId>
-    <version>6.0.10</version>
+    <version>6.0.11-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Experimental Features</name>
     <description>Controller Experimental Features</description>
index 96684cf6de42fa3211ec4598afbe766e9aaf2796..b12fc3dafd88f2edb958ea0a64332f060bc2f7a7 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller-testing</artifactId>
-    <version>6.0.10</version>
+    <version>6.0.11-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Features to support CSIT testing</name>
     <description>Controller CSIT Features</description>
index 539b2d9ff8a850a1b48ace1d5b00c943494b01c7..c8fd11b2409f9a32ff0487f4a3b6496c6bac0aba 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller</artifactId>
-    <version>6.0.10</version>
+    <version>6.0.11-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Features</name>
     <description>Controller Production Features</description>
index b8cafa3daeb26bab1f59b0ae550eae7416738c99..73b6544346b7064166b1584a32e6692df0a5d7a2 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>6.0.10</version>
+        <version>6.0.11-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index e5be5b7bbcf7f49ab2785c6a0eb96e97d39bf3f6..275ea97628ac5624159e88993c1497c01f26166d 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>6.0.10</version>
+        <version>6.0.11-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 893f43e312fbf5684f722a4347c86c6b12bfab09..cc6e11fc731e4aa21cbf01b215c0801aaaa6bd61 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>6.0.10</version>
+        <version>6.0.11-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index c04871fee8027941212478f5bcf832492b4e0262..85974f01758f2249d7071193cee86c5611696099 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>6.0.10</version>
+        <version>6.0.11-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index f3b1a1920db27af1bb71cf3fa309c12b65147c15..0ab1af729f0f93970a37fb67746dd0d306e60d2a 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>6.0.10</version>
+        <version>6.0.11-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index edc7685aa4ac9db25a05fc5e62a27f75e7ec23f6..0858a1255bb22ec31fdad2e8fdeecddacde4636d 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>6.0.10</version>
+        <version>6.0.11-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 72ce6f74a65fd17ebc57c188fa17541be184b822..dbb88a284f294babe488b490154892bb86ea509b 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>6.0.10</version>
+        <version>6.0.11-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index cc09b267df5f4fcf92b8863970bb058bf0deb824..fbbb8b22293e5f72277e013a5abe08cc1eaada59 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>6.0.10</version>
+        <version>6.0.11-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index e6997a2dd9ce0fd443b07840081c31c63be1feaf..d219ecdfdef5a7243074aaf57cf9266b5145f34f 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>6.0.10</version>
+        <version>6.0.11-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index d252eab32c73d5c76ef22d2a064bfccd28c801da..c754790498dd210f7578564ecb960473fbf0ff0b 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>6.0.10</version>
+        <version>6.0.11-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 709dc8b4f1beeef4c398fc5796ebe635a45ac344..824a7af6f91fdfbf86a175155a6646880e37ebaf 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>6.0.10</version>
+        <version>6.0.11-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 6313968b4eb85ca9004c7f74df0de8586fab881a..73ac8de366f53cc3a01033990bf56db52562d3ef 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>6.0.10</version>
+        <version>6.0.11-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 3eae84ad5170986c9e10914000b47822340cd252..3156be233d75dc5b94ac71459a514b957c972a4c 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>6.0.10</version>
+        <version>6.0.11-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 38be5b70c4a41fd19d65436c3be16764e54781e9..dd362562e78f76c16c725b5228dd2ac18184c063 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>6.0.10</version>
+        <version>6.0.11-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 4dff159c615b6de436132818df0e8aecac11583b..9f62d68f15213900d6533b89917910b498a21e3d 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>features-aggregator</artifactId>
-  <version>6.0.10</version>
+  <version>6.0.11-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index 50de4622d74f56876d98848bfd64a96e1081aa25..99c8e57596b6a08ed77c70a58ea7829874d11df6 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>6.0.10</version>
+    <version>6.0.11-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>bundle-parent</artifactId>
-                <version>6.0.10</version>
+                <version>6.0.11-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 77511f290f5bc0519553d0114e587b028715fce3..c70c67f5cde9d251948ddc3a7b74d8b6b52e3157 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>odl-jolokia-osgi</artifactId>
-  <version>6.0.10</version>
+  <version>6.0.11-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <build>
index 6458022dead6c554bcc02de60937f3006ef66e12..8cbb5b8c4d63a4ab0545701098db6eabd4048f77 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>controller-test-karaf</artifactId>
-  <version>6.0.10</version>
+  <version>6.0.11-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
index 105b41138eed523cdf5d7d58edee7aaa87899c6e..931e3631e817d48f4448c15203a0bf0bc4f9ed11 100644 (file)
@@ -20,7 +20,7 @@
   <artifactId>blueprint</artifactId>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
-  <version>6.0.10</version>
+  <version>6.0.11-SNAPSHOT</version>
 
   <dependencyManagement>
     <dependencies>
index 03f5b59ab220c6a4a7f5e54e5fb6b6283bbceea4..927be1c5a8db3a21a98b1f6da56a7f77e3029c27 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-event-executor-config</artifactId>
-  <version>0.17.10</version>
+  <version>0.17.11-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's event executor</description>
index 8265ccd2fb395b0a81e4716a85b9f8042466acfe..f4b213650b74a280cbb2d5b605ff35d786da506f 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-threadgroup-config</artifactId>
-  <version>0.17.10</version>
+  <version>0.17.11-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's event group</description>
index 548aa8b87dd0cb40a6e7af230b78852b740f98e8..c97b8b70a82730bf9c0b0186d7db685aca0f2c45 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-timer-config</artifactId>
-  <version>0.17.10</version>
+  <version>0.17.11-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's timer</description>
index aff6d8a46b660015896a096684c733245caf4d01..9c533ab9e57be2566d5e0f0a6f353ec2ec4d41de 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>config-aggregator</artifactId>
-  <version>0.17.10</version>
+  <version>0.17.11-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index db601bff7203e386c65e0f109711949d881ef4d6..cb8d9fcf646533596d7dcfc4e108f9c7c9965217 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>threadpool-config-api</artifactId>
-  <version>0.17.10</version>
+  <version>0.17.11-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
 </project>
index f0100e47d080f1fea7e529715f0f74333e476cc9..1ac8703663bfbfe917897896b669fd49bc3bcded 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>threadpool-config-impl</artifactId>
-  <version>0.17.10</version>
+  <version>0.17.11-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
 
@@ -20,7 +20,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>controller-artifacts</artifactId>
-        <version>6.0.10</version>
+        <version>6.0.11-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 8ba4c85dbefd3b425ebdbfb202ea160da27e639a..41a43aa2ff60340212f54794a5a4a9389dd95dac 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>6.0.10</version>
+        <version>6.0.11-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 0264dad2d4b20f6864026a0328520f55e71c14ca..d5eb5dbc6080d19fbc3bc26f80a406c4f886a5d9 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>6.0.10</version>
+        <version>6.0.11-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index f6f70c0c2fae4e02b51c9c88c36f98536d358c10..0b5098f9030fb160863179e9672d5d6c57aba541 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>6.0.10</version>
+        <version>6.0.11-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 9061d8296f43dba8e37e9839bb3f2f50daa785ac..9cf308acaad46343cbd375fc860a2da1945b2c89 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>6.0.10</version>
+        <version>6.0.11-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index fd74b1850513554d86dbdda611db26188e9d2121..def2d7132d58c3fd0b19c14d52bbfc80a0e6edf8 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>6.0.10</version>
+        <version>6.0.11-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 4bcd8f2e2da1b58e931ae58a5934c6fc93bfd121..c700e0698715b8b73fb54e70971d2e861831f1de 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-it-base</artifactId>
-  <version>6.0.10</version>
+  <version>6.0.11-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
index ac249d56eaae2bddd507cb4ebc2db4f9d6cd27da..528dcf8d050cdf5a2dda22f69300fc96a4784746 100644 (file)
@@ -19,7 +19,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-it-parent</artifactId>
-  <version>6.0.10</version>
+  <version>6.0.11-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>6.0.10</version>
+        <version>6.0.11-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 9dcc135a0296bb4c4a6e71609816c21401fcdb2a..9909396065527a68879fa69141f0fc20d904cf3b 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-parent</artifactId>
-  <version>6.0.10</version>
+  <version>6.0.11-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
@@ -25,7 +25,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.10</version>
+        <version>6.0.11-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 01422fb3b6bb5a3db455f810be8e4d1607150db6..76c183c82a1ad0cc331acec6214647766c9087d0 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-aggregator</artifactId>
-  <version>6.0.10</version>
+  <version>6.0.11-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index 5bd0e895367dfa6ac7060951de9e13ca8c9f4b33..abc7811ac952282f43f9e8924947d2ea685383be 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>6.0.10</version>
+    <version>6.0.11-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 8b786ede0177c2c71cf8750f2a0dba7ecd9a5fb2..b4e7780905b58858902b14564dee1b89f19a7b4a 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>6.0.10</version>
+    <version>6.0.11-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 9f98b5bec765c750c6e224971403b6ab7759fdf8..add066f12d6bd71afaf843114b8373e5b71d40b5 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>6.0.10</version>
+        <version>6.0.11-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 3b23d80933227bb3d8ca1eaf659a1fa04c18bc3d..60947a0cc451000777b4c2b632bceed89a81e0bf 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>6.0.10</version>
+    <version>6.0.11-SNAPSHOT</version>
     <relativePath>../mdsal-it-parent</relativePath>
   </parent>
   <artifactId>sal-binding-it</artifactId>
index fd9391947597dd84a6405ce7b8922f1def150b83..eb5b7fe0023d4df93f9a58f111ad44d964bfd502 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>6.0.10</version>
+    <version>6.0.11-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 176e83c0b7fad601e0a8b3cae15d4522d479c51c..3fdc6a372a9ac9f35d503e1274c5b703c911dd6c 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>6.0.10</version>
+    <version>6.0.11-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 316429bd518cbed04ab548e77257fc87094fd987..405e93cce6e79e731487bcf4ade6220478357c59 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>mdsal-parent</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>6.0.10</version>
+        <version>6.0.11-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 209b1659bce369564ba8dc2d95600a9b7ea631f7..4509b341cb83e775847b3418c6bb2c60c2edc060 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>6.0.10</version>
+    <version>6.0.11-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index fb423d9778ec6482168d118f1844b3db4e362353..6534bcd79bc900af3655ef1b5b90f39a3e287a31 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>sal-clustering-config</artifactId>
-  <version>6.0.10</version>
+  <version>6.0.11-SNAPSHOT</version>
   <packaging>jar</packaging>
   <description>Configuration files for md-sal clustering</description>
 
index d6fc821aee6594b8f51fe1ec4c96195d2761b603..dd8e8a4e7cec14132bb295de443b661bf2fe99e6 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>6.0.10</version>
+    <version>6.0.11-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index afec611fa911b0af31ac763dc75e1db1102b553f..7e82ee21a5622fb768407a95964b7c2755a34967 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>6.0.10</version>
+    <version>6.0.11-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 3ebffbe6498ed12433c1cbc7c6fb02e18e08409d..863d90acb9696a79c7f3507a4b1ec21c127f7d34 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>6.0.10</version>
+    <version>6.0.11-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 41fa24881e1dd881241d9bd33ca2edc4109d8660..fc6118673f739bda0b358d3d56bdfe022ef4e816 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>6.0.10</version>
+        <version>6.0.11-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 8ebd2aeec4d969e7d11ff420411da70cb0d43f50..53e69158f499008ef651fde58e717fea5e42d833 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>6.0.10</version>
+        <version>6.0.11-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index a97a13c875afe8853555e85e7f1f30cd0995ed78..00731d8374fecc5b91c4f058670a27de95d333b3 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller.samples</groupId>
     <artifactId>clustering-it-config</artifactId>
-    <version>6.0.10</version>
+    <version>6.0.11-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <build>
index 1afa8de32931f0cc8fa799fd2e54e9b7e3f64c8d..75f72d3095b860a623697ef92661752a668fb042 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <artifactId>mdsal-parent</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>6.0.10</version>
+        <version>6.0.11-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 8c05b8dce776c763a9e0bbd978b0180adce23e97..cfe7c88659ff21687fd1c12fd5759b6a45afde67 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>6.0.10</version>
+        <version>6.0.11-SNAPSHOT</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 9088c7c76b14ad670677370c8770e2e9d614f940..53675f8f9a5663ad75f72efabdbefbdcd2956949 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.controller.samples</groupId>
     <artifactId>clustering-test-app</artifactId>
-    <version>6.0.10</version>
+    <version>6.0.11-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 0f55934be98feaff6cb1cd43f8d504008108e392..8f755ef516bd8bf83fa242e4ae5aa0979f94d053 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>6.0.10</version>
+        <version>6.0.11-SNAPSHOT</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index a46ef92799de8fefb43ec658479312f8e542ddda..586e25c7a47fede9a591271c2565ffdb497dbda9 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller.samples</groupId>
   <artifactId>samples-aggregator</artifactId>
-  <version>6.0.10</version>
+  <version>6.0.11-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index f5487eee02893d427b4479ec762730e5523c27bb..42d7001f041ef9752f0fd044c3e5dcded11ad976 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>6.0.10</version>
+    <version>6.0.11-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 87a24d6caee8d41668f0abbd1d302646a762bd8f..7777b3ff160d64d99f6fa06a0415a8d03a1bc030 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>6.0.10</version>
+    <version>6.0.11-SNAPSHOT</version>
     <relativePath>../../mdsal-it-parent</relativePath>
   </parent>
   <artifactId>sample-toaster-it</artifactId>
index c42582f83a8ebe3cb85012c84df9a7c4b0555671..24f348ff8a1c81ead4e31e22276648ab2ea1f9ae 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>6.0.10</version>
+    <version>6.0.11-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 227f1c4b5394ded41a862d94dd90ffc1a72fdc14..b70e9249d0f869f61d408e9c0c17cd71f89b275e 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>6.0.10</version>
+    <version>6.0.11-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index fe2002d15cd0b1ffaafcf110025d0a99151e8271..58172d4b17b5b2d8cf4e0131eace33936055fd1f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>releasepom</artifactId>
-  <version>6.0.10</version>
+  <version>6.0.11-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>controller</name>
   <!-- Used by Sonar to set project name -->