Release controller v2.0.9
authorjenkins-releng <jenkins-releng@opendaylight.org>
Fri, 13 Aug 2021 08:46:49 +0000 (08:46 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Fri, 13 Aug 2021 08:46:49 +0000 (08:46 +0000)
74 files changed:
artifacts/pom.xml
benchmark/api/pom.xml
benchmark/dsbenchmark/pom.xml
benchmark/ntfbenchmark/pom.xml
benchmark/pom.xml
benchmark/rpcbenchmark/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-blueprint/pom.xml
features/odl-controller-exp-messagebus/pom.xml
features/odl-controller-exp-netty-config/pom.xml
features/odl-controller-mdsal-common/pom.xml
features/odl-controller-model-topology/pom.xml
features/odl-jolokia/pom.xml
features/odl-mdsal-benchmark/pom.xml
features/odl-mdsal-broker-local/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-model-inventory/pom.xml
features/odl-mdsal-remoterpc-connector/pom.xml
features/odl-toaster/pom.xml
features/pom.xml
features/single-feature-parent/pom.xml
karaf/pom.xml
opendaylight/blueprint/pom.xml
opendaylight/commons/jolokia/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/mdsal-it-base/pom.xml
opendaylight/md-sal/mdsal-it-parent/pom.xml
opendaylight/md-sal/messagebus-api/pom.xml
opendaylight/md-sal/messagebus-impl/pom.xml
opendaylight/md-sal/messagebus-spi/pom.xml
opendaylight/md-sal/messagebus-util/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-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-distributed-eos/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/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
opendaylight/model/model-inventory/pom.xml
opendaylight/model/model-topology/pom.xml
opendaylight/model/pom.xml
pom.xml

index 2ae5f99c8dc0a487b9cbd5f42ba9a33db8714aff..92b0232b19518e4190bf91a60b558d20530d9549 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>controller-artifacts</artifactId>
-    <version>2.0.9-SNAPSHOT</version>
+    <version>2.0.9</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-event-executor-config</artifactId>
-                <version>0.13.9-SNAPSHOT</version>
+                <version>0.13.9</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-threadgroup-config</artifactId>
-                <version>0.13.9-SNAPSHOT</version>
+                <version>0.13.9</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-timer-config</artifactId>
-                <version>0.13.9-SNAPSHOT</version>
+                <version>0.13.9</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>threadpool-config-api</artifactId>
-                <version>0.13.9-SNAPSHOT</version>
+                <version>0.13.9</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>threadpool-config-impl</artifactId>
-                <version>0.13.9-SNAPSHOT</version>
+                <version>0.13.9</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
index 33a54358fbd339b4ecb8ce2e34c0850f9b459bce..c9d185c06b477d5898eb90f674d2372be197c13c 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>2.0.9-SNAPSHOT</version>
+    <version>2.0.9</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index dad9af9fdee1337920117013c9be653ba854af21..03b2811d670b388ab8e407376f0fe9106ed0f979 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>2.0.9-SNAPSHOT</version>
+    <version>2.0.9</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 5419a011d02bf8a36408e4e546a86122146d5a12..ee6f0106244d5eb185c1408bdb99470393964727 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>2.0.9-SNAPSHOT</version>
+    <version>2.0.9</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 6af4512b2f0ed7584a63aea698a636fd18e5821e..a38858af62ec04e7d782a4cc705d5373acfd43d6 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>2.0.9-SNAPSHOT</version>
+  <version>2.0.9</version>
   <packaging>pom</packaging>
 
   <properties>
index e113eab9c0c827822bcfb824f0927c2c2857b855..41b088514b41139fab508da787d2cf3754bf7dca 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>2.0.9-SNAPSHOT</version>
+    <version>2.0.9</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 0b64a2f0144133245c455c081abf023f85f5152f..23f2256c577ebf448d85af12f4f98167cf6b9ee5 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>controller-docs</artifactId>
     <packaging>jar</packaging>
-    <version>2.0.9-SNAPSHOT</version>
+    <version>2.0.9</version>
     <name>${project.artifactId}</name>
     <description>Controller documentation</description>
 
index d8ebec39a585f80fbb77df0421ac57a73a400ecf..c6b8e2c7d54d581fbdca79ceec481985f0c6966b 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller-experimental</artifactId>
-    <version>2.0.9-SNAPSHOT</version>
+    <version>2.0.9</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Experimental Features</name>
     <description>Controller Experimental Features</description>
index 1d1be9a4fd5124c3cc76c70ea0a229a346be17a2..79f0f115e85c139f8bde6464489dba43811a3e68 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller-testing</artifactId>
-    <version>2.0.9-SNAPSHOT</version>
+    <version>2.0.9</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Features to support CSIT testing</name>
     <description>Controller CSIT Features</description>
index 4814af154ea80e6f7b803f1d8aed6c65c821039a..c5573a2e414468d2360c6893418aeef07b7c8073 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller</artifactId>
-    <version>2.0.9-SNAPSHOT</version>
+    <version>2.0.9</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Features</name>
     <description>Controller Production Features</description>
index 0e69c03e74dc680d0ffc7ae361f75a40d72ed665..b03014da4cf90ed563b3014cf0a38b388f0020ff 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.9-SNAPSHOT</version>
+        <version>2.0.9</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 0f9eb8572c87fecff9672d3ea335d238278c0b47..91ddcb193d83472f6bb8f48311d4dd773cbcc564 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.9-SNAPSHOT</version>
+        <version>2.0.9</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 8c84f1529fb0e86bb4951d0998672f638fae6117..0e3c97df566fa38788c768def708b9b423882e97 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.9-SNAPSHOT</version>
+        <version>2.0.9</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 3e789391218ffffd47202123d1de6dc460bda317..03484eccbdc542c9564ba41faefa6e148d647165 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.9-SNAPSHOT</version>
+        <version>2.0.9</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index eb42658305205a28370c0a4576a176b1f1547e53..c59cb3c38c6163de2a08a11c7209a8419878537f 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.9-SNAPSHOT</version>
+        <version>2.0.9</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 762a2aefcb56f9c975958157b499f6628ce55954..650b241f822e80fedc4b178a73d5454ca7975f5c 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.9-SNAPSHOT</version>
+        <version>2.0.9</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index b0f845b5cf1616428d4507dfff11cb646eb8ea1a..313cbba87cebd49adf20be1f2b0cb249c5c717da 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.9-SNAPSHOT</version>
+        <version>2.0.9</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 72e169b0bb0470540fcc3993b7a1e5f9a781b680..93c634ef021f23993a4e780a93e9d1d027bf5ee2 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.9-SNAPSHOT</version>
+        <version>2.0.9</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 02023fc20314bd271a2de44243452129c073f470..456cfa743684f62eedacdafca2f95f667e58fe15 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.9-SNAPSHOT</version>
+        <version>2.0.9</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index bb770bda04809e8919e445df93952723addc12f3..5c7e18e6cde045180b1f6285be2c6eec8e6dcaff 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.9-SNAPSHOT</version>
+        <version>2.0.9</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index f954bb3d2177138c3abbcada1d7b41efb215f645..121ffdf5d393469c1ceda878aba8ff2e70b242fb 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.9-SNAPSHOT</version>
+        <version>2.0.9</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index c54b89239880b9c50fce8a57fea57e2cdcf0c2ee..1707c4463902d282f5c5e4b29d79ef44047a07b9 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.9-SNAPSHOT</version>
+        <version>2.0.9</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 5959ce9fdeb02c944027ad3e6735f03e2de8adcc..6dcb4cb6fbe88c011a621d24f6fcb9ab5a363bf0 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.9-SNAPSHOT</version>
+        <version>2.0.9</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 6094dde723c7e67931787cbe2ba5fe60e548e573..b455a6dd81ff916708c467066ffad1c727c5e5ed 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.9-SNAPSHOT</version>
+        <version>2.0.9</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 66a322167ed7826f02370da0864d22154e564995..d754de92c2e146b36316160cb07919b0a08b4ff1 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.9-SNAPSHOT</version>
+        <version>2.0.9</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index c5a48df789d729b219a7cc64d1e2c469de397dfb..60cfccb0ebe834c7b8be4e46e6c793528ad0e436 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>features-aggregator</artifactId>
-  <version>2.0.9-SNAPSHOT</version>
+  <version>2.0.9</version>
   <packaging>pom</packaging>
 
   <properties>
index 712f714a30661772bb409eecffce20ec10dfc803..49fa0a858b2a214ac325fa53070eac704a4a6471 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>2.0.9-SNAPSHOT</version>
+    <version>2.0.9</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>mdsal-parent</artifactId>
-                <version>2.0.9-SNAPSHOT</version>
+                <version>2.0.9</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index b7390b6b25e3925886eb75a7c324dbebdba7c0b0..52e52ddc16ef40c9a2d17a043feb2588c9d52c56 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>controller-test-karaf</artifactId>
-  <version>2.0.9-SNAPSHOT</version>
+  <version>2.0.9</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
index 2f7a5c875e3e61b41c5fbf7a51af67a1a3e0896d..edd6731bb015bfabc704de0ee58fbc32e7c4fcd8 100644 (file)
@@ -20,7 +20,7 @@
   <artifactId>blueprint</artifactId>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
-  <version>2.0.9-SNAPSHOT</version>
+  <version>2.0.9</version>
 
   <dependencyManagement>
     <dependencies>
index f22a03f801409f5637f374bd1be42838889790fc..a66a9a2bbf932928c67e728b3bd1a22e98fa2a6c 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>odl-jolokia-osgi</artifactId>
-  <version>2.0.9-SNAPSHOT</version>
+  <version>2.0.9</version>
   <packaging>jar</packaging>
 
   <build>
index 46e3b8bd7e938b72aade51fe7a98a8e3867146fd..2d5753464756d6492029a68cc12a80f4f2565613 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-event-executor-config</artifactId>
-  <version>0.13.9-SNAPSHOT</version>
+  <version>0.13.9</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's event executor</description>
index ca8ddfe16afc2c2bbe434355d58a6480ef5494d3..f514878cdf4440517c068f66e2c99f9c5a7f9030 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-threadgroup-config</artifactId>
-  <version>0.13.9-SNAPSHOT</version>
+  <version>0.13.9</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's event group</description>
index b2bd1f3c1a9dcce5a8f856ab6b8ebdede0ae5768..ea670100fce3c084854254a7cd866f5b1c08d9d4 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-timer-config</artifactId>
-  <version>0.13.9-SNAPSHOT</version>
+  <version>0.13.9</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's timer</description>
index 50e08f197562a6a2539b8b2b41a4dec23d71a045..a8d5ee964a724e7491d82f66ea5d969ad2023a0a 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>config-aggregator</artifactId>
-  <version>0.13.9-SNAPSHOT</version>
+  <version>0.13.9</version>
   <packaging>pom</packaging>
 
   <properties>
index 5f152b7451434a94e938f3a7b287a83afd8db3e8..da841d55a0b8453d8a7dc835213c2b0b5d169baa 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>threadpool-config-api</artifactId>
-  <version>0.13.9-SNAPSHOT</version>
+  <version>0.13.9</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
 </project>
index 33993ed735dcf2425cf3852736128d67c9d0b4f0..879e883d0ff85f69d272d00f024649ab930ead3e 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>threadpool-config-impl</artifactId>
-  <version>0.13.9-SNAPSHOT</version>
+  <version>0.13.9</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
 
@@ -20,7 +20,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>controller-artifacts</artifactId>
-        <version>2.0.9-SNAPSHOT</version>
+        <version>2.0.9</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index f4270fb3c01c3b389bd13f806177d523339fa630..0313031021a8ebf61cb95d6d4a8de8bd752c42fb 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.9-SNAPSHOT</version>
+        <version>2.0.9</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index bbc78857de53fd618efe465e8faec7863511d077..2ecf63bddcf1e45f55ae7808046f0f8eed28326f 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.9-SNAPSHOT</version>
+        <version>2.0.9</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 416fd155f265ed5818c3bc427a2e373d76864fb0..c4f6126261e2cfdfcf05a70f5a0636a532fe2c6d 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.9-SNAPSHOT</version>
+        <version>2.0.9</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index dea51599441cfd6d9e0b529d06e086b7c43d88cb..b642d55b448e8bf50ee33ae05c2e1906a75de157 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>2.0.9-SNAPSHOT</version>
+  <version>2.0.9</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
index 5f81240e80302bc485020672c00ed41045e35a87..048f16adc877d404770329648e15cfc70d8487c5 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>2.0.9-SNAPSHOT</version>
+  <version>2.0.9</version>
   <packaging>pom</packaging>
 
   <properties>
@@ -34,7 +34,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>controller-artifacts</artifactId>
-        <version>2.0.9-SNAPSHOT</version>
+        <version>2.0.9</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 2705b2ec71136ad86549afea15df9600f8c3df1a..18931eed4e614522fad5b662f8bafcadc49e61fd 100644 (file)
@@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.9-SNAPSHOT</version>
+        <version>2.0.9</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index eecdd791bc82e1e6b4bbf588c175fe17cedc8df1..ac474d03c6915400edc4e50cbf4311895a278cd3 100644 (file)
@@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.9-SNAPSHOT</version>
+        <version>2.0.9</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 65b0d81e3c9da19df22501931a1b7bf6bf021980..9627b227af2e2aa055b8319af8a5c27c1c4c71f7 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>2.0.9-SNAPSHOT</version>
+    <version>2.0.9</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index bcca14a13a1f2ce51c9732e99f1df78fd6327472..93c49e0710d49759fac65f2b494c376bb6b0c0b5 100644 (file)
@@ -14,7 +14,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.9-SNAPSHOT</version>
+        <version>2.0.9</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 3ce05eab9edbc8835bbc04c469ff2064ca0853af..5708ef8bfeee7c2c9b7b02bdd6b11856205fe0b7 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-parent</artifactId>
-  <version>2.0.9-SNAPSHOT</version>
+  <version>2.0.9</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
@@ -25,7 +25,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>controller-artifacts</artifactId>
-        <version>2.0.9-SNAPSHOT</version>
+        <version>2.0.9</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index d52560a2cc1e217e32cb04c8f1f936aee716fce8..edc0c08c97cfbcc920048299beb1f87021066176 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-aggregator</artifactId>
-  <version>2.0.9-SNAPSHOT</version>
+  <version>2.0.9</version>
   <packaging>pom</packaging>
 
   <properties>
index 23f652090706ea278b48395947d308f57637036f..9d71fb36ee79eb81b4de6033b686dd6d1e701bc2 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.9-SNAPSHOT</version>
+    <version>2.0.9</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 6b5234f8c56b7227c04c2a779709536d0aa44807..22281901e61020ff295ff83267294925bc42a75b 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.9-SNAPSHOT</version>
+    <version>2.0.9</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 6f4cda318b6f2ffaf7b9958908e138c36b4eac8f..cd73f846730ae49573ad38f273a5dc973dcfe283 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>2.0.9-SNAPSHOT</version>
+        <version>2.0.9</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 17c546899c8d321cf77551fc85d794914293a402..f86d3adbe0fabcdc74b81b3f82698ca8751ab577 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>2.0.9-SNAPSHOT</version>
+    <version>2.0.9</version>
     <relativePath>../mdsal-it-parent</relativePath>
   </parent>
   <artifactId>sal-binding-it</artifactId>
index a4e836d27f9edf8cc6e99116660f19386bb39d59..410a63c337b41d194df450655535756261fddb46 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.9-SNAPSHOT</version>
+    <version>2.0.9</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index b16b966f122437707deced287ac2fe03767c38cd..f9e1620d4b6b1c2dc5d256691f42ec8a3defbe7d 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.9-SNAPSHOT</version>
+    <version>2.0.9</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index bce91a8849dc44166742de7d6fa212d7138d72c2..32d1d4fc1215c8bacf6cb011eb28f56ed4556720 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.9-SNAPSHOT</version>
+    <version>2.0.9</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 32bf452a724374036d868eb77fac777aeb02391f..1c38c340534e0d2c859f340ef36ff9114e838172 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>sal-clustering-config</artifactId>
-  <version>2.0.9-SNAPSHOT</version>
+  <version>2.0.9</version>
   <packaging>jar</packaging>
   <description>Configuration files for md-sal clustering</description>
 
index a7547a09a17bf1f61a9f2efafca1d40a95c778f4..2a13215b3cbb0a63d531fe6db263368dfce9ee9c 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.9-SNAPSHOT</version>
+    <version>2.0.9</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 0fdf297b5eea7b207487f6e8ef10357d367595e4..86732561f9deb26c5aac1777a497af3241dfe7fe 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.9-SNAPSHOT</version>
+    <version>2.0.9</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 0e61295c284555f617366c024a7110e169311054..056676f7f856541486e62f05e80d437f6785a190 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.9-SNAPSHOT</version>
+    <version>2.0.9</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 6b09a8b3f16ae872361ed9e818a227d89a76515d..57427d9c6a3fdc65358be91e2f649a0f41373a3a 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.9-SNAPSHOT</version>
+    <version>2.0.9</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 1c93fd7d1b9a4967b431cad2f408fa50269eb70e..389155c5ef930ad023a268b3727bffa2dd88aded 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.9-SNAPSHOT</version>
+        <version>2.0.9</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 0029deec55319d9acb0f02baf95a58e10e63a54c..f029e7c7d00710c0c89a22b756c6632d32576d3c 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.9-SNAPSHOT</version>
+        <version>2.0.9</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 953f3d9cb52845557d9ee595d1937a8e3df23f97..978657d56a8d055050dc7af7f53606cd0bbfca40 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller.samples</groupId>
     <artifactId>clustering-it-config</artifactId>
-    <version>2.0.9-SNAPSHOT</version>
+    <version>2.0.9</version>
     <packaging>jar</packaging>
 
     <build>
index af4b6f786ebe4c76d7730c45e73d13265414b286..6fbc843fa9dc6bac8de6a60d27f83de37d4dca2c 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.9-SNAPSHOT</version>
+        <version>2.0.9</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 0171a11968062826f4439a9693efecc012d17aa2..4fffaa0dc7703cc0694413fa338c79ca213fd8fa 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.controller.samples</groupId>
     <artifactId>clustering-test-app</artifactId>
-    <version>2.0.9-SNAPSHOT</version>
+    <version>2.0.9</version>
     <packaging>pom</packaging>
 
     <properties>
index e845c20a999af02fda15d440221f7776cdaba77a..540f6397fe3012544c5a05373fc3fe0ab6de515a 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.9-SNAPSHOT</version>
+        <version>2.0.9</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 33a0934b7008617ddb2b926a5ce461c5cc9ce996..a83ed4d26a791527d4160917d00ceb3fa09d91f1 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller.samples</groupId>
   <artifactId>samples-aggregator</artifactId>
-  <version>2.0.9-SNAPSHOT</version>
+  <version>2.0.9</version>
   <packaging>pom</packaging>
 
   <properties>
index 8f1f60b3621636fa475fddd625d637ace5541668..a6278ea965fe49e81a9a95c0a55b25ceecb0a67e 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.9-SNAPSHOT</version>
+    <version>2.0.9</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index f7e4e6ad8ce3af64d970f59abbd5b24430f89ba8..ac74867adeec5808d59a08e1eb19b081c1a99650 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>2.0.9-SNAPSHOT</version>
+    <version>2.0.9</version>
     <relativePath>../../mdsal-it-parent</relativePath>
   </parent>
   <artifactId>sample-toaster-it</artifactId>
index 6aa5cf5a5df67827336ac9f06c6baa2b87258a33..6b9c87ad83c64b648869821784b3a15519101f29 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.9-SNAPSHOT</version>
+    <version>2.0.9</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index ecc2f80c7a4a71ebc84e3e29c1ae38b5f513160d..7f4fa5140f97d978de46d7a3f53332001d6eeb93 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.9-SNAPSHOT</version>
+    <version>2.0.9</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 4e72a6667da784d0f5fc354a3a920c5cf7be1eff..523ce7cd5ea2ebf17fd3caea4624612e083eb8b9 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.controller.model</groupId>
     <artifactId>model-inventory</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.9-SNAPSHOT</version>
+    <version>2.0.9</version>
 
     <dependencies>
         <dependency>
index 8e561d70c9d4fccf05089299a64b6fc307d8cdea..1d46470428b1d3f47fba3fbb3c5168101902a290 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.9-SNAPSHOT</version>
+        <version>2.0.9</version>
         <relativePath>../../md-sal/parent</relativePath>
     </parent>
 
index 8dfd9edcbac5cb3f222412856fbc5b4946ac3341..059ef571995030992daf6ad545c7eb485f20a5be 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.controller.model</groupId>
     <artifactId>model-aggregator</artifactId>
-    <version>2.0.9-SNAPSHOT</version>
+    <version>2.0.9</version>
     <packaging>pom</packaging>
 
     <properties>
diff --git a/pom.xml b/pom.xml
index 403f9be694e0f31ca3c30663ec27bc1ba98871e7..b0ba3e431080df5a43de1438510862e0e065314c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>releasepom</artifactId>
-  <version>2.0.9-SNAPSHOT</version>
+  <version>2.0.9</version>
   <packaging>pom</packaging>
   <name>controller</name>
   <!-- Used by Sonar to set project name -->