Release controller v2.0.1
authorjenkins-releng <jenkins-releng@opendaylight.org>
Sun, 31 May 2020 06:37:31 +0000 (06:37 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Sun, 31 May 2020 06:37:31 +0000 (06:37 +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 ff7991c29b11678bc356d620c3a28877004fd5dd..065a2275958c1992ecc68dec66c7c888121d8f72 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>controller-artifacts</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.1</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-event-executor-config</artifactId>
-                <version>0.13.1-SNAPSHOT</version>
+                <version>0.13.1</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-threadgroup-config</artifactId>
-                <version>0.13.1-SNAPSHOT</version>
+                <version>0.13.1</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-timer-config</artifactId>
-                <version>0.13.1-SNAPSHOT</version>
+                <version>0.13.1</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>threadpool-config-api</artifactId>
-                <version>0.13.1-SNAPSHOT</version>
+                <version>0.13.1</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>threadpool-config-impl</artifactId>
-                <version>0.13.1-SNAPSHOT</version>
+                <version>0.13.1</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
index a5b0ec851e8721fb7b5720cf0e3538c49c022e12..16ed75d523e45a05f6a234b4c816ae6c8e103166 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.1-SNAPSHOT</version>
+    <version>2.0.1</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 6f5ee389056f251c9de8ca52265c9a6ed33c73cc..febdfb805a8553073168ccb305ee4b2a82014848 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.1-SNAPSHOT</version>
+    <version>2.0.1</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index b84d9c37aaeb5e42574018898a345910b1c3a596..bb8872ac7d0c6e019c43266c3e7bcfdd54af756a 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.1-SNAPSHOT</version>
+    <version>2.0.1</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index a6530ae5aa1d3f69c3207858e447a7a96fabb829..39e11d8015fdd47a5c44262c6b5ee6a5d47c4407 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.1-SNAPSHOT</version>
+  <version>2.0.1</version>
   <packaging>pom</packaging>
 
   <properties>
index d927c1d3e29e4fad7cc8ee9aa6c8111fd228dd86..537485972d26e640c8f36bd0deedc56fe964408f 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.1-SNAPSHOT</version>
+    <version>2.0.1</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 54dc604654674e46ff976ef664de8f73a66c4d29..722b9931a7f2d781566bf5d8fa2f48bb11003916 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>controller-docs</artifactId>
     <packaging>jar</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.1</version>
     <name>${project.artifactId}</name>
     <description>Controller documentation</description>
 
index 3dfcd82f88f66377203845373a1c4ad9542436eb..32f9b2e662cee1ee2b77b08faac4d13f559f7908 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller-experimental</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.1</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Experimental Features</name>
     <description>Controller Experimental Features</description>
index 00088fb5ee68de2fac24a093d3df249bd1f2f220..c45a4af993d34c2a06d70f167572c853edc132bc 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller-testing</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.1</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Features to support CSIT testing</name>
     <description>Controller CSIT Features</description>
index 6fb4ad85a4c6686937ed40406056375e125910b2..acc4f29e53258ec1b7c6b874d4de481c88e46fc7 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.1</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Features</name>
     <description>Controller Production Features</description>
index e79e9f160a2db525f4ee748eb2006c35fbfa7173..fc569a33ae60ef156e5289ab9fecacea6d85f2f6 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 0a33b30ba533d638bfb2f87681ad0c4007dd7ffc..e0ff230f291a2d86b12e8ae9b21e993e0b347405 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index af248fbe40a73499f1a3449f9090c22616bef752..7e4c41f02eabb092f67e29112a2e335d1dbe2d7c 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 6b2720246ebd69e5d9c5ff2a4ddc09b467d8ecf4..8ec41d15fa8ad9869eeba8de580b01c311d15eba 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index ba87d58269118824b301f7672357564c59fe3fd3..9abd10f51ad1c7a86d2f89189b9a302cbc136b97 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index e8c4a1684b65011bef6d8c0b031dd030b8d8b492..08bef5fb09b7fc6ab498a7637d07a1915e28d300 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index aabd27295d56364722a17a17c66efa9d83139812..610edc0089743fb6b8b488149c3dfb901178a9b9 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 370b42e7dcce717f46bdd7d942883b6c89fe3179..f915c10582ab531a284789e98ee129259cb81231 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 01ea01c12efd370bb359a960b42ad218428cb747..f6199ef6b928fe3c16c917d0343ace69e3acffd8 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index da1c2ee11252c03f46b1b05c07397d055ff1ecf8..0d1f51be5443e3c174d9adfa35833ac024e8405c 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 4c5543ed5bf1d3b91fa130136d3994e60cbc5bbf..b77b4869a53e0a611aa9b6725411e7dea113c589 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index be0beecf4ac25d258e98ccc4685d0f69d43838c7..84f92561cd7c856cd5572ba7b3914d7cd57766fa 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 1ee2637b2bc70aeeeecf2035f68195f5079ebab1..100fed1e4cbb8a4529522edba5b97a3d37f80927 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 5f83af3fcc99abcb67f46fe280f290179cbe86e6..316ed8def872e974a31d09cef0d4149b1e8745a6 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 1feb4d9b2008620fc079a9383db91fc7974aa553..c48d2f7a42a641feb6f3402e82aac7bebe690d9b 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index a85b89f636b3712c3342e4b9b66f1582ccc341e9..40d57818323c2a26e74c13fc5fead0f2a2f18b3e 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>features-aggregator</artifactId>
-  <version>2.0.1-SNAPSHOT</version>
+  <version>2.0.1</version>
   <packaging>pom</packaging>
 
   <properties>
index c8cad4177f61266d524f21256e82f0c8580311ee..75f151f794b828c9359de06785e4f5e131e138e2 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.1</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>mdsal-parent</artifactId>
-                <version>2.0.1-SNAPSHOT</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 960a7d114b9ce7e87bfa3f24f04d21829dbfaae2..25ede692c0cfcbf31efca6ec6f1da1fd33803147 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>controller-test-karaf</artifactId>
-  <version>2.0.1-SNAPSHOT</version>
+  <version>2.0.1</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
index 62ca772762ae754effe4cf1505445e93f79e5076..793c343abab59aee08ae33b3d2a01400a2142aa3 100644 (file)
@@ -20,7 +20,7 @@
   <artifactId>blueprint</artifactId>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
-  <version>2.0.1-SNAPSHOT</version>
+  <version>2.0.1</version>
 
   <dependencyManagement>
     <dependencies>
index 8ce5fc362cef2c4d041bb8ccd4c6a3c221078db0..76e64b62103363d3e68941b0176745902264ca67 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>odl-jolokia-osgi</artifactId>
-  <version>2.0.1-SNAPSHOT</version>
+  <version>2.0.1</version>
   <packaging>jar</packaging>
 
   <build>
index 5024778461d49935c5af6d0f3959f44a8b8fab06..868e7ad22c5c730ab02fb7878265a5a6cfcc2b13 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-event-executor-config</artifactId>
-  <version>0.13.1-SNAPSHOT</version>
+  <version>0.13.1</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's event executor</description>
index 78f3e698821d37d6111fa7ebc106d95f2457ce57..37a0dc84a4d0c847f8d4ca8ea34593ecb71f1a05 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-threadgroup-config</artifactId>
-  <version>0.13.1-SNAPSHOT</version>
+  <version>0.13.1</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's event group</description>
index 029c82856f1dc73693c2a24e006441644ab7bc2a..b2b78628802fbaf2c04d61ce0d633a7abc6c206a 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-timer-config</artifactId>
-  <version>0.13.1-SNAPSHOT</version>
+  <version>0.13.1</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's timer</description>
index 8bc6ac566fdd032c1ebd1292a41cb194098c4219..6f4902160ce608db4ae6608ba72152631635c244 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>config-aggregator</artifactId>
-  <version>0.13.1-SNAPSHOT</version>
+  <version>0.13.1</version>
   <packaging>pom</packaging>
 
   <properties>
index 639f33d61fdcc44f28ac7916dc9caf2796fe08fa..31e814ebdf0547c6fa76e4970bc5f0873183ba9f 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>threadpool-config-api</artifactId>
-  <version>0.13.1-SNAPSHOT</version>
+  <version>0.13.1</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
 </project>
index d39573457fe2714f056fd9964c21e3362cef3028..3cfd0e951f96834fc84dea9eefe24a3cc49b07b6 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>threadpool-config-impl</artifactId>
-  <version>0.13.1-SNAPSHOT</version>
+  <version>0.13.1</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.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 21a8fa7a06648c62541b7f2a9fcaa401f23a6e40..0e1d097e616d333e60844f0368e0c38c06a08cf9 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 36b3418b84785d66fb2576b520ab76d3df3bb622..43667533be5c2fd6182c3889b6f0e58024deaa5c 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index bd27779600e0f929ae6e70c2dddc076f1a29582d..eb489f4f8a4573e5841b82f3dc457daa773f8c58 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 50abcc994e56c4fe43eba194c0a63487476d8cab..5d1a862e0f4f14b003d391a6acdad28625d723ac 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.1-SNAPSHOT</version>
+  <version>2.0.1</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
index c39c45ccbb73d771848ef5e52e719e93f4c4b527..a74b035da7043b1d35b65d7718e39d3fe480f95a 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.1-SNAPSHOT</version>
+  <version>2.0.1</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.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 150f8c98385151d845f744e6121dc967143c7866..3e8c18c57efa82c4044c7b1675efbef8b442a133 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.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index db4a62f2c41c61548414678ac7e88f36fd4e98f3..00dc8c543405c994a180d2cda110c9cf7ed98bd9 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.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 5b23fe9dc4ca0f4923494deff0a43e8ff573a9a1..475fd92316ee5bec3f0c04d2a5ca996f17955ad8 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.1-SNAPSHOT</version>
+    <version>2.0.1</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index cba9b36bc30fbf380c2f0211d9bb083015193e90..2b74a0bfe5ed1aa049e3a67a3d9fe81dcb8cfc8a 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.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 8e3bb6fdb75d88d186ab68beee213fd5c9c6cf94..1e14ba7ecb639c272515cfde51580aa307b60686 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-parent</artifactId>
-  <version>2.0.1-SNAPSHOT</version>
+  <version>2.0.1</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
@@ -25,7 +25,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>controller-artifacts</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 3817845e300c1bf17a2a2b32cfed50f532fa706c..0093ae15cd9a4372fd6b9756eb637a9ecd9258d9 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-aggregator</artifactId>
-  <version>2.0.1-SNAPSHOT</version>
+  <version>2.0.1</version>
   <packaging>pom</packaging>
 
   <properties>
index 8baa8bd4c0cfdf7b0173774716cf118afc2131b3..54209a2f9cc9471c1e8116e8629f4cbfe358d2b4 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.1</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index fe33fa50ed0e924a055ecea9cb6adcacb0a0bc20..6d6f1b73c7860f18c19a3899b95f78c59c2a2644 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.1</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index a50dab0a8c89d158d96b9d98ddfeca8f1151f5c2..de95f0204352d15726b5717ff1e1597271ce601d 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.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 5b86fab48a7b328d94bd3ceb1e3b3311cac917d7..563728a5d7e295a509c0bc21e7deeeb129b41ac2 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.1</version>
     <relativePath>../mdsal-it-parent</relativePath>
   </parent>
   <artifactId>sal-binding-it</artifactId>
index 75ac4082d749d0760aa5ec7ad3e9475c77a50fe7..ba9c64b52911c4e5ce0e788fb07f46a4b4b88561 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.1</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index ff4e8bcc8cf58be758fbd0ef436cc5f383f17178..5faca0744a02fa234ccfabdda5ac61f865135968 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.1</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 617e39ebba9a09b9abf7e3dbe918d36b513a1092..e794a70eef3cd9bd1190da522683f001b85dec9b 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.1</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 95089c66572c023482cfdd62adf5ee976f16aac4..3417b8f26625b7dac54bb3b59974803007f217b5 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>sal-clustering-config</artifactId>
-  <version>2.0.1-SNAPSHOT</version>
+  <version>2.0.1</version>
   <packaging>jar</packaging>
   <description>Configuration files for md-sal clustering</description>
 
index c7a356439537236fc0c83efe692051429e76bed4..cd80f4d5a1b0b1c1fbdd708eb538b82761cb3e34 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.1</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 918353c1645833a84a89d7932fd4959416724270..d666b220cd41fb35dcfc706c238c0c81a631ff99 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.1</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 6071c6efdaf01102052056e492c4a9803940bd45..6590b7ccd198c1c1747b9f61ed8fa0dc809c378c 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.1</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 5ab8dc8cb3ea3dea68d50abc2118463a27f9ba91..1e7fec5b97873411ad55062551536dbff71af5b4 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.1</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 5731fee8e557ab16379a23a5faf35239445a927e..bb0315379206b744585237106a7fc79e4ae5d72d 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 52bdfc09c7a06b52c2650aa96e6be0d4b0ded306..68da78952f1e21148bd882418c8985437e9a2a9c 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index bf086f75fb85ca68c5f098d42fcdf04be307a5e3..c8564e5d801bf59d68fbbe863db7024b09e8891b 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller.samples</groupId>
     <artifactId>clustering-it-config</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.1</version>
     <packaging>jar</packaging>
 
     <build>
index 4b0cdb50b4a928d2eb6d1f8b53979a3ff461dd27..86d343946b58236affca97c5904e3a64bc93726d 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 608a30a85b6942a30df374b17d40cf2517e606f8..98265ea2300becb9d2f8d5ce8cf68aacbb3a95f0 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.controller.samples</groupId>
     <artifactId>clustering-test-app</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.1</version>
     <packaging>pom</packaging>
 
     <properties>
index a9f465a6a45f0dd0ca38614428d88b16ae514885..6d46ec8ef8c78ad9b37a154c0ad51e3f5db196a9 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 5980f0a9a32735fc730079e57b8e59a6680280bf..e7f86a5a4e832b00eb386906917813dd9ef2a2d9 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller.samples</groupId>
   <artifactId>samples-aggregator</artifactId>
-  <version>2.0.1-SNAPSHOT</version>
+  <version>2.0.1</version>
   <packaging>pom</packaging>
 
   <properties>
index c0b2370ba503be79a2e1b343ea3ee24ca8c013a4..678ddef5dfe76017426c9c092c8a32890ae68b4f 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.1</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 6fb61097724b82b8fe2c4c660549ee9954a119df..dcfa0eb4b417eb1bb6092de0613d26496186fb37 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.1</version>
     <relativePath>../../mdsal-it-parent</relativePath>
   </parent>
   <artifactId>sample-toaster-it</artifactId>
index 36bcc21d9aec8c61c30617ff6404d72a866f5112..a0dcce7d16abf90a1807495b6a508c435df77163 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.1</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 4fca4655a8cfef04ba407069f05f386c8f64479a..8beec94eb3805c5e6bc1101a5474007d8bf121d1 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.1</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 14de066627bd7a06627260a2faf6bfece814b327..577ae04a6fe8c48bedcc271e4c677f84a3f9bc80 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.controller.model</groupId>
     <artifactId>model-inventory</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.1</version>
 
     <dependencies>
         <dependency>
index dcf82777de46631f7f69c04e83dc6cbf826798a6..309120647fa8269d90bae94055bdccfe158ead58 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../../md-sal/parent</relativePath>
     </parent>
 
index 718d5100697b04c77e55da56c8cc2d7166ef29b9..186ea2e7ed31eb22b57f267e3bc8cf46316e5f6c 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.controller.model</groupId>
     <artifactId>model-aggregator</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.1</version>
     <packaging>pom</packaging>
 
     <properties>
diff --git a/pom.xml b/pom.xml
index f91ceebfda99b400f34446308143fd63ab2a6ada..3eb07917b3db56d3a4b766ff75508f6283b86448 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>releasepom</artifactId>
-  <version>2.0.1-SNAPSHOT</version>
+  <version>2.0.1</version>
   <packaging>pom</packaging>
   <name>controller</name>
   <!-- Used by Sonar to set project name -->