Release controller v3.0.11
authorjenkins-releng <jenkins-releng@opendaylight.org>
Wed, 20 Oct 2021 17:31:46 +0000 (17:31 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Wed, 20 Oct 2021 17:31:46 +0000 (17:31 +0000)
81 files changed:
akka/pom.xml
akka/repackaged-akka-jar/pom.xml
akka/repackaged-akka/pom.xml
artifacts/pom.xml
benchmark/api/pom.xml
benchmark/dsbenchmark/pom.xml
benchmark/ntfbenchmark/pom.xml
benchmark/pom.xml
benchmark/rpcbenchmark/pom.xml
bundle-parent/pom.xml
docs/pom.xml
features/features-controller-experimental/pom.xml
features/features-controller-testing/pom.xml
features/features-controller/pom.xml
features/odl-clustering-test-app/pom.xml
features/odl-controller-akka/pom.xml
features/odl-controller-blueprint/pom.xml
features/odl-controller-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-controller-scala/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
jolokia/pom.xml
karaf/pom.xml
model/model-inventory/pom.xml
model/model-topology/pom.xml
model/pom.xml
opendaylight/blueprint/pom.xml
opendaylight/config/netty-event-executor-config/pom.xml
opendaylight/config/netty-threadgroup-config/pom.xml
opendaylight/config/netty-timer-config/pom.xml
opendaylight/config/pom.xml
opendaylight/config/threadpool-config-api/pom.xml
opendaylight/config/threadpool-config-impl/pom.xml
opendaylight/md-sal/cds-access-api/pom.xml
opendaylight/md-sal/cds-access-client/pom.xml
opendaylight/md-sal/cds-dom-api/pom.xml
opendaylight/md-sal/cds-mgmt-api/pom.xml
opendaylight/md-sal/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
pom.xml

index ec2aa96d731f5258eeaf5f1b1df9e7ba6285fa58..768a671d2f9b91295a968fe2ea2634f5dac90706 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>akka-aggregator</artifactId>
-    <version>3.0.11-SNAPSHOT</version>
+    <version>3.0.11</version>
     <packaging>pom</packaging>
 
     <properties>
index 39c58d41df54025811f3a21747d6925344bcd2d9..aeb1ba510786ebf670a751114af5145ce1a1f320 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>repackaged-akka-jar</artifactId>
     <packaging>jar</packaging>
-    <version>3.0.11-SNAPSHOT</version>
+    <version>3.0.11</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 94fcc3bf821f0b7010f640c5fa19e20c89f4469f..76bcfc4da9a192e91b081fecdd0115b68b03c8eb 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.11-SNAPSHOT</version>
+        <version>3.0.11</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index bddf860ab29ec5f059db7af1a2b68110d2ed767e..11fe53b3234fefbf8b27ff32525c915d82430c79 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>controller-artifacts</artifactId>
-    <version>3.0.11-SNAPSHOT</version>
+    <version>3.0.11</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-event-executor-config</artifactId>
-                <version>0.14.11-SNAPSHOT</version>
+                <version>0.14.11</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-threadgroup-config</artifactId>
-                <version>0.14.11-SNAPSHOT</version>
+                <version>0.14.11</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-timer-config</artifactId>
-                <version>0.14.11-SNAPSHOT</version>
+                <version>0.14.11</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>threadpool-config-api</artifactId>
-                <version>0.14.11-SNAPSHOT</version>
+                <version>0.14.11</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>threadpool-config-impl</artifactId>
-                <version>0.14.11-SNAPSHOT</version>
+                <version>0.14.11</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
index 89a594054bc492ab414a7500a95d7964c5a8069b..85dd300c71626e7c6f939032d0888900655bd41b 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>3.0.11-SNAPSHOT</version>
+    <version>3.0.11</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 02c675b368a0dd9d987529d6284b8f072f527dc6..6f4d5e3a78104e16cb91e473b74554cf1c072cc2 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>3.0.11-SNAPSHOT</version>
+    <version>3.0.11</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 856c8f2cf34283838afc7509f5c80983f53cb91d..c78dd5fcb23d8a383e47dedea0cc1a84e66c4379 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>3.0.11-SNAPSHOT</version>
+    <version>3.0.11</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index e6f05077f6567ab27a33f015b548eeb7d8187e72..13c5746c11d01b3e7102f37d113cb70f058160b0 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>3.0.11-SNAPSHOT</version>
+  <version>3.0.11</version>
   <packaging>pom</packaging>
 
   <properties>
index d50af5f420887fab4831a729cbe58a86abf3ff4a..07de7fa0329e868b877bb87ec6a707440043d3b6 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>3.0.11-SNAPSHOT</version>
+    <version>3.0.11</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 5e864c2b849a1b9f5521e85705d0ab3f14f3aa06..6f3a6575286659fd607c75a9f46e5267bee46a06 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>3.0.11-SNAPSHOT</version>
+    <version>3.0.11</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>controller-artifacts</artifactId>
-                <version>3.0.11-SNAPSHOT</version>
+                <version>3.0.11</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index dc0d9740f3b204e8837589b24bd2c952fdc27d48..ece8a730f960e1507732e9601ebe4d30725fe2b6 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>controller-docs</artifactId>
     <packaging>jar</packaging>
-    <version>3.0.11-SNAPSHOT</version>
+    <version>3.0.11</version>
     <name>${project.artifactId}</name>
     <description>Controller documentation</description>
 
index 3a84169bb870da42d43261dfa4f347be000ff838..3ecf9970c0d79ab4354740378c1815bc31703b92 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller-experimental</artifactId>
-    <version>3.0.11-SNAPSHOT</version>
+    <version>3.0.11</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Experimental Features</name>
     <description>Controller Experimental Features</description>
index 2df1e2611a9bfe31f1f790794e128b43cda85151..55df25dc7da45829b4730e6b163068454efd7fd3 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller-testing</artifactId>
-    <version>3.0.11-SNAPSHOT</version>
+    <version>3.0.11</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Features to support CSIT testing</name>
     <description>Controller CSIT Features</description>
index 547cfc6286b9b9e7c8bebd18b489b81754b27cf8..c60fec50375cfc6d7e2b3411f6c94b9b645c52a9 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller</artifactId>
-    <version>3.0.11-SNAPSHOT</version>
+    <version>3.0.11</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Features</name>
     <description>Controller Production Features</description>
index 498f3f3fbd2e60a7ddb67d4515bf92281ee282a4..8b40e399e8136514486240c1af44ad48a68f6ac1 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.11-SNAPSHOT</version>
+        <version>3.0.11</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 818cb9badf1de156d9f03fddbeff0036784212a5..ca4ab2da3c61e78632918f49a76d020d628bd81c 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.11-SNAPSHOT</version>
+        <version>3.0.11</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index f221d722f598698fccbee11da3298f0d7516ee8b..1685f0718538b394ec541b314bde3660c0d0107a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.11-SNAPSHOT</version>
+        <version>3.0.11</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index d445175b532ae13aa366445ff8e4ecd7833476f0..5f6984365350654640e53b8dec5c461ed619da01 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.11-SNAPSHOT</version>
+        <version>3.0.11</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 2fdaa6c0abf3ae3737a67c9d627d6523e4f2e9df..e036bfee709968a33ef2642c77923b3795293f92 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.11-SNAPSHOT</version>
+        <version>3.0.11</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 04770e66e0721b1459d08ede3b675b848ae5a8e8..20568916fb7be31885e6b52430c6fcf34842bd3c 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.11-SNAPSHOT</version>
+        <version>3.0.11</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 3ee54b51ccba4d19a1db6741bde4bb7e96342630..18ddf67ec79895db7d45e64804b3401deb6f9115 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.11-SNAPSHOT</version>
+        <version>3.0.11</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index f4dbb2738fec32558f58caf263ad0ae4021156ae..7a31188c8ed0eec8e5c9b31a757e3f07bfbe3d5c 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.11-SNAPSHOT</version>
+        <version>3.0.11</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 408e8ad1d2a2c32bdc5d4342c6b8d8a34ecd599c..dc48ee3202d1992374052a1077c9cc8812b42ee1 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.11-SNAPSHOT</version>
+        <version>3.0.11</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 6628ad0142bc4e7219e98829c4b2846d351dccae..bb95d023501d7cd6adbf3ac02aaa60e3f25886fe 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.11-SNAPSHOT</version>
+        <version>3.0.11</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 290e5e4c625555a890c51cf7fa2d5d5843377ec1..447358f8dd49bfb59b3b67b15efe4767c3cd4c51 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.11-SNAPSHOT</version>
+        <version>3.0.11</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index cbef964b9da55fdeabb1598cbac229a3aed0e972..152f4db9c05b8683114a00e479330b745366d4ec 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.11-SNAPSHOT</version>
+        <version>3.0.11</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 2f2eb24f740f0142b351f81aaa46f9464959e0bd..ceec21d5605e88c03344c49d67fbfa7ce0f85ac8 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.11-SNAPSHOT</version>
+        <version>3.0.11</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index d25282ebdb3fd84c29c9c6f281d53edc5d87f498..7fb83cde9f9877420cdbc5771bd3a7ce36ce20f2 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.11-SNAPSHOT</version>
+        <version>3.0.11</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 125693a7c4b8dd035825f90ea03584b8e0b06b30..ab19a5e8f6c551cea33432ba50e6aced92ae20b5 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.11-SNAPSHOT</version>
+        <version>3.0.11</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index b9a8382bb1b6883b3245857502159edbe0fb95d7..479612acb3a5e3141038d5e5e3a6a1940ddddd23 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.11-SNAPSHOT</version>
+        <version>3.0.11</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 8053b9f4628d2c49b080c8d7bc4cbe21eedbff3b..fb61721ce27ae8b39cb0d3c5e32cae27f62bbc0c 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.11-SNAPSHOT</version>
+        <version>3.0.11</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index fc758d348d5eb30d488d81835c5df7eb8e6d59e5..b01cf8b24033856e7bb0add033f9b179ef16f20d 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>features-aggregator</artifactId>
-  <version>3.0.11-SNAPSHOT</version>
+  <version>3.0.11</version>
   <packaging>pom</packaging>
 
   <properties>
index 4824b0dc7910e46178065d02037fe5c29895c17f..c8140c008ba39a59f0f76d6eac4efeb9be041d14 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>3.0.11-SNAPSHOT</version>
+    <version>3.0.11</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>bundle-parent</artifactId>
-                <version>3.0.11-SNAPSHOT</version>
+                <version>3.0.11</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index c903d26dc898c3d6b3da63e99a7bf212338659e3..3c43ecb473c9b285084b8cca0b73de4efb329aa2 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>odl-jolokia-osgi</artifactId>
-  <version>3.0.11-SNAPSHOT</version>
+  <version>3.0.11</version>
   <packaging>jar</packaging>
 
   <build>
index 9f7ba58aae3c4310b9cd8c4a0d97c874c59c4432..203a417e464c3b7e9b937f6c2423a9a74c3a9502 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>controller-test-karaf</artifactId>
-  <version>3.0.11-SNAPSHOT</version>
+  <version>3.0.11</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
index 552d3a101887e9d1c430159c246cf0ae23310fd4..04bfebcd9a267e35a9c6684567514186c1ace6c6 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.controller.model</groupId>
     <artifactId>model-inventory</artifactId>
     <packaging>bundle</packaging>
-    <version>3.0.11-SNAPSHOT</version>
+    <version>3.0.11</version>
 
     <dependencies>
         <dependency>
index 54951e3cbe9b2526650fc6b5a4693de93ad2e1ac..eab9120b593539e991b40b34399ebb847d46be9d 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.11-SNAPSHOT</version>
+        <version>3.0.11</version>
         <relativePath>../../opendaylight/md-sal/parent</relativePath>
     </parent>
 
index f488b87828fc0a6dd1c016a353606be904b6ee25..2bb3d35bb7bf1e4fb46a02f2e4e4dd3e8ef5edac 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.controller.model</groupId>
     <artifactId>model-aggregator</artifactId>
-    <version>3.0.11-SNAPSHOT</version>
+    <version>3.0.11</version>
     <packaging>pom</packaging>
 
     <properties>
index e820c64ccc998661e50c0e432f77b469b176b604..6de10e179ac897f0af72136a6627be5e3ea8c890 100644 (file)
@@ -20,7 +20,7 @@
   <artifactId>blueprint</artifactId>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
-  <version>3.0.11-SNAPSHOT</version>
+  <version>3.0.11</version>
 
   <dependencyManagement>
     <dependencies>
index 3c8d40627b05056594c1d1c1db89ea0506594061..fd065cbc4ef7b2e0687c5cf9a26d2be7f7fc9561 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-event-executor-config</artifactId>
-  <version>0.14.11-SNAPSHOT</version>
+  <version>0.14.11</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's event executor</description>
index 44141a5afe37c60859ad10e909abea78146668f3..111555d0b49ca25548af9f416e807e34b12fff4d 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-threadgroup-config</artifactId>
-  <version>0.14.11-SNAPSHOT</version>
+  <version>0.14.11</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's event group</description>
index be081fd7c9513d994169f957e2ca2520c008b3b7..787a85d0584fad7a1e5cf190631363cc9e193b79 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-timer-config</artifactId>
-  <version>0.14.11-SNAPSHOT</version>
+  <version>0.14.11</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's timer</description>
index 8e4b243a0003bf4b29d21230841b3655cae8b66d..5213d72b5a8cf85c01da10ba6290dae484cf3b86 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>config-aggregator</artifactId>
-  <version>0.14.11-SNAPSHOT</version>
+  <version>0.14.11</version>
   <packaging>pom</packaging>
 
   <properties>
index abc1221631d932abbf8ac85f6d8eaef53e5de1e9..fe1e71ae932b6f3f6a89c64626353c4be76c0cb3 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>threadpool-config-api</artifactId>
-  <version>0.14.11-SNAPSHOT</version>
+  <version>0.14.11</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
 </project>
index c385fd0bbc288f493ad359cb60f95d37aa1a1f22..5213cc7bc5c3dcf1d4e4fa1588a3eef3f3c1d52a 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>threadpool-config-impl</artifactId>
-  <version>0.14.11-SNAPSHOT</version>
+  <version>0.14.11</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
 
@@ -20,7 +20,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>controller-artifacts</artifactId>
-        <version>3.0.11-SNAPSHOT</version>
+        <version>3.0.11</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 2153e003c17789785366afbe368460d71ff7d561..49c86365cf1ff2d7b3caa79125a97097c8f6b75c 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.11-SNAPSHOT</version>
+        <version>3.0.11</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index c7611c42543c262168c12c2a8dd7cda8db21ed0e..f194ad09db43657aaee9d5e1ec72fcc0491809f4 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.11-SNAPSHOT</version>
+        <version>3.0.11</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 11c2a730d54b195cc6660cdd8769765813b53d53..2cb24530f8bcd7ccf17285980f7c1b0eca18595b 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.11-SNAPSHOT</version>
+        <version>3.0.11</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index f63ec88980fc8132de2dcf343c7145a363073534..602b050c6f369651aac49068314b6e8adbb5e248 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.11-SNAPSHOT</version>
+        <version>3.0.11</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index a0be0d8c4eb9b3772c67a1082636c4628b72b163..efd893ef0e399652d69291969a7ea25e908c9ce1 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>3.0.11-SNAPSHOT</version>
+  <version>3.0.11</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
index 5ee412701d0cd21bd04d3e014801d678ae5a48dc..da133537226ad43df9309d5607ae94f253e4ed89 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>3.0.11-SNAPSHOT</version>
+  <version>3.0.11</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>3.0.11-SNAPSHOT</version>
+        <version>3.0.11</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 1b5053bf9a738a11e706b3c29a26514f75c28769..14385c06c5c3ee9bef72ed0d9fb8f0634d83df3d 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>3.0.11-SNAPSHOT</version>
+        <version>3.0.11</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index b3b2043be9990b55f0eb411c7f55e287a07400e2..f788a4d4855bcd7fe2ee3176b5d884f14a577ae8 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>3.0.11-SNAPSHOT</version>
+        <version>3.0.11</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 1033554bb8fbe576dfab49b63474761f0de6bd8b..a9ca8902b21f3cec491c2753cd5b640cd85cf20e 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>3.0.11-SNAPSHOT</version>
+    <version>3.0.11</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 6003e45cafba6dcf83d6d3e60bd7fc6833da1c10..cc2ff7b77b3cd2e23c6e2c9308245e2927b15c4c 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>3.0.11-SNAPSHOT</version>
+        <version>3.0.11</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 9004286f57cf86842f922a60ba74b152a15db38d..e979b2a49491797fa3b283bd07e6caf94ecc946c 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-parent</artifactId>
-  <version>3.0.11-SNAPSHOT</version>
+  <version>3.0.11</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
@@ -25,7 +25,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.11-SNAPSHOT</version>
+        <version>3.0.11</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 1498a725f9e0b8e52450fc3e39ef3ca60b7f7b04..418ea54030d978d75ab8f51d4f15da8b84f8b392 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-aggregator</artifactId>
-  <version>3.0.11-SNAPSHOT</version>
+  <version>3.0.11</version>
   <packaging>pom</packaging>
 
   <properties>
index b2c4e4cbffa3dea37f51b6092431277467c22eb4..10429248d4633c3e8b556c462f1938887b02a32c 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.11-SNAPSHOT</version>
+    <version>3.0.11</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 64dca719eed348383b7e974e56314828842c53ef..2e06a889bafb47bd83ba5d7d845dc4bfc6c2d7b6 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.11-SNAPSHOT</version>
+    <version>3.0.11</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index c2fd29e934e2759a799cc61c6c27c79b9273377b..7f5002dc12c755ac531d969a1fda4f8ffae24287 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>3.0.11-SNAPSHOT</version>
+        <version>3.0.11</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index eae9bfe2c036bdc100535193e1e3cd901697d3ed..38a30206bd0dfe462b34ef68a2785107b2a46d28 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>3.0.11-SNAPSHOT</version>
+    <version>3.0.11</version>
     <relativePath>../mdsal-it-parent</relativePath>
   </parent>
   <artifactId>sal-binding-it</artifactId>
index 9ff785c022ab13463eade4cefa1179e8b024b122..5dca7e320af6453f9b4577fa3d3e904be7c69479 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.11-SNAPSHOT</version>
+    <version>3.0.11</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 7bc8ed078a20494bc7f21d6d6b100f55ab227c87..841fe0fb93a1601ee12bf7a977d7a86e81d6198e 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.11-SNAPSHOT</version>
+    <version>3.0.11</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 0e9ae2c56d62a79d7217a9f150db4f014f962372..ee902baa5856a2d656943b036594863a7f27fb33 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.11-SNAPSHOT</version>
+    <version>3.0.11</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 59301708cdd0c6d6fa840560ba7134662413e2db..5e2e57078f0bebb8806570bd3dc40b951975be7e 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>sal-clustering-config</artifactId>
-  <version>3.0.11-SNAPSHOT</version>
+  <version>3.0.11</version>
   <packaging>jar</packaging>
   <description>Configuration files for md-sal clustering</description>
 
index 54cde7c96ea0f1ad52cc85a45931e38468213d59..28f45092af884ce3b10c7bbedfd5b29baef85504 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.11-SNAPSHOT</version>
+    <version>3.0.11</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 45917c51f72f0ea3ce2f2796af94bcc354ebe7dd..8df2d468553e73e14bbe2a672353b72a4d11bccd 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.11-SNAPSHOT</version>
+    <version>3.0.11</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index d00c7bff917616b7e0758f76f8b0233e707384a1..5b21edda5175eff32a2f8d73be2d7386b4d78a85 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.11-SNAPSHOT</version>
+    <version>3.0.11</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 1c92b817863cd30a2300fde24611a02f0198285c..03ba0111a8eb71e9825fe77a844dc0c79bbb07af 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.11-SNAPSHOT</version>
+    <version>3.0.11</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index d8bc19159e8e86f0ef00fc1a88b16136e59a41b8..30af781de4e46e8d84273da8fa185dcb0eb5106c 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.11-SNAPSHOT</version>
+        <version>3.0.11</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index d95d60cee40c425eee8751edbc1a720c19100ced..f402f86179c50a5317a7db92cec473a87be316b8 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.11-SNAPSHOT</version>
+        <version>3.0.11</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index e8f915e966fcb800977ae26ae18f39f55cf5e120..190c6b41ae9d13fb7f6d5208a4391bb9c9177f7c 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller.samples</groupId>
     <artifactId>clustering-it-config</artifactId>
-    <version>3.0.11-SNAPSHOT</version>
+    <version>3.0.11</version>
     <packaging>jar</packaging>
 
     <build>
index 01185097daa5a4a92ae0c918f1aa68a5b7c59f81..d698953da78038a180ec9d455d9bf967c0797d77 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.11-SNAPSHOT</version>
+        <version>3.0.11</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 679cdefee500aae9fdd0af0f1c2fa842c9ff233f..822f14b524a728aba663db80330fd848a7be576d 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.controller.samples</groupId>
     <artifactId>clustering-test-app</artifactId>
-    <version>3.0.11-SNAPSHOT</version>
+    <version>3.0.11</version>
     <packaging>pom</packaging>
 
     <properties>
index ce77ee9ad19e38f61f054f30968950994f1e2203..3464662b6f45b0369d759e24a714e1e42091ee77 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.11-SNAPSHOT</version>
+        <version>3.0.11</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 6c96908b5287df6228ee0d1616fccb66fbbae512..392836680c6a8a84bbbf33d4901f57922c008e19 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller.samples</groupId>
   <artifactId>samples-aggregator</artifactId>
-  <version>3.0.11-SNAPSHOT</version>
+  <version>3.0.11</version>
   <packaging>pom</packaging>
 
   <properties>
index cda269e6651f06215baa39a0447e9ea0383405ea..68d31644f8a2269dedee09130966278730b5989d 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.11-SNAPSHOT</version>
+    <version>3.0.11</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index ecd33690d12d1a7db0273e9be23ab11839eb7f1f..8e6046ff2ecd953a21a50f429559fe35fec65c83 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>3.0.11-SNAPSHOT</version>
+    <version>3.0.11</version>
     <relativePath>../../mdsal-it-parent</relativePath>
   </parent>
   <artifactId>sample-toaster-it</artifactId>
index ee83cfaef5f9d4ccf457f506d193bf56c2b999ab..347ad5a5fc44ca518230e21bb13e7c66f3fef8ae 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.11-SNAPSHOT</version>
+    <version>3.0.11</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 35328eda6fd83feef575c39ec4799b59ed79699d..d6d69a57920df594ccb9669c670b837b915fca73 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.11-SNAPSHOT</version>
+    <version>3.0.11</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index d15606e963274cb3e976dcf04d60b7ba8f995524..57821196b1bb3618a24c7cf69152acfe288d7851 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>releasepom</artifactId>
-  <version>3.0.11-SNAPSHOT</version>
+  <version>3.0.11</version>
   <packaging>pom</packaging>
   <name>controller</name>
   <!-- Used by Sonar to set project name -->