Bump versions to 9.0.1-SNAPSHOT 92/109892/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 22 Jan 2024 09:31:47 +0000 (10:31 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 22 Jan 2024 09:32:31 +0000 (10:32 +0100)
This starts the next development iteration.

Change-Id: I27cfca0f285d9a4c6eb1d99401947c62a4fcfc8b
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
67 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-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/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 4cc225e590cda1095b9fa1813e7086b521df81a6..e3b88839c6329032db23de4c120e285442d02191 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>akka-aggregator</artifactId>
-    <version>9.0.0</version>
+    <version>9.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 9cd4289bc3c611a0801a0eea77ee78eb49a82cb9..32c5ce72ec60772a493c78d899321b8cf0ee0c6f 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>repackaged-akka-jar</artifactId>
     <packaging>jar</packaging>
-    <version>9.0.0</version>
+    <version>9.0.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index d6aa560cffed87ff5427ee403fd4943ac4c05502..2858c10cc77d7273699be783721bbdaed567ffa7 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>9.0.0</version>
+        <version>9.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 5c8098f88cfe2664af4b10e2d1cb2140fe191407..480896e62de22c2cf29d5f34c8b0e2fb1914d27e 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>controller-artifacts</artifactId>
-    <version>9.0.0</version>
+    <version>9.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index 03b20fcdac6fc1952eda21da405b7c0075d5a917..20de4808bd6ae8b2856ea7c3255d319e0820057f 100644 (file)
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>9.0.0</version>
+    <version>9.0.1-SNAPSHOT</version>
     <relativePath>../bundle-parent</relativePath>
   </parent>
 
index ceef30b3117471f8d0c8622d9df2b56bad8b9643..ac955cd3304ab7678d6e4b7ae068b8088120f065 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>9.0.0</version>
+    <version>9.0.1-SNAPSHOT</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index ac6f8d88fc326f228bc6c5275a0f8e25537f7238..59a4b9814da2570e36865b4f1fa20d35e39df1d2 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>9.0.0</version>
+    <version>9.0.1-SNAPSHOT</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 9c8b40a432b729e608ad2a347a27c72e564812b5..4e2be55b6b6ac66de769b01cf11ad932493e7aae 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>9.0.0</version>
+    <version>9.0.1-SNAPSHOT</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index a11bafdfae02bd978ff388b7a981deaec9f3735e..d220eca2c2f1f5cfb293e073e02ef8c740bdbd25 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>9.0.0</version>
+  <version>9.0.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index 0671061b5205cfb12fd86324c50f596b3a0178d0..c77118de0b9fc8821f7a5a470f27feff92b851b7 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>9.0.0</version>
+        <version>9.0.1-SNAPSHOT</version>
         <relativePath>../../opendaylight/md-sal/parent</relativePath>
     </parent>
 
index 1867ef06e51974114ac8003072314f5c59c07f17..0cf00f4b8045dbdaffddc17e1a662126b92862b3 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>9.0.0</version>
+    <version>9.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>controller-artifacts</artifactId>
-                <version>9.0.0</version>
+                <version>9.0.1-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index f286885c7e45568cb04b1ef8122a61fc95fc959e..715f706a60d6ff5eba608004567100746186c869 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>controller-docs</artifactId>
     <packaging>jar</packaging>
-    <version>9.0.0</version>
+    <version>9.0.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>Controller documentation</description>
 
index f900a53578843e2dc94316c02ada0a7c9bfaa13c..1f65c6eed80b4bb906686de83a12939bafd67693 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller-experimental</artifactId>
-    <version>9.0.0</version>
+    <version>9.0.1-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Experimental Features</name>
     <description>Controller Experimental Features</description>
index b056a5db77f6c1605bf285e1ef025c49c35dfdee..63bdf23d229de1ad741344a51863f6b42e3a6e5b 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller-testing</artifactId>
-    <version>9.0.0</version>
+    <version>9.0.1-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Features to support CSIT testing</name>
     <description>Controller CSIT Features</description>
index f469a3cbf3ab987e580976a4c733e74b3d069382..773aa971c5a06184149b161ab6c8ee393c8685fa 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller</artifactId>
-    <version>9.0.0</version>
+    <version>9.0.1-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Features</name>
     <description>Controller Production Features</description>
index 4618b261fd025380eb053f9900023a0528011484..3a59e2d1f28851d47f90bae75bcab22c4ff52657 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>9.0.0</version>
+        <version>9.0.1-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 8508b0662d0565241cd4e36e4fae150b0dfcadc4..78740bf08ed6d4b6c264f15522d6cc15c2b06b6d 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>9.0.0</version>
+        <version>9.0.1-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 8d24d475c0f4da1efd308b21be5d6bbf2939d7b2..ebe1d80b74bc8275ff08a66621534efab46a4ee7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>9.0.0</version>
+        <version>9.0.1-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 3a7b9b65fda443ac777b07c7a04d940356f84869..70b858d55e732c0244252b3bc3741f2fd9bdfdea 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>9.0.0</version>
+        <version>9.0.1-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index a20bbbde3f52011c3b50dc810ec6a42a1cfbc85a..555e7962fb29849d6bbbcec11e918e1426069177 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>9.0.0</version>
+        <version>9.0.1-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 04d07d719903532d358cd6dbe0ddb4cf59cc7198..3611e59d0668b89d9bae0360db6873a03d6ade49 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>9.0.0</version>
+        <version>9.0.1-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index e140c869ae23446da3ac0f954bd1cb4f839bc962..aefc5d680e7f28f14283db92a514800b0168933c 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>9.0.0</version>
+        <version>9.0.1-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 09e2507014116035529c08d715e1dc6ec6c5b678..b07004f95a9f1afd7b08fcc68f9b43688c965c47 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>9.0.0</version>
+        <version>9.0.1-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 7f18c339181d1c2f9d6c468aaf7ef95240a5e351..10420b4a73d0a7d7de2a42e82f305f33618ba93b 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>9.0.0</version>
+        <version>9.0.1-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 64c985eb10377086702360019449bb49029113db..b7ab6b96d808fffa8029a56d6b2c4852f07d13b0 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>9.0.0</version>
+        <version>9.0.1-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 4c9db0371ac52212382f2a5207211cff04fc2787..8f7da418b455547d6365353dff1cb6f87ec3ef5d 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>9.0.0</version>
+        <version>9.0.1-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 83c1c8dcb3485dddaa5a1eeb2bcc6b30fb925d81..dff2b1688cf87937ac231e448772e282bab33492 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>9.0.0</version>
+        <version>9.0.1-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 6cf8006977e9e8a568060c6361cbf537370f14d6..6ed31027e32c8882bf6e9d715e53b058fb5a757a 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>9.0.0</version>
+        <version>9.0.1-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 57693f69dc3d8d46bd6f7e056c2131fd605acb83..9a4b8b3feffcbeabb5dd970cb6ecf91eeb0917e5 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>features-aggregator</artifactId>
-  <version>9.0.0</version>
+  <version>9.0.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index 6715dbad060f2b28a3946ee668c51f78f4216cd4..26f4af25f1bbb5883530bd387fe2aba75df12082 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>9.0.0</version>
+    <version>9.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>bundle-parent</artifactId>
-                <version>9.0.0</version>
+                <version>9.0.1-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index bfa887ec3a057c89992febef0c301fda82bd11e9..c3b44967f4ff696b93d79cdd470c947a26203a60 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>odl-jolokia-osgi</artifactId>
-  <version>9.0.0</version>
+  <version>9.0.1-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <build>
index c9c063b5d52ea9d7f18b7819eff0ade756de07df..4cd9640602cc338ac9600394056463ee6d94d2be 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>controller-test-karaf</artifactId>
-  <version>9.0.0</version>
+  <version>9.0.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
index 297fa8932b2af9b2d2a83c1ebd3502be4cd47ac4..91f7d25ee5332cada7c81d94626b81c2837b96cd 100644 (file)
@@ -20,7 +20,7 @@
   <artifactId>blueprint</artifactId>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
-  <version>9.0.0</version>
+  <version>9.0.1-SNAPSHOT</version>
 
   <dependencyManagement>
     <dependencies>
index cdf3f307371c92dfa6efe2594702affe6db58ccf..97855ba41137c1a7a980a1a4d72c43b36c1d135b 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>9.0.0</version>
+        <version>9.0.1-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index ad719f43e48e736aef88550acec6b4aca4e174a4..f807925fab00fdbc8958ebb764d7ec2320e8fc2d 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>9.0.0</version>
+        <version>9.0.1-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 77bcdde2f5474703907003ca162aa86b1089e507..348cea11b82dedfe638ff30afe05f7e5761b9390 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>9.0.0</version>
+        <version>9.0.1-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 9f362376eed256a405893c31792326284c1c4abe..cf36ae340e1e46cce2628e817a6afd0a981dfe42 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>9.0.0</version>
+        <version>9.0.1-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index c70c2dc54adc847ef0a51c9c297b6295d028cfa5..8b251205e44ab9b8092f3eecaafa5751b796de21 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>9.0.0</version>
+        <version>9.0.1-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index cc53463ebabb433e0cdf9ab7aa7087c5faabb797..4f4e4af5083c21cdf8c50ae600818d233c0a4001 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>9.0.0</version>
+  <version>9.0.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
index 0db48e6c5cc850493131e485511defea1efc916c..5a81e77c89d085a20b97b414d075f38430118d38 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>9.0.0</version>
+  <version>9.0.1-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>9.0.0</version>
+        <version>9.0.1-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 45b1acbce84697ad0301feb8ba86ea38a2e6fa02..9a0e32e8483ec2f9e0b1eb81c7371ff599880b02 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-parent</artifactId>
-  <version>9.0.0</version>
+  <version>9.0.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
@@ -25,7 +25,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>9.0.0</version>
+        <version>9.0.1-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index ceb7cd9958c9a74bd493c6098aabb07d6ba79efb..70ebb3d3d3526f2d9e793d3fc6cbd4070d71ebb1 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-aggregator</artifactId>
-  <version>9.0.0</version>
+  <version>9.0.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index 72d90bf67d63879fae5b5dccddf96eedf11b7860..be8fc697319583747d28db1836619f4ff6c1469b 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>9.0.0</version>
+    <version>9.0.1-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 0a0c286797fd27affda8a197cc75f245cf58e753..27c62a7725ffa513f17af1b92df16cbbc68fac4e 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>9.0.0</version>
+    <version>9.0.1-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index efbf3f9af7784536dbfc4dfb5b1135d7292b4780..4d86bb259eb0f1c8bd8f208159c5f694d978dd9a 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>9.0.0</version>
+        <version>9.0.1-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 3b640d69b5ce3f918528053674c84b69fd3a16e3..138338e0a2e706c6cc1ff40fb8ec37efd003a97d 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>9.0.0</version>
+    <version>9.0.1-SNAPSHOT</version>
     <relativePath>../mdsal-it-parent</relativePath>
   </parent>
   <artifactId>sal-binding-it</artifactId>
index be8133083eada7460b4d7be55989706966d6c431..da3c18f188c943fe4603a8ba02385e5e1eb7b309 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>9.0.0</version>
+    <version>9.0.1-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 6c9344d2508071483af490cc9a525976045e37f1..51d151e71aee4f343973fb837f9cd41bde86aceb 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>9.0.0</version>
+    <version>9.0.1-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 997235c662b55e68e75e00acf32f4e6f99eab1e8..cde0b4ff46c5c742ece4d5d1e62cd1c33048c127 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>mdsal-parent</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>9.0.0</version>
+        <version>9.0.1-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index f4831c50c18e25b0ae85b6c30d4b9786a788d93f..74d589320f13dd190e27dd5fe104ec1827419788 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>9.0.0</version>
+    <version>9.0.1-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 7a81adadd614dcb0fa6b6be2c198ce8d212578bf..82717a07c701faacbc483b110345b71c5b71c1e6 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>sal-clustering-config</artifactId>
-  <version>9.0.0</version>
+  <version>9.0.1-SNAPSHOT</version>
   <packaging>jar</packaging>
   <description>Configuration files for md-sal clustering</description>
 
index c90d7e5e5df720e99c202cd73f4c0c824215bf98..1ee6c4306f45a2ad5073f35e852638efb9a155ef 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>9.0.0</version>
+    <version>9.0.1-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index ad8f355238f8637225cc88ada88164de51079d09..f1ca9ddc0b5e6025d9252195cc5632e0f9e2f02f 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>9.0.0</version>
+    <version>9.0.1-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 261b36302057c22acd6d2980a7117af25e1b6151..c0c70dcdb41438223d14d66aad260c10bd6a4a53 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>9.0.0</version>
+    <version>9.0.1-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index d0f94cebf25c5d54dd913e4f335de844541623fa..49d418f7684ba01d9964d4e001049a7fb6ec382f 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>9.0.0</version>
+        <version>9.0.1-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 47570a27606c415608a3e27914917089bba117e7..18b81a255d3726f46f15a00915c05482695dc309 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>9.0.0</version>
+        <version>9.0.1-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 1c731b6232e5aa33394b65ec61d94e20c6e68053..8b24844f59ddf7b06816898e1cba3ed20d5b568b 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller.samples</groupId>
     <artifactId>clustering-it-config</artifactId>
-    <version>9.0.0</version>
+    <version>9.0.1-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <build>
index 8371179b740b2d2c224143089cda87f07babd58b..2991dd60e7b1d6a1fde1535167f7f39114fe3df4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <artifactId>mdsal-parent</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>9.0.0</version>
+        <version>9.0.1-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 4c80ab1812fa89eeb0f157d8b0699a0613b6c213..f1f5ebfb2275693868f3530bbca56c237b7dab22 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>9.0.0</version>
+        <version>9.0.1-SNAPSHOT</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 4e29d9ee580bad3c6d91fe2c62f39f111bae12e0..06dd52568366366b3c4742c6ceadbaedc241f207 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.controller.samples</groupId>
     <artifactId>clustering-test-app</artifactId>
-    <version>9.0.0</version>
+    <version>9.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 749a2d608bf21bae540910685a4e85c85e3d2e01..e45a988d6134d8d0dccd85d7c66de84d0e59eb14 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>9.0.0</version>
+        <version>9.0.1-SNAPSHOT</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 006f3bbf9c097e094cdf84991a11016444939fd3..74e80fca6102765d2379afb0dc78bebaed874b85 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller.samples</groupId>
   <artifactId>samples-aggregator</artifactId>
-  <version>9.0.0</version>
+  <version>9.0.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index a150dde26decd2a9b4ae1504fb8321436ce8486c..2e11c5c547e4d9f482ee7c75fd0fa056a2b4cd4e 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>9.0.0</version>
+    <version>9.0.1-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 55321f5e669f29777a6a2992eae0fa4d96dead45..200409ab5e9337d0049e29d033cb8591a7dc2e90 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>9.0.0</version>
+    <version>9.0.1-SNAPSHOT</version>
     <relativePath>../../mdsal-it-parent</relativePath>
   </parent>
   <artifactId>sample-toaster-it</artifactId>
index f3b245e39dc9ea3a9872fb43b2bd5995b149667d..3553a385965b2a29f527a4296c19387451f38473 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>9.0.0</version>
+    <version>9.0.1-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 7e707de0c2bb3ce1c1e70a4445b45624867f559d..6d964aa5841c5545d20675df52f92c779fea421e 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>9.0.0</version>
+    <version>9.0.1-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index a1c6bf7ce192b03d6dd48a2b9826b16600e9eea1..71ea412b7e3299ceafe700f406f3580a2623f9b0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>releasepom</artifactId>
-  <version>9.0.0</version>
+  <version>9.0.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>controller</name>
   <!-- Used by Sonar to set project name -->