Release controller v2.0.5
authorjenkins-releng <jenkins-releng@opendaylight.org>
Mon, 12 Oct 2020 13:13:12 +0000 (13:13 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Mon, 12 Oct 2020 13:13:12 +0000 (13:13 +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 37915bcf2fce939f79c69decee29acf8240ce747..c6399d8e4ed590fac890bcca32e16a90f8b10254 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>controller-artifacts</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-event-executor-config</artifactId>
-                <version>0.13.5-SNAPSHOT</version>
+                <version>0.13.5</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-threadgroup-config</artifactId>
-                <version>0.13.5-SNAPSHOT</version>
+                <version>0.13.5</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-timer-config</artifactId>
-                <version>0.13.5-SNAPSHOT</version>
+                <version>0.13.5</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>threadpool-config-api</artifactId>
-                <version>0.13.5-SNAPSHOT</version>
+                <version>0.13.5</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>threadpool-config-impl</artifactId>
-                <version>0.13.5-SNAPSHOT</version>
+                <version>0.13.5</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
index c7bc346825e133b328bcefbb02864426df7bb535..87855dbfb0dc3e8ab9d85745a7860ba0e0b76a91 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.5-SNAPSHOT</version>
+    <version>2.0.5</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 1adba96a969bbd33330ac922b83f3b67b1bf11c9..028c082f9d363005d4c6420975702b58707b42b1 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.5-SNAPSHOT</version>
+    <version>2.0.5</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index baf89790db62d8e1c2c3c8b48e33299c4472008e..a2c7f5facdcd393c72cb611acc2e635160407ab6 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.5-SNAPSHOT</version>
+    <version>2.0.5</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 9992cc4b4b626973add9e71d1c31e31cd01c2668..6428deac247f778500f1624bc6767cb897cbcb41 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.5-SNAPSHOT</version>
+  <version>2.0.5</version>
   <packaging>pom</packaging>
 
   <properties>
index 594727b027546e1234e7a2702894cf452b116d4e..ce00ce7a2804bdcabd25a8e41c3a1bfd98111ac2 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.5-SNAPSHOT</version>
+    <version>2.0.5</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index a41fc73a4d040a6352fc1d6a949bcadcf2853060..83d0d751ac0c59f4462f93720751b17b22f0bb90 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>controller-docs</artifactId>
     <packaging>jar</packaging>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
     <name>${project.artifactId}</name>
     <description>Controller documentation</description>
 
index 391221a0560d63c5f5ed897cdf31b14e5e8f8478..ae4f9b9a918c7ba26c857fb445f2d4b2ab12f91e 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller-experimental</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Experimental Features</name>
     <description>Controller Experimental Features</description>
index 60954e0f680be028c063a3e2605b4314ef197721..de279e4f7edf1edab56e4a92d842d3389a06b510 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller-testing</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Features to support CSIT testing</name>
     <description>Controller CSIT Features</description>
index 836af6932255cefd84661f249f81aeb41ca6b8b8..9d2095f8606d08863b17a8436bd56d92cadb257f 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Features</name>
     <description>Controller Production Features</description>
index 922515c783c3a9542748b1585f964d17ff6b220c..2b4aafe7307a89f1d538a324aaf18ca439ad47e2 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.5-SNAPSHOT</version>
+        <version>2.0.5</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 745f26ddf2a931748008c3515ad8dd44c6607377..b8af0d6113eafcccebc6d5aea6f036555abe9d40 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.5-SNAPSHOT</version>
+        <version>2.0.5</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index c7cc92deee6867e6c64cc5e5b38af66908aae169..e87213c6d60abb3615bd449569c385266966c0c0 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.5-SNAPSHOT</version>
+        <version>2.0.5</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index afaca3b65a25f64f67b022f15201a8e29b672334..e933811ac54eddaf39f56a02832480fe7d162dd1 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.5-SNAPSHOT</version>
+        <version>2.0.5</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index e76a08a2fcb613643c34bdb2afc11a02edf9c212..1f04d89a8dcd4262d98d4616cc624f6933d9bf4c 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.5-SNAPSHOT</version>
+        <version>2.0.5</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index e918118d74ac2ebc6f482f27afc5240b65bce845..c9f7d07288ed8742cb0f96813fd809216a37537d 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.5-SNAPSHOT</version>
+        <version>2.0.5</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index f7f6d2c96c2ce661f376f1cc2a000be7cee54f87..fcfeb2e67f911f94530389d645991af44e3b853a 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.5-SNAPSHOT</version>
+        <version>2.0.5</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index a82496820330faba50509e21c705ff806c548a54..602bbdb859f1a5d0b57ea019d11b212e1de22195 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.5-SNAPSHOT</version>
+        <version>2.0.5</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 54d3a0e46f76014317a1d50c409b9a1229e707ae..73c902e50ddcd7a29a16d1976249fada197d7356 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.5-SNAPSHOT</version>
+        <version>2.0.5</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index ecb3c5a54cf6541fab930cfb41f3edfcf7eaa9dd..7a5c16bc4fb8b56774b4526bcb3ba17481fac0b0 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.5-SNAPSHOT</version>
+        <version>2.0.5</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 37a40d0147dee58395acc61780dbfb0701366728..087c3f50ff3c6c0c87e39c814b717ed2a29076e0 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.5-SNAPSHOT</version>
+        <version>2.0.5</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 85a3c83cdb2cac9d6a45f964d88e4c5c6b6070d5..fbde45127ca58ca380a5e8daeef1a96593747c5b 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.5-SNAPSHOT</version>
+        <version>2.0.5</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 43882f95b985a5b13665896f7a8bfacd95ec996f..45dadd80c8fa6ab82b51c267b37c0b3e677222a2 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.5-SNAPSHOT</version>
+        <version>2.0.5</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index bc652b99bd5a733d1fcc4f864211f68545dd6544..26b7b528191fe83c14f890c788e9128001e89fc5 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.5-SNAPSHOT</version>
+        <version>2.0.5</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index aabb6b7cb6c3035d67d4aa62c2ca0c3380941360..b56bde570bdaf0cad24fb209ec362338275583a9 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.5-SNAPSHOT</version>
+        <version>2.0.5</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 9b49f488eae74a8d2dbc50866143ca420310fc78..c163ed6be0d065a669c2fbbc66fc8da1501d9efe 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>features-aggregator</artifactId>
-  <version>2.0.5-SNAPSHOT</version>
+  <version>2.0.5</version>
   <packaging>pom</packaging>
 
   <properties>
index 579f1f19943cf7cc63672460156cb90b8bbcf794..76f6871711fc6dce8b67b7357025e01e90531ce0 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>mdsal-parent</artifactId>
-                <version>2.0.5-SNAPSHOT</version>
+                <version>2.0.5</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 20aa590960f11abfe27083264418b7d290cda14b..501fc2cade83bf3254df8767d4599a39b725b3b9 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>controller-test-karaf</artifactId>
-  <version>2.0.5-SNAPSHOT</version>
+  <version>2.0.5</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
index 0b591e80180fd7b2f94cca333dad372e7e9192b8..2bfd2054b24fa3248ff40b8d2d1ad9e56b1f1433 100644 (file)
@@ -20,7 +20,7 @@
   <artifactId>blueprint</artifactId>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
-  <version>2.0.5-SNAPSHOT</version>
+  <version>2.0.5</version>
 
   <dependencyManagement>
     <dependencies>
index a2a1265ee9dba3f22ce35c06a7446b1f132e1de8..4be04f3f3a3c71be77db6dbc5bed0bed456c59bc 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>odl-jolokia-osgi</artifactId>
-  <version>2.0.5-SNAPSHOT</version>
+  <version>2.0.5</version>
   <packaging>jar</packaging>
 
   <build>
index 0706c3e67da6651c0ade58e91a0fc3e55c88eb08..85e8dcee8a2a730393a0898467fa114941a4f7f1 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-event-executor-config</artifactId>
-  <version>0.13.5-SNAPSHOT</version>
+  <version>0.13.5</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's event executor</description>
index 5da83890b19b6f95f05f3b58fa9c4600fb630e8c..7f00fdaa30c356aacf6b5e4e55c9598948c7f6f4 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-threadgroup-config</artifactId>
-  <version>0.13.5-SNAPSHOT</version>
+  <version>0.13.5</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's event group</description>
index b01132a5a769135652b98f508e1b9c8bbbcba1cb..b01c6e8bd1c0078dfba3e2e57f623f2138bff602 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-timer-config</artifactId>
-  <version>0.13.5-SNAPSHOT</version>
+  <version>0.13.5</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's timer</description>
index 10577ab87b0f5788f975f927700130c07d5dcd87..b4f39d4a36d0436c45d9c5986ddb7629829ed975 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>config-aggregator</artifactId>
-  <version>0.13.5-SNAPSHOT</version>
+  <version>0.13.5</version>
   <packaging>pom</packaging>
 
   <properties>
index 1bb9f52a6013e8ae08887ec2eb3eec9d98ea9fcf..fb5a01e8fb43baf33c99a9b0810cf28b6cadfd3c 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>threadpool-config-api</artifactId>
-  <version>0.13.5-SNAPSHOT</version>
+  <version>0.13.5</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
 </project>
index b84c570a914883440ba9ccb5114146132ddb194f..6fff4abb472c826e5f8574898f13b07f7e0b6712 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>threadpool-config-impl</artifactId>
-  <version>0.13.5-SNAPSHOT</version>
+  <version>0.13.5</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.5-SNAPSHOT</version>
+        <version>2.0.5</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 102f8f865c110c98965d8bcb9d186e24ba06595b..2227b3c8542d5199b8dab5a69c860e3675ef49a6 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.5-SNAPSHOT</version>
+        <version>2.0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index d3cee89760602f3ca7da8168bffc8a20bbffed43..90cfc814d54dd1041c6669ca16af1f83ee81ad1d 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.5-SNAPSHOT</version>
+        <version>2.0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 2658c1756f316e485ff054f918e85080b444f219..2df2fef74cd0be84cc71fa1b403815b9b990c93c 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.5-SNAPSHOT</version>
+        <version>2.0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 09c3f4a06d7289a2116dfaf15a371b6c3f8c9268..706546e7c6b725880f73c305aec5e650c6d2b08b 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.5-SNAPSHOT</version>
+  <version>2.0.5</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
index e0cc58a0bea8df535cc8ec10584ba50ebb473d55..dc5873775413b16d4ff791e072e460f869bf03eb 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.5-SNAPSHOT</version>
+  <version>2.0.5</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.5-SNAPSHOT</version>
+        <version>2.0.5</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 2cc0c91325f9d0c5cccda3398ab1d628e19a63fa..14e69be233a482e6b4f363f7c66c62ce126c0e12 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.5-SNAPSHOT</version>
+        <version>2.0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 0059111235e712fc727c4009f355059e887cc7d0..61c870700085172bff58d9465b9cf23fde673fad 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.5-SNAPSHOT</version>
+        <version>2.0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 9525596db55b2d049895f35de0bee93ec43f80dc..e0cacf376422c139cfedae8dc8d36913cde2e76e 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.5-SNAPSHOT</version>
+    <version>2.0.5</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 6f3396a7407052b67b38bcd5c084b49e8d479314..e34866bca90d36eeb7aa7dcb649d3b4b63f012b3 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.5-SNAPSHOT</version>
+        <version>2.0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 0a93791d38249fd60618811fba0c57bd4741a0ab..8ab65d9ec36a36986068c36c130db5da7f1dc1c8 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-parent</artifactId>
-  <version>2.0.5-SNAPSHOT</version>
+  <version>2.0.5</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
@@ -25,7 +25,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>controller-artifacts</artifactId>
-        <version>2.0.5-SNAPSHOT</version>
+        <version>2.0.5</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index ae16ecd42327e3330fc07ad490d08f9e6af9db11..528d19713fb2a840fb23f8ebac4ad9206d249566 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-aggregator</artifactId>
-  <version>2.0.5-SNAPSHOT</version>
+  <version>2.0.5</version>
   <packaging>pom</packaging>
 
   <properties>
index bf7afd5a13e809e7c7b2e1a45810fa81bf38289f..346f53672fef8637dbdd777ce6887c376a93ce61 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 22f9548ee1aa4443accff68acdbcb2d472d6ec8d..d46032cd1d28166e09c7c5739cff4dd8f145ecef 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 4a10bb52105a5657815c2c51e69cacbdc5d910bd..f25447ebef1bf62318bafb9b60488307851ce950 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.5-SNAPSHOT</version>
+        <version>2.0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 58bac316b1c48dd9c7ee824d9478d00c880a7b07..8c2beec4f64eae091b15d3bce4ef6adeb9a93dd4 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
     <relativePath>../mdsal-it-parent</relativePath>
   </parent>
   <artifactId>sal-binding-it</artifactId>
index 1f93e6b3a9f3ec3b6fc6d22d15845bc22b0a3372..bdf7612a90048f4c08d305a0bf5a0d23018a6196 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 37cd214458aed535cb5ceb32563368bc7868ebe3..f05a1da800b23fac52d49f15ba7fc4198b716c48 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index c98f9c520c7790ace2bce1e89470b18f5c36abd9..a1f0c9a79e0d329e559f075871b1e86a583876cd 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index d7e683d1f5d3e6535c767174e1d2b3b2a2d43865..0472aa37c43203ab3a517ee0c38bb894c5ebe693 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>sal-clustering-config</artifactId>
-  <version>2.0.5-SNAPSHOT</version>
+  <version>2.0.5</version>
   <packaging>jar</packaging>
   <description>Configuration files for md-sal clustering</description>
 
index 17c7a85e3faa6c8befa24c5804dcc03d5d759d6b..46b6acb85499c9aab9b4362c46122c90391ede59 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 724bfaf9f487839384b99633b044c72f35e58df5..a9e215cbe6cfccc053751be929d3356a20c9f01d 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index eccb286957553fc5084de6ce9939decadb6d4ff1..1899df785bfa4859573d544d27d782e300d0a5e4 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 3fd0cd98f6905408285a6e3469682a6851f0ae5c..df0281cd36329a6d0a4165411efde9dbca4ddfc6 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 37dcdc7560e2e4cc66f3936b73511e5d47281341..4d958485f1a263da8037d5c954d07b6c64194cb6 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.5-SNAPSHOT</version>
+        <version>2.0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 587bd20321cc0e849fa1adb454bb439c43954014..cb8da25c7f7f1b4b1c1a9386ab072d541821d339 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.5-SNAPSHOT</version>
+        <version>2.0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index cf617323754ea5e27edc1df798a1250d50403e96..5691fecb7d40b1c9ca093d4b305399b2e33fe53f 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller.samples</groupId>
     <artifactId>clustering-it-config</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
     <packaging>jar</packaging>
 
     <build>
index fda4c67c56b2105fc0e65efdff2bcd33a920abfd..227cadb6dc5ada52b05943ca953a9965c59dfaaf 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.5-SNAPSHOT</version>
+        <version>2.0.5</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 87531b0509e187129c5d32a0efb28c4ea5820f53..71333cffb7d4dedfce0f84561b1dd074198541ff 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.controller.samples</groupId>
     <artifactId>clustering-test-app</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
     <packaging>pom</packaging>
 
     <properties>
index 5fbc2a01f55feaec0f160cf2b1a9a1782cde6ca4..f4ed727a70770cc56e6f1cc3483a3d43a9110f29 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.5-SNAPSHOT</version>
+        <version>2.0.5</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 93d4d39fd3ee39a925bef18a7895fb202870aa4a..6cc50f53991c88c29f14481ad9f5dbb5ce55db8b 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller.samples</groupId>
   <artifactId>samples-aggregator</artifactId>
-  <version>2.0.5-SNAPSHOT</version>
+  <version>2.0.5</version>
   <packaging>pom</packaging>
 
   <properties>
index 4ebc2a537831ce0ac2e487c005d6e6ef81b10f0b..a242169ad2396d9f17cfac392e8e6d882318b42c 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 128bd74ffe101b1883ee2439876b63aa99f89480..0d3054e2833d11e69296f798fddb6e72bab35b7f 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
     <relativePath>../../mdsal-it-parent</relativePath>
   </parent>
   <artifactId>sample-toaster-it</artifactId>
index b387b7d7f0fbc3ed8858c5cf818cc5bd85db186d..71078939225b3309217eb9a3432a0a914f9cdc06 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 5f53b37209fbd0424a18fbe7e89b7798e488f8a7..f52dc29c82529f72ce3e6dea7729a8b7fd10dcb9 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index badac6e231f7818b4b588bc866e6b626f446cdf7..dfe069a7011e62fdffa3bdac8a65a4ad33a2f2e7 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.controller.model</groupId>
     <artifactId>model-inventory</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
 
     <dependencies>
         <dependency>
index 01251dfbf01a3a264e0ff91166b20288527d922c..f59beef1ef7445a896f7a5343fca6de78113a37b 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.5-SNAPSHOT</version>
+        <version>2.0.5</version>
         <relativePath>../../md-sal/parent</relativePath>
     </parent>
 
index e9a3110ba1c657a072960340a357f53edf9be578..424a19c0ffb7b4cd39dd117c152b047531008dbc 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.controller.model</groupId>
     <artifactId>model-aggregator</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
     <packaging>pom</packaging>
 
     <properties>
diff --git a/pom.xml b/pom.xml
index 07a86b903b3f1df7fcb0c04b4afaaa9a98f2b122..152acd59d822bf7aaf439849b0e82288833af0c3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>releasepom</artifactId>
-  <version>2.0.5-SNAPSHOT</version>
+  <version>2.0.5</version>
   <packaging>pom</packaging>
   <name>controller</name>
   <!-- Used by Sonar to set project name -->