Bump versions to 9.0.2-SNAPSHOT 76/110776/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 15 Mar 2024 16:07:51 +0000 (17:07 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 15 Mar 2024 16:08:22 +0000 (17:08 +0100)
This starts the next deveopment iteration.

Change-Id: I5940bc14b5261316778f547b0111b62b3a983bdb
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 25092e7d39ae8937bae383a47b2a01dee38be27d..d32e4f035a2436410defaa562b7eb7ff60593a66 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>akka-aggregator</artifactId>
-    <version>9.0.1</version>
+    <version>9.0.2-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index c4a885bcd4fe7b9f71b898c19d50b2fd8557e457..9204b4ed84d9451d84e27185e849557117f3a813 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>repackaged-akka-jar</artifactId>
     <packaging>jar</packaging>
-    <version>9.0.1</version>
+    <version>9.0.2-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 5cded38917aa0e20a4dea47982379b23e457242e..2ac52cfe53232975138b75a20439fc3021fd13d8 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>9.0.1</version>
+        <version>9.0.2-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index a163b6e620167d7e4e77146805272dd266a6ac28..cfc8e78ad3e617f43f9fb0b2a60e5124b864137d 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>controller-artifacts</artifactId>
-    <version>9.0.1</version>
+    <version>9.0.2-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index fc85d235d0e6b8489247fb6b5a737c2fa55471e1..ef8c4752230213cf796638e6f9fd9f6ac9548ea0 100644 (file)
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>9.0.1</version>
+    <version>9.0.2-SNAPSHOT</version>
     <relativePath>../bundle-parent</relativePath>
   </parent>
 
index e991bba8afe0b0c0a91d1cdd48a1ba7ec15ce6bf..ff092f1388a44aeeba863a19335d5726b68367f7 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.1</version>
+    <version>9.0.2-SNAPSHOT</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 6511d5d57363811b2815c18ceff54316fa3a8c2d..353e9a65b20ec657536a036eb928ca8ead637e5b 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.1</version>
+    <version>9.0.2-SNAPSHOT</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 47a9387969bbf76d6235033edadee642b1a412da..ca7c4ba3f6bfff7d994dbef1a0cae51c62d74e13 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.1</version>
+    <version>9.0.2-SNAPSHOT</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 1260b4ae0b64a93db5d968a4cd9b24866a4e519e..51f562b8564b7d635b2e10ca8830249bbe6b901b 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.1</version>
+  <version>9.0.2-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index dceb19106176a0780ac7417066a1e592cb979957..fa2e5c10cbc643a6997437f819dfeabbfa0b114a 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.1</version>
+        <version>9.0.2-SNAPSHOT</version>
         <relativePath>../../opendaylight/md-sal/parent</relativePath>
     </parent>
 
index 69b28a462980710920d12d2aef5d6e2e6aed9a01..d76fe9a2df35a48836c404aa3f120c0e7f13a4e8 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>9.0.1</version>
+    <version>9.0.2-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>controller-artifacts</artifactId>
-                <version>9.0.1</version>
+                <version>9.0.2-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 642fe2c8030bb815cfe0167dd6fd2972f386e66f..6b7828da71903ee296ecf6816eee66a6452049a6 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>controller-docs</artifactId>
     <packaging>jar</packaging>
-    <version>9.0.1</version>
+    <version>9.0.2-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>Controller documentation</description>
 
index c67816fb3c8f35934d47340abd3a3c5a678da4f4..ee7549f1685bc45febd4cf9faa91c9ceadabe600 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller-experimental</artifactId>
-    <version>9.0.1</version>
+    <version>9.0.2-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Experimental Features</name>
     <description>Controller Experimental Features</description>
index acacccbc508b264798e4de6d5b5c3ce7bdccdc3a..6f0673a094ce021521aae5110cd1973975142db0 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller-testing</artifactId>
-    <version>9.0.1</version>
+    <version>9.0.2-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Features to support CSIT testing</name>
     <description>Controller CSIT Features</description>
index 7786a66ca5ebf78cbfd6c4ad6379b3fe860c8ce3..05ffc20fefec71da2a43e1896749e70bd529120b 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller</artifactId>
-    <version>9.0.1</version>
+    <version>9.0.2-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Features</name>
     <description>Controller Production Features</description>
index db07e760c49a59aed463d346d03ddf99dc2723a7..ac9f486d09adb27523006c24a3253afe9e2eaaec 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>9.0.1</version>
+        <version>9.0.2-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index f97c93a7d86937a113e9c1fcf88811019fa9b40e..7c7c1b64db0004529bb15c48d986437190d7f872 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>9.0.1</version>
+        <version>9.0.2-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index e98e0b04bcf20928173331074c74b3519b38b99e..1b3114bbeba7e0cc4ee3d9543054ae27feff66db 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>9.0.1</version>
+        <version>9.0.2-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 7f64d4643490c52b70ac518be243833ca80beff0..8dd49ae86ba0af0b34c3f6d06a316aa5869146c7 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>9.0.1</version>
+        <version>9.0.2-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index a8f4a23b45a8e13ffd23d179cc8c0fd6861ef641..659cf80a013f08f97f469cd6d743ccdda950633c 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>9.0.1</version>
+        <version>9.0.2-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 4cbd9057d2c39cd416b8a94d7021ca6b1d878557..7191939adc07d5e13587c5359ca3c2e3afcb0d62 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>9.0.1</version>
+        <version>9.0.2-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index ac40bcb895d707b78780d82010c5fc37cb3c1480..296e5ee9d054ef7db452b623621bd6d81db93e99 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>9.0.1</version>
+        <version>9.0.2-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index f5e68292ca0974fd88acda13a764d9555db2dbc1..936205194519509b7e586d4b98fc734e23fdef2d 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>9.0.1</version>
+        <version>9.0.2-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 762e28499884e63af5a477cb1a4021832e1dcc96..53e3ef3c367c13bd4b56e97833b45d01c0ec192d 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>9.0.1</version>
+        <version>9.0.2-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 03437021227f3835a0eed6020c97c2ef182c3164..16120918d5059cd02e0379dd1c9fadd538307d85 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>9.0.1</version>
+        <version>9.0.2-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 7acb34b0a9da98a24010b040d8d61886c8d9fdca..14b9622c780d9a3dec1ddfe3f641990aa56b38d9 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>9.0.1</version>
+        <version>9.0.2-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 9f240793266f98150d8235e8b99e7fc7588ead34..3c1033d4fadd81efc38d6697d4a3c6a6977531da 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>9.0.1</version>
+        <version>9.0.2-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index c5b86195720e64c2ad3caf4cb56b7f397c31ecaf..e19baa3ced95843074143ce0731da9783e132ea2 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>9.0.1</version>
+        <version>9.0.2-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 05077a5baeaab50b85741ad8a4328989ab2de404..a4d1590b3ee164e575333b906378157ff5574b25 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>features-aggregator</artifactId>
-  <version>9.0.1</version>
+  <version>9.0.2-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index d08ad3170f41720439d6675bb49362b4d76958b5..e4f636aff1dda162dbb4243fd45ab1a7b67d48fc 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>9.0.1</version>
+    <version>9.0.2-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>bundle-parent</artifactId>
-                <version>9.0.1</version>
+                <version>9.0.2-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 8c0551d3b2fc8430932d8be1063a0152fb970341..23351a65933a12e6e969de312b70432d225575c0 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>odl-jolokia-osgi</artifactId>
-  <version>9.0.1</version>
+  <version>9.0.2-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <build>
index 3a2cbca875bd6f9b4a7e5ec38b481cb2786b574a..a3b5f66b69b5c586e6ac57a08bebbf93a492bbca 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>controller-test-karaf</artifactId>
-  <version>9.0.1</version>
+  <version>9.0.2-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
index 91d1b89c500172e63183901570d5a14a4151741c..0921465d3b79f879c6184ac7b2081ed41044b4f4 100644 (file)
@@ -20,7 +20,7 @@
   <artifactId>blueprint</artifactId>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
-  <version>9.0.1</version>
+  <version>9.0.2-SNAPSHOT</version>
 
   <dependencyManagement>
     <dependencies>
index e0ca597583c56f6bfc20e1162f3603b217b7eeff..15b61598b617cd489ec2742959bd2df8211570c7 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>9.0.1</version>
+        <version>9.0.2-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 6205aa34efa0b71e24c3dc37450d140b467d0898..6ca2c69cdbe828ed632f38f734b1a8dbccaebc38 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>9.0.1</version>
+        <version>9.0.2-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 397ec74203b3f6c2e2f8515e412b2a43783c7742..05d5f8a175ba99f845d6999bf3f32c3908a055af 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>9.0.1</version>
+        <version>9.0.2-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index cd3c5489e57e195ef350c8e0a47e2363b58b4edb..14958b9368ce4200b23fd2bafd584fa5e2302b0e 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>9.0.1</version>
+        <version>9.0.2-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 7d17f64e1ede0edb6a18f70256a06b61b8fa5ae1..213b1792712f88e5734d35ae303373dd1473b94b 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>9.0.1</version>
+        <version>9.0.2-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 3b50b14a0ab29976272dfc8efbbbc86030ab2b48..fa3976239e6f0d6f0be901bcd7d169e026d9a4d7 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.1</version>
+  <version>9.0.2-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
index 2311b81757d04605271400faacffc02e1fefa26f..548fea9bdbd9ecc3e5a3221caef3450b84caf636 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.1</version>
+  <version>9.0.2-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.1</version>
+        <version>9.0.2-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index bf2851e60d038a7bc4f8a65398932c23743043eb..daf0fc982f3fc82bffb97a3f9c36df19b238074c 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-parent</artifactId>
-  <version>9.0.1</version>
+  <version>9.0.2-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
@@ -25,7 +25,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>9.0.1</version>
+        <version>9.0.2-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 7c42e8e1178521cf0e809255575a2ada78a3b6bb..37b0c08ba55e6ebf8a1b838a98367b823ecaf846 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-aggregator</artifactId>
-  <version>9.0.1</version>
+  <version>9.0.2-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index a3502a4699ec85bfc86110d17b860568641751a1..3ca9784f02b544f35f6ba8373cbac44b0e3432dc 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>9.0.1</version>
+    <version>9.0.2-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 6cc705a107b446784f2ca48683bdd1c5f8ce3857..f6a88435b96c06168b2bda28f6e9224fd63cd6a2 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>9.0.1</version>
+    <version>9.0.2-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index ea47507e820b9363225f3d507b719ed0c6c0688a..bc3ae13c1cc56d9c1356befabf4a8c5227d36ab8 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.1</version>
+        <version>9.0.2-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 67732e02b3dce64329ce5340e8ebf73d201570a4..de90ea3b954729b4254b7aaf545dda79225d4e98 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>9.0.1</version>
+    <version>9.0.2-SNAPSHOT</version>
     <relativePath>../mdsal-it-parent</relativePath>
   </parent>
   <artifactId>sal-binding-it</artifactId>
index 267a41417be2057ce1ef07798348146d216999be..7a01f80feb466ef11d12d44ee5f891af3d966a5b 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>9.0.1</version>
+    <version>9.0.2-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 331fdc60a1ee7c41067e5b1413e7787e7585cbff..0dcf88e7f8a5aa9be417a6fa2e3024382d86c9bf 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>9.0.1</version>
+    <version>9.0.2-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index c5a31113eafc0bbe98f7b2146f4a5dfec8dd4326..f3482edbd3d1c25b1b7f550461db10d09c93129a 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>mdsal-parent</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>9.0.1</version>
+        <version>9.0.2-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 0c0f7180daf5ffe3a8959f504a00132a8b30e261..cb1a89af816781b27b36cc390d549e4364bcd6e7 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>9.0.1</version>
+    <version>9.0.2-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 0dd24093cf7042344190676ecaf92fc1056947d6..53cf8ddd438c7e456042c6b50e467fc55873b45d 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>sal-clustering-config</artifactId>
-  <version>9.0.1</version>
+  <version>9.0.2-SNAPSHOT</version>
   <packaging>jar</packaging>
   <description>Configuration files for md-sal clustering</description>
 
index ff0fa8c6895dcb3621550767353056442d07b33b..398c5b3e178480c9d53214ff3ee1c9080548149c 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>9.0.1</version>
+    <version>9.0.2-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index a5adf0bf3cb396a8ac2dd661159a4339922a1b7a..082f5041f77b0603cb6f5463e65a5c09de488aeb 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>9.0.1</version>
+    <version>9.0.2-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index b9dfb94f7c00233451ad1fa2527cb60777ce4570..0ddae4a0f2bc385c9a54638d597058d3640fd6ad 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>9.0.1</version>
+    <version>9.0.2-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 4a65acea35737e2ac56f28401f1b4b466193f30c..f7be176b0a1270d69de42f9c9baeebf1bbe77f3b 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>9.0.1</version>
+        <version>9.0.2-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index c420601c890f76cf9591e82f6aaef65f746ea0d4..61448bb025a94b43db71b7e93396ec044c52f9d9 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>9.0.1</version>
+        <version>9.0.2-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 0a9cd6f3300f094e5cc9f9bc74bf979bbe5a8be7..1bcbccf2e90888421d771b1226eda6d5b37b9cd2 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller.samples</groupId>
     <artifactId>clustering-it-config</artifactId>
-    <version>9.0.1</version>
+    <version>9.0.2-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <build>
index 216bbcf5b1a0aaa45a92736067ff4e1f345d49d0..d69fe53059bf62460689f8af79246f2b2c1496d2 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <artifactId>mdsal-parent</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>9.0.1</version>
+        <version>9.0.2-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 97d9781eaa59a6a3167479035e1abb9cff930115..8181a3877464565e1a14d4a04427be527641b24f 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>9.0.1</version>
+        <version>9.0.2-SNAPSHOT</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index be45eadff3de9b0efd21c15a6acd58d904a6432b..30c33b09100c6f9199e27e23185d96dd9999bd7f 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.controller.samples</groupId>
     <artifactId>clustering-test-app</artifactId>
-    <version>9.0.1</version>
+    <version>9.0.2-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 1477a9097f885e5f0c9bf58992b35c97bc264df2..031d7cd0b685077b1ba74f9d27c4d5bc29652a6b 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>9.0.1</version>
+        <version>9.0.2-SNAPSHOT</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 8e66f908237a79350d93823ce59551d664c94a7a..1411bb79d7e754ea5baafad48bcd4b0b4394d1dd 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller.samples</groupId>
   <artifactId>samples-aggregator</artifactId>
-  <version>9.0.1</version>
+  <version>9.0.2-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index 059e254aa99e24ee4f75157f65d0d30a32a3d1ee..5064523bf719442ebfa3f9513bbe69c747308d4c 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>9.0.1</version>
+    <version>9.0.2-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 658b2d806af03160d64f8bf16d0e5a960a1ffb41..a23aa81dea58b9c7d284c8bbd5660fa0562766fc 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>9.0.1</version>
+    <version>9.0.2-SNAPSHOT</version>
     <relativePath>../../mdsal-it-parent</relativePath>
   </parent>
   <artifactId>sample-toaster-it</artifactId>
index 660f925206658ec27e3665aac732e0c4b8ffaffa..f00049a629505b290a512f070702c7e63ce787cd 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>9.0.1</version>
+    <version>9.0.2-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 5749d228b6d82fe58ab1c942547d727e4061b846..29fa5f0e8e28830895077e575048d8c0fff304f4 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>9.0.1</version>
+    <version>9.0.2-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index eff13a0a019ab98b3c06743ac5c829e0215bbeea..60c9f19ad6b05b28dbc0da19861b0923b72ed1a0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>releasepom</artifactId>
-  <version>9.0.1</version>
+  <version>9.0.2-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>controller</name>
   <!-- Used by Sonar to set project name -->