Release controller v3.0.10
authorjenkins-releng <jenkins-releng@opendaylight.org>
Wed, 11 Aug 2021 16:21:37 +0000 (16:21 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Wed, 11 Aug 2021 16:21:37 +0000 (16:21 +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 69e62f194e3d23cbf33800911ec76e27f62b8be5..3694c6a11547a8a465d3b989ba1c581c7eb8f490 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>akka-aggregator</artifactId>
-    <version>3.0.10-SNAPSHOT</version>
+    <version>3.0.10</version>
     <packaging>pom</packaging>
 
     <properties>
index 0c503462869c928894fae25a1e4ab68c475fe61a..543321aa23a8f2fd0401bcb8738ef3e57c4c55b2 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>repackaged-akka-jar</artifactId>
     <packaging>jar</packaging>
-    <version>3.0.10-SNAPSHOT</version>
+    <version>3.0.10</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 52ced60f7330620006c8aaa67b510f73a0e7ca7c..290503562b9dd811d949ab5c4b01875586533b4c 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.10-SNAPSHOT</version>
+        <version>3.0.10</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 5a4973171fed946c6c73e6b07b616d32866336f4..6249e029542d5cb22ba5905299910e75e580f938 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>controller-artifacts</artifactId>
-    <version>3.0.10-SNAPSHOT</version>
+    <version>3.0.10</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-event-executor-config</artifactId>
-                <version>0.14.10-SNAPSHOT</version>
+                <version>0.14.10</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-threadgroup-config</artifactId>
-                <version>0.14.10-SNAPSHOT</version>
+                <version>0.14.10</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-timer-config</artifactId>
-                <version>0.14.10-SNAPSHOT</version>
+                <version>0.14.10</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>threadpool-config-api</artifactId>
-                <version>0.14.10-SNAPSHOT</version>
+                <version>0.14.10</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>threadpool-config-impl</artifactId>
-                <version>0.14.10-SNAPSHOT</version>
+                <version>0.14.10</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
index a43954e32f2c7c75ca7650680d5b2bce1081e8f5..55d13cd6b57410e0e024404ba76fc38410317c2c 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.10-SNAPSHOT</version>
+    <version>3.0.10</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 1f4aa7ef512546f5e82c101e391f9b102f17797b..afd3f201eff202ca33326b09df0ef4f5ce50139c 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.10-SNAPSHOT</version>
+    <version>3.0.10</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 5651564aaf7c62abf6c985c093b7eab8d37b4978..658a5aa99cc190abbcc1d25cec96917574fc10ac 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.10-SNAPSHOT</version>
+    <version>3.0.10</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index c3cba713f69dcba1b75e8c478432b0fbfcaf4ec2..f5b46a6508ddd3de1a438304f7bd7514bcf309c6 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.10-SNAPSHOT</version>
+  <version>3.0.10</version>
   <packaging>pom</packaging>
 
   <properties>
index 8dd6005cc7f0068cdc048da4104d25da59a01955..fc3f7ed37caf2b551eff7791896961cc8ba01197 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.10-SNAPSHOT</version>
+    <version>3.0.10</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 3d4e88688632971d726f26779b55f4d368f1f78e..0654639a4138282b552eb39df12d4588b1860258 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>3.0.10-SNAPSHOT</version>
+    <version>3.0.10</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>controller-artifacts</artifactId>
-                <version>3.0.10-SNAPSHOT</version>
+                <version>3.0.10</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 783593b8655e594cbc0ccdb58bafee2c3b4267fa..1d5a16e0b9be817bda7e720c952f531db6c874cc 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>controller-docs</artifactId>
     <packaging>jar</packaging>
-    <version>3.0.10-SNAPSHOT</version>
+    <version>3.0.10</version>
     <name>${project.artifactId}</name>
     <description>Controller documentation</description>
 
index 9378c28d68ae0095d4f2a0816aff6e621d4f99c0..6932322bfd69bc7367cc420d04dcd99bd0e95181 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller-experimental</artifactId>
-    <version>3.0.10-SNAPSHOT</version>
+    <version>3.0.10</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Experimental Features</name>
     <description>Controller Experimental Features</description>
index 175acbd13f626ec24788f31d9c0d216ecdd10644..ae5a5b25672aa7665ea01b8779f1951f18f41bfb 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller-testing</artifactId>
-    <version>3.0.10-SNAPSHOT</version>
+    <version>3.0.10</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Features to support CSIT testing</name>
     <description>Controller CSIT Features</description>
index 7977e256182df654388869663c7000784ea58389..643e8eb73c1c96579a5bacd9e01b6ee5e42cad0b 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller</artifactId>
-    <version>3.0.10-SNAPSHOT</version>
+    <version>3.0.10</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Features</name>
     <description>Controller Production Features</description>
index 2f7e610f41702c3c9197a42168213092e97f0926..88de10e2c66a395c519b3cd57af0836720c610b5 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.10-SNAPSHOT</version>
+        <version>3.0.10</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index c925ab1f7c12b4799e3b60132cbf824623c57f26..ecde91dd5af89fc815322f9e836e3759dbf80769 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.10-SNAPSHOT</version>
+        <version>3.0.10</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 9be3d46fd4c25c661e96d16bb3845cfa010176c1..b5cd59e26e32e76a8a7492a9b61c356dca78da89 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.10-SNAPSHOT</version>
+        <version>3.0.10</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 8e154d79d1b2954f60f8e37fcd3ff82647ef9ce9..239cdc6bda88851cbe3b1159b354638cb8b7abf8 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.10-SNAPSHOT</version>
+        <version>3.0.10</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 13c9d607abc40b013900aed09e249579c1808553..8fd495b34d71d805303af622b633db9a69e35831 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.10-SNAPSHOT</version>
+        <version>3.0.10</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 5d43c9c1147c19067a7e17109d952f4bc8426869..ce1e1ce3d766d2d434bc790df5571ade6592e3b1 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.10-SNAPSHOT</version>
+        <version>3.0.10</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 8aab28847c562566d832080c805c6ed1f8fbe976..509bad41b0ef2d7e6ff523141e550da61ab9a45b 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.10-SNAPSHOT</version>
+        <version>3.0.10</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 26c1eab7ea9679cdc22492464ab1c50359c3a275..52f1803992cb9c84be7fd15ab2f7afdd2d687fbc 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.10-SNAPSHOT</version>
+        <version>3.0.10</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 6f20088d5f2be882abaefeec9afd8656b14f027c..907018d8effb6990e07dd9b9f943e8480a749069 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.10-SNAPSHOT</version>
+        <version>3.0.10</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 2ae01b91d49109377ed236d3ed42a52bef93c4cc..acce901ef591523302df6e523e4e88ed82604587 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.10-SNAPSHOT</version>
+        <version>3.0.10</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index afc099925e1dd0c6f8f2faacd039f6fe82376893..c81e04066df15e5f6aaf2995de452e65847fa0ad 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.10-SNAPSHOT</version>
+        <version>3.0.10</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 815e53ee26d2e76d53f2b7ea38936b6e5b2c30f2..0c922e0c5f17a327dc4e9b21e2c67b9e25f86948 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.10-SNAPSHOT</version>
+        <version>3.0.10</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index be8b7338c81cb28b9fad4f82fa4660b7fa879db4..baa50dd62d4ba18d9ebcc70519c2e61c6706fd90 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.10-SNAPSHOT</version>
+        <version>3.0.10</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 2b512b53ac5b780cfed3ee70b48977e4e1764a47..9a2c91cd0f6f380b03ae9ad1537d086f80a52f4c 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.10-SNAPSHOT</version>
+        <version>3.0.10</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index e6053f38434f4915c58a3a7bd678cc1213859337..fca078b79d4f8aa9ad2e8294a54094e44ad9ddef 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.10-SNAPSHOT</version>
+        <version>3.0.10</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 225d3080e51b16cfa39de8f87e01fe9c45e83497..604f5258bcfebcc27ac5998a7847c6aa2e69f172 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.10-SNAPSHOT</version>
+        <version>3.0.10</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 3af24863c774430348061911e655f51c9ac3f798..849ada5095f880048c0a26e3cf6fae920870056c 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.10-SNAPSHOT</version>
+        <version>3.0.10</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index d4ce0c0f740bcf8d30b2471c2edbe1a5a3fe4d01..4d513370490d125210f834be27a0379d55875836 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>features-aggregator</artifactId>
-  <version>3.0.10-SNAPSHOT</version>
+  <version>3.0.10</version>
   <packaging>pom</packaging>
 
   <properties>
index 5160bbeb11e603c07c503fd58c96b5afc8518d33..0c5b3391365c3eb2d5567b4836f49bde117cd12a 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>3.0.10-SNAPSHOT</version>
+    <version>3.0.10</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>bundle-parent</artifactId>
-                <version>3.0.10-SNAPSHOT</version>
+                <version>3.0.10</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 70614c8a459d95e30ca0a47c23ef0fb3ab0719c7..8a14e63549390d76658a2b50f6f67bdf8811d3eb 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>odl-jolokia-osgi</artifactId>
-  <version>3.0.10-SNAPSHOT</version>
+  <version>3.0.10</version>
   <packaging>jar</packaging>
 
   <build>
index b05c52565246c71c1529609d600464e41117df4f..1adb7f24d20963cd461dd8b51335d3c2fc959216 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>controller-test-karaf</artifactId>
-  <version>3.0.10-SNAPSHOT</version>
+  <version>3.0.10</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
index 032de33f6e13067f28c5b4b29b765333b9530da6..6414b191310ddd108281afc14149490d55f32baa 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.controller.model</groupId>
     <artifactId>model-inventory</artifactId>
     <packaging>bundle</packaging>
-    <version>3.0.10-SNAPSHOT</version>
+    <version>3.0.10</version>
 
     <dependencies>
         <dependency>
index fd5f890bcfaa4286060621bf66e9203169289171..101586fe6b673eadd33785477c3d85e161a91763 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.10-SNAPSHOT</version>
+        <version>3.0.10</version>
         <relativePath>../../opendaylight/md-sal/parent</relativePath>
     </parent>
 
index f0ff553289df9cfeb592a9f791a9f7479e50ea65..2b7eeea38ce6b7b999e13d4e1816f2281d6e4163 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.controller.model</groupId>
     <artifactId>model-aggregator</artifactId>
-    <version>3.0.10-SNAPSHOT</version>
+    <version>3.0.10</version>
     <packaging>pom</packaging>
 
     <properties>
index 3cc0320b506d4ac0068f80d47ad0de3bafeecf05..b9707f4adb257bab8a70124440d7770f5ca7e377 100644 (file)
@@ -20,7 +20,7 @@
   <artifactId>blueprint</artifactId>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
-  <version>3.0.10-SNAPSHOT</version>
+  <version>3.0.10</version>
 
   <dependencyManagement>
     <dependencies>
index 1cbe8922eff97f1b8a347f1cd6b75e16c7999b55..9e51989578c1e7b880297333ee8a56c64653e0ed 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-event-executor-config</artifactId>
-  <version>0.14.10-SNAPSHOT</version>
+  <version>0.14.10</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's event executor</description>
index da62d4d7eeda955acbff5c008dc4f623aa982925..5d4ed2f1db1a3c62581b271080385df79fd4ddf2 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-threadgroup-config</artifactId>
-  <version>0.14.10-SNAPSHOT</version>
+  <version>0.14.10</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's event group</description>
index 9387c528aab3d9fb6ae7500954d524f907988f5e..ea652a6b86e0a315443dcf6906775e6eb25ce23c 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-timer-config</artifactId>
-  <version>0.14.10-SNAPSHOT</version>
+  <version>0.14.10</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's timer</description>
index a4eaa560537fc50d33f680de0640cb8a8b755895..160476653de1752c526fc36e2fc152a75419a847 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>config-aggregator</artifactId>
-  <version>0.14.10-SNAPSHOT</version>
+  <version>0.14.10</version>
   <packaging>pom</packaging>
 
   <properties>
index d0a42096730414a32dfd6cf29b0ffd0ab7b7cfe4..3d458c0f3e2a36c68c2c9cfe772ac2e28f60ffc1 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>threadpool-config-api</artifactId>
-  <version>0.14.10-SNAPSHOT</version>
+  <version>0.14.10</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
 </project>
index 8dd73c6a8412f830e1047d8baf1a9b756d6f43b1..db5f609bf1316a264809801eb0b9246b715d4fe0 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>threadpool-config-impl</artifactId>
-  <version>0.14.10-SNAPSHOT</version>
+  <version>0.14.10</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.10-SNAPSHOT</version>
+        <version>3.0.10</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index d4c139497ba3f43583eef87be94fb882a632b888..03dc3b3124d85215a1f961a82c33662f397dbca4 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.10-SNAPSHOT</version>
+        <version>3.0.10</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index ecd341d4cca498a82e7fcb2628cf8c5223182c8b..899ad717e21536b5b012804808789f5fa8f94efa 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.10-SNAPSHOT</version>
+        <version>3.0.10</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index e070be1071b0571ab58514ef50711a0fe97a4541..5ad521e0e42525e2e14ce99760e04643b174848d 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.10-SNAPSHOT</version>
+        <version>3.0.10</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index ece9817e95a6282509de0cd04501043f7d8b548c..7523c298dfc04a889d55217d8bebce11877114ca 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.10-SNAPSHOT</version>
+        <version>3.0.10</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 8a37e6dcd6b58c044213d078059cedf429e3e421..2d1d5085796812f57b734f8426fa8dbe9ab18927 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.10-SNAPSHOT</version>
+  <version>3.0.10</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
index 968b05a4945d59f55614ad8fc9049a37273775b3..d0199f0d2abcc9c426922308b41d8fb6e44f41e0 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.10-SNAPSHOT</version>
+  <version>3.0.10</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.10-SNAPSHOT</version>
+        <version>3.0.10</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 22776c642fce7ac64456e149d9b85dea33be62c3..cecde7a99492f6274807ae6f53ed80576cb77c1d 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.10-SNAPSHOT</version>
+        <version>3.0.10</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index f6be537d6193fbe75ac1d5585b96ad7a17199a25..b341d5f3dc9d0ceaf41d76bd00f0d7f6883ab087 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.10-SNAPSHOT</version>
+        <version>3.0.10</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 242282a0cc600f8328bf8febf658280cf91de396..aecb3bd30539055ac6978583d53e7ed267690f76 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.10-SNAPSHOT</version>
+    <version>3.0.10</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 5c2ca03a7dde28407c5d68b4904b9d68e15846e4..b68b481ef648db676c803167e9ca933abe38e4f4 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.10-SNAPSHOT</version>
+        <version>3.0.10</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index aab4c39271cf998aed171c15a83da7fe2c52f1ce..2f284f46f720d6a6281f73326426d14f6afc913e 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-parent</artifactId>
-  <version>3.0.10-SNAPSHOT</version>
+  <version>3.0.10</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
@@ -25,7 +25,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.10-SNAPSHOT</version>
+        <version>3.0.10</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 9b02a92e9a08d199d5095926987b960670907db8..eefd084037f678f5674435916488435321d05f13 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-aggregator</artifactId>
-  <version>3.0.10-SNAPSHOT</version>
+  <version>3.0.10</version>
   <packaging>pom</packaging>
 
   <properties>
index 256e6abd7d391272046cc6629505eedb23ff34e6..098935ee2ff7094f5eb9341aa8f32a3db9860b19 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.10-SNAPSHOT</version>
+    <version>3.0.10</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 299c6c343261d5ccbb3bfc60f423a6108e506ba4..3c5b43c4b44c977939f0ed24de80239193cc8696 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.10-SNAPSHOT</version>
+    <version>3.0.10</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 82410f7c93447202ad3f4e04aa3c6468aecf794d..bb780fd24c75f067b7b3bdc450b7f603c5e1e08e 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.10-SNAPSHOT</version>
+        <version>3.0.10</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 13a29850088bb5548345a389bb6317fbdd3a412e..5e90c4bae0e7092c276731ce6fd698a6573044b2 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>3.0.10-SNAPSHOT</version>
+    <version>3.0.10</version>
     <relativePath>../mdsal-it-parent</relativePath>
   </parent>
   <artifactId>sal-binding-it</artifactId>
index d7d0ad564b936732b1a99865debf300b98eb5000..80d87b6273bae27a2d582ccac55fcf6ebab25e47 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.10-SNAPSHOT</version>
+    <version>3.0.10</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 72eaba5af155e97f27e8cde5990d3ebf94f7014c..13f9034796510dff4fa9cb43d7535593a30a1f87 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.10-SNAPSHOT</version>
+    <version>3.0.10</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index e215ba9bed7f5a517fd32bc847c4c266b75096ac..417e2bb3d72d3b066a2cf891e790b4b7ed9d0e33 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.10-SNAPSHOT</version>
+    <version>3.0.10</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 48e50c73290499d71601e835fb32ef1cfb77bd8e..50f80f3c7982568a2a0e9e5a28ca67be9894da79 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>sal-clustering-config</artifactId>
-  <version>3.0.10-SNAPSHOT</version>
+  <version>3.0.10</version>
   <packaging>jar</packaging>
   <description>Configuration files for md-sal clustering</description>
 
index d4781703bdaf6df39e7024ab733d6ad9d92c8e74..c8c42f325bcc17ad48a05d4209aaa123d62d19ad 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.10-SNAPSHOT</version>
+    <version>3.0.10</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 1c5d8c51918a86c2e7c88ef3c4f69264f4e13885..8cc08148ddba168321195cf3d05dafbed6ab7c94 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.10-SNAPSHOT</version>
+    <version>3.0.10</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 897fb77c2d7fd2348fc1e5e7588056f58d6bdad5..70e58aa877e0a179ec86a78ec105900ae73631c1 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.10-SNAPSHOT</version>
+    <version>3.0.10</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 0e4e07bd34094ee4f754f881398b6859a04c59aa..580f23f8ce4a1c930b6a595a9b450ea877c1340c 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.10-SNAPSHOT</version>
+    <version>3.0.10</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 2b8a1afdb1ca63330e80d2864b070edbc6c8c28a..d63ea8f6d28d9b3f0237e169235e67b5b23bbd5a 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.10-SNAPSHOT</version>
+        <version>3.0.10</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index d0fed2fd2c2b87277a281f62569d945dec637395..96f24f04fb7a91ab47d68d88751646511e4e89db 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.10-SNAPSHOT</version>
+        <version>3.0.10</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 5d836fe35667b8cedc29f869ad6a99507b60987f..6ebb21a16728c5a7ea4d17aa82fccaaf63a3dc06 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller.samples</groupId>
     <artifactId>clustering-it-config</artifactId>
-    <version>3.0.10-SNAPSHOT</version>
+    <version>3.0.10</version>
     <packaging>jar</packaging>
 
     <build>
index ca625327bd57d50e53bc72fe1377a0a1d8795d85..a130e696290bec51718b1d5f469626977a7d3ea6 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.10-SNAPSHOT</version>
+        <version>3.0.10</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 3da81b03b230bf349e3c156cbb1545016a548481..0c9952cdcc93ead710819f429fe70400bec33613 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.controller.samples</groupId>
     <artifactId>clustering-test-app</artifactId>
-    <version>3.0.10-SNAPSHOT</version>
+    <version>3.0.10</version>
     <packaging>pom</packaging>
 
     <properties>
index 9acec4c893a8fc16b0dc5226050eaae73d81672e..1dc83eafe2faeae4b65bd6137ee20f24d9b458e7 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.10-SNAPSHOT</version>
+        <version>3.0.10</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 4615062ee71d51704a8e18758a0612be3c31cf57..f41675affdd29d337188939d4179bbcdc0b465c5 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller.samples</groupId>
   <artifactId>samples-aggregator</artifactId>
-  <version>3.0.10-SNAPSHOT</version>
+  <version>3.0.10</version>
   <packaging>pom</packaging>
 
   <properties>
index 9f05b8b1908a87f2b403a9864c9016f3b10679af..3b5c82f53020eb77d04bfda2e09c3b05d6a9141a 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.10-SNAPSHOT</version>
+    <version>3.0.10</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index a7d52187a0c561d363833f5b735615577105e8a7..eb3298d9d93a310ab97ea23c8b03dfa060991bed 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>3.0.10-SNAPSHOT</version>
+    <version>3.0.10</version>
     <relativePath>../../mdsal-it-parent</relativePath>
   </parent>
   <artifactId>sample-toaster-it</artifactId>
index 5f595127d8b6b8f22285b1557eeb6f94ff316803..46868b31ae1321d631c43980848ceef1a65396b1 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.10-SNAPSHOT</version>
+    <version>3.0.10</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 16ba15177a79918cc916aed3952cff5a1b41e955..cd7a12d6360c07e98b6ba77a12ffbc5777311f93 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.10-SNAPSHOT</version>
+    <version>3.0.10</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index 62ec0b790a8566ec3c7428f044930b88c01857b1..94fb43da2dc286296bfeaa543ecc395e16e3f464 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>releasepom</artifactId>
-  <version>3.0.10-SNAPSHOT</version>
+  <version>3.0.10</version>
   <packaging>pom</packaging>
   <name>controller</name>
   <!-- Used by Sonar to set project name -->