Release controller v3.0.3
authorjenkins-releng <jenkins-releng@opendaylight.org>
Sat, 19 Dec 2020 19:52:20 +0000 (19:52 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Sat, 19 Dec 2020 19:52:20 +0000 (19:52 +0000)
82 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-akka/src/main/history/dependencies.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 b86a12bbfb734245742b485b410d3676f2ab6c70..8be8991264d33e5198c47fb6bbd0dbc12e1962be 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>akka-aggregator</artifactId>
-    <version>3.0.3-SNAPSHOT</version>
+    <version>3.0.3</version>
     <packaging>pom</packaging>
 
     <properties>
index b8217e7c28c081f12a50b2f106ebbb50b1bfbb63..cff914c45f66a401ca082349978d4d6851a6a9b6 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>repackaged-akka-jar</artifactId>
     <packaging>jar</packaging>
-    <version>3.0.3-SNAPSHOT</version>
+    <version>3.0.3</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 2bbf11536fe5a6241e2e252077df5b057342bd83..e7c08f57fca675bf762ae2709eeefc1ad3b70430 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.3-SNAPSHOT</version>
+        <version>3.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 7afa6ce1fd414823f1bb10c3892a6d7c510b9f0c..9df2620ec672fd8602a878ea1c4e01411ec15649 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>controller-artifacts</artifactId>
-    <version>3.0.3-SNAPSHOT</version>
+    <version>3.0.3</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-event-executor-config</artifactId>
-                <version>0.14.3-SNAPSHOT</version>
+                <version>0.14.3</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-threadgroup-config</artifactId>
-                <version>0.14.3-SNAPSHOT</version>
+                <version>0.14.3</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-timer-config</artifactId>
-                <version>0.14.3-SNAPSHOT</version>
+                <version>0.14.3</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>threadpool-config-api</artifactId>
-                <version>0.14.3-SNAPSHOT</version>
+                <version>0.14.3</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>threadpool-config-impl</artifactId>
-                <version>0.14.3-SNAPSHOT</version>
+                <version>0.14.3</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
index 0a24d50a0a1e2e17a2b12667ebfe6d235580f2d6..867b6db4b68ce1f7643e90a08f64ad7bac11e38b 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.3-SNAPSHOT</version>
+    <version>3.0.3</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index e6ff1d26afbf390173239d2a05e9618a6d048ea1..0afe053d0c3e9c2916217322ba1179e66473383c 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.3-SNAPSHOT</version>
+    <version>3.0.3</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 685b324e871da3054f94cd5b8a0a5c83ec8c254c..5aa532959063a77ecede4ac04442a0f1dfff433c 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.3-SNAPSHOT</version>
+    <version>3.0.3</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 03bdffa7a902db816eac9e823baa8a33339e7c23..ea1d31946a8e237819c5518ff6157753b99a9ca6 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.3-SNAPSHOT</version>
+  <version>3.0.3</version>
   <packaging>pom</packaging>
 
   <properties>
index 92a72365abff2a35b18334dce956dcf50c5a80d9..a3898efa67e879e4dfae4bb652053f7b53f48705 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.3-SNAPSHOT</version>
+    <version>3.0.3</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 2d7abd121063750c890369bc370f26c3cb17ea8c..9636ecef515990cc6189267f2b7614ca60378ead 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>3.0.3-SNAPSHOT</version>
+    <version>3.0.3</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>controller-artifacts</artifactId>
-                <version>3.0.3-SNAPSHOT</version>
+                <version>3.0.3</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index aac274a47d2ba15d91e62a83293ecd15eb4f56a3..c364087269d0383c49d86257d359b7446ff807d5 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>controller-docs</artifactId>
     <packaging>jar</packaging>
-    <version>3.0.3-SNAPSHOT</version>
+    <version>3.0.3</version>
     <name>${project.artifactId}</name>
     <description>Controller documentation</description>
 
index c3a2da6ed798cd1655450951aaa900f6138dade7..b1bb752300ca5745a6e79caad380f41ad2a9af1b 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller-experimental</artifactId>
-    <version>3.0.3-SNAPSHOT</version>
+    <version>3.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Experimental Features</name>
     <description>Controller Experimental Features</description>
index f31718e0d472536aec357f94b0a0338abb086e7b..c56721b61ca33338f775ff06dbcf484969953dc0 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller-testing</artifactId>
-    <version>3.0.3-SNAPSHOT</version>
+    <version>3.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Features to support CSIT testing</name>
     <description>Controller CSIT Features</description>
index aabd258dded27b4da8350e4be30010843f5f7ddd..cb9bcdab91d7895cedf5f609293826aaa7a0628d 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller</artifactId>
-    <version>3.0.3-SNAPSHOT</version>
+    <version>3.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Features</name>
     <description>Controller Production Features</description>
index d21b440a3b70983b359228f627901fc1cb8470d0..ecf91f9eac69f463ab25124416d1437b7eeb2904 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.3-SNAPSHOT</version>
+        <version>3.0.3</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index f1761730ff07a44f136f55d9de18ecc97bfd350e..29bc6f5694e4c346e9fbdf514d9ef9862eaf73d8 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.3-SNAPSHOT</version>
+        <version>3.0.3</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 375794a9adcc493c5dafa75164403ac0fa8bad66..dd548dd381fc36f173ca65808e0fd969c6ad4f97 100644 (file)
@@ -8,7 +8,7 @@
         <bundle>mvn:io.aeron/aeron-driver/1.15.3</bundle>
         <bundle>mvn:io.netty/netty/3.10.6.Final</bundle>
         <bundle>mvn:org.agrona/agrona/0.9.33</bundle>
-        <bundle>mvn:org.opendaylight.controller/repackaged-akka/3.0.3-SNAPSHOT</bundle>
+        <bundle>mvn:org.opendaylight.controller/repackaged-akka/3.0.3</bundle>
         <bundle>mvn:org.reactivestreams/reactive-streams/1.0.3</bundle>
     </feature>
 </features>
index b3ea113573fed9097e3dbcb494a46c6470132b64..1bc366e9804519d474d290eaaf6005ca9a1c19ce 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.3-SNAPSHOT</version>
+        <version>3.0.3</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index a8e374b9f64b616ada9f11ed55b3cebc1065a604..1ddd137556478afa1c10f3635567ae229de91a67 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.3-SNAPSHOT</version>
+        <version>3.0.3</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 2505cbac5ad59d6641824b56d6d9f3b4a99f5fc5..9f5e21a1e0899e342a59e38a53f510d63160c9d9 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.3-SNAPSHOT</version>
+        <version>3.0.3</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 95dc372b7cc49c9502214d62885facd0fff84c70..4f7f7326b108c245b5084bab0ad1efb989c2c439 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.3-SNAPSHOT</version>
+        <version>3.0.3</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index ee2b039d6a729214d25efa5a7fd3f03154f8e59b..9e6e661131dd0d952a934d7d79d9cfec610ba770 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.3-SNAPSHOT</version>
+        <version>3.0.3</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 7902a5ba4aa19a612db87c83e51ed229d2f73140..19eb7e95b39557b1efda5a3de12f0c9e86e1d4b7 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.3-SNAPSHOT</version>
+        <version>3.0.3</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 13e29518e2c40e61269be2f3bfc07592533470b0..a72d5912610f67278c029921843d1eea1c14b32a 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.3-SNAPSHOT</version>
+        <version>3.0.3</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index c07377481ba37b7b3f5d03876e89e19295ba5e2b..b5f3c0c62f4d77d0769d6c28e4ad152982ad2e1e 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.3-SNAPSHOT</version>
+        <version>3.0.3</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index b21de3ca67d454217f9e9815b9cc40aac50e271e..4187bba73668aaad06717a8cd4a566310a24128e 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.3-SNAPSHOT</version>
+        <version>3.0.3</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 4aec4cfe25e7ca8aeebf19e04425903ad6b3a099..63ec5884d2414a344293eb2b77bd72f56e9df124 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.3-SNAPSHOT</version>
+        <version>3.0.3</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 0dc61eb5ab863eb67403f02aad16478a430c8f38..7a206ff14c534016483ab754b642ee4c6492d441 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.3-SNAPSHOT</version>
+        <version>3.0.3</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index f0b94e5d24fcae5cb426a81558d1863f9fcaff97..eb86e5b87f2b8f3d6591a80bf3ed2179651ce84c 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.3-SNAPSHOT</version>
+        <version>3.0.3</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 35126d2e0e12dd2ef493105f1721408d531826e4..9ca0fa382230b2252062649bd5e8d7bc74b3a592 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.3-SNAPSHOT</version>
+        <version>3.0.3</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index d5f57088b4870f77192070db451a3aed8b18f0e1..29ec893754f485a2b34d83128b15cce3d1dd322f 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.3-SNAPSHOT</version>
+        <version>3.0.3</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 78fc7bd0a53b16d10ee9c1b35fcb23466a9e6deb..f5c723a48d36a4649b07a2419413f7938bfe19bf 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.3-SNAPSHOT</version>
+        <version>3.0.3</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 66a63f068159221c8c27b3b9b1d9339697b1fa65..e53e9a78ec8f1309942c5d49accde0194bc1015c 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>features-aggregator</artifactId>
-  <version>3.0.3-SNAPSHOT</version>
+  <version>3.0.3</version>
   <packaging>pom</packaging>
 
   <properties>
index 6eac811b2eaf7d8e684920fc3ec10bff13fcf2c3..eafc70c3ede0d16b7344b4fd9fa519fa9d161000 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>3.0.3-SNAPSHOT</version>
+    <version>3.0.3</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>bundle-parent</artifactId>
-                <version>3.0.3-SNAPSHOT</version>
+                <version>3.0.3</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 06b44a51e3dd151c3a2ee168d653b77607a5ae9b..e408db8215b9db7ec5ed21a7ce3b9a8dc4d6df84 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>odl-jolokia-osgi</artifactId>
-  <version>3.0.3-SNAPSHOT</version>
+  <version>3.0.3</version>
   <packaging>jar</packaging>
 
   <build>
index f3305627adeecdf7354f15d391cedcd6986060bf..9c1cbc073fedc0620bd3a2893a91120581494acf 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>controller-test-karaf</artifactId>
-  <version>3.0.3-SNAPSHOT</version>
+  <version>3.0.3</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
index 19087723d63a4ff35945f8470f64b5a065ab576f..de02dac06c4595f31374eb615af73c6c16d418de 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.controller.model</groupId>
     <artifactId>model-inventory</artifactId>
     <packaging>bundle</packaging>
-    <version>3.0.3-SNAPSHOT</version>
+    <version>3.0.3</version>
 
     <dependencies>
         <dependency>
index 8490067cee48755c53811cd408c1a36c584c4c72..96dc920a18330b67975ad0034a5448434079be6e 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.3-SNAPSHOT</version>
+        <version>3.0.3</version>
         <relativePath>../../opendaylight/md-sal/parent</relativePath>
     </parent>
 
index edb5e917baae0a0cb64dfc4bb05115811ad34a67..b47127ff58645343aa0695c63c74ee99387d37ce 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.controller.model</groupId>
     <artifactId>model-aggregator</artifactId>
-    <version>3.0.3-SNAPSHOT</version>
+    <version>3.0.3</version>
     <packaging>pom</packaging>
 
     <properties>
index 58c36884be263bf6536462714961d15a34919776..e1e03adbcdd70ba01d93e840cab980d767ecc68b 100644 (file)
@@ -20,7 +20,7 @@
   <artifactId>blueprint</artifactId>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
-  <version>3.0.3-SNAPSHOT</version>
+  <version>3.0.3</version>
 
   <dependencyManagement>
     <dependencies>
index 9b2b3ed972d5ed67100ebac675bf7ce17c094d87..781b5c7abe8f2ecd1fae910017c27755f114e445 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-event-executor-config</artifactId>
-  <version>0.14.3-SNAPSHOT</version>
+  <version>0.14.3</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's event executor</description>
index 800444e94fa349581164a96d540ac43d7b78e138..f9276fbfe37a56b5ce62a806e1ef288279ce4fe8 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-threadgroup-config</artifactId>
-  <version>0.14.3-SNAPSHOT</version>
+  <version>0.14.3</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's event group</description>
index a7bc06b912d3168704020745df27aa7984aa69a0..67f90c76ea71da2fec2201944d1dd80270a59fb5 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-timer-config</artifactId>
-  <version>0.14.3-SNAPSHOT</version>
+  <version>0.14.3</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's timer</description>
index 38f11a877113af2c1342eb38d001ef7b31418adf..af02d8a7981e36c090ce81ab3b2800155e16ce98 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>config-aggregator</artifactId>
-  <version>0.14.3-SNAPSHOT</version>
+  <version>0.14.3</version>
   <packaging>pom</packaging>
 
   <properties>
index 6789ee75b98e089327ef3d4875b0f2dc700b55b4..62d27a2f4cda934676a788f6d8c403368c855125 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>threadpool-config-api</artifactId>
-  <version>0.14.3-SNAPSHOT</version>
+  <version>0.14.3</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
 </project>
index 9ef8dfd828141204924504abe7fdde853c0ccc6f..52cd5cf2180a3d968dcbaae4bbb6047af7c42490 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>threadpool-config-impl</artifactId>
-  <version>0.14.3-SNAPSHOT</version>
+  <version>0.14.3</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.3-SNAPSHOT</version>
+        <version>3.0.3</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 87717ab49543b3f64cecb12e9b7872dc280b5d34..4fe324dd71276dcc005071501cd7197c75228554 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.3-SNAPSHOT</version>
+        <version>3.0.3</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 4c6a2fd0d5b33a7abd03ef11ef390737f1ced962..abe7abf7b15c6fb0f33e3093c520c9130c11a6d7 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.3-SNAPSHOT</version>
+        <version>3.0.3</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 21f95ed4fa8112e5b98dc47ce403afb9c797b541..9d1aadedeb929fcf55499d455042f7370000cd71 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.3-SNAPSHOT</version>
+        <version>3.0.3</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index ccba763e2b39da68680edf0e70b05ed98b8c9bef..aa1e0cc6ab8d67b1a5e7da3c9a70a41cdd8ae52f 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.3-SNAPSHOT</version>
+        <version>3.0.3</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 00b9b7fc650373d86203e7fe4da0341c0975572f..0f985a918f053d9bcf528405db6eb5b72d688c00 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.3-SNAPSHOT</version>
+  <version>3.0.3</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
index 80c0adcecbef57812662895d5c822b12363fdfa6..579f53c421d38e79629907384689afcf57acd409 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.3-SNAPSHOT</version>
+  <version>3.0.3</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.3-SNAPSHOT</version>
+        <version>3.0.3</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 292407e685e98cf2f5f6333a730349ef94663420..08c782960ce92577aacf3b8aa0ec6e29af0d69b0 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.3-SNAPSHOT</version>
+        <version>3.0.3</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 7bf3fa98ac4dd04534c98d5f5a5918d599bddbf1..3ffbed1e72327cb5fc759dc616279ae4e1eb33a8 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.3-SNAPSHOT</version>
+        <version>3.0.3</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index e9017de6348a2680fd8727ced31a8da483124e48..9ea11c88f1fd8e72ffb3ac04509cb6f91ff92c63 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.3-SNAPSHOT</version>
+    <version>3.0.3</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 036083bce6a2b98173ba420b72cce5a1ff2c9396..53ebedc793dd6f1ed2ca780a2e3864813388bcee 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.3-SNAPSHOT</version>
+        <version>3.0.3</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index d63c59eef0db2e1404bc3369cdd402d954521d38..7f2466fae986b3109cafa204cc40d2abd729fdf4 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-parent</artifactId>
-  <version>3.0.3-SNAPSHOT</version>
+  <version>3.0.3</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
@@ -25,7 +25,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.3-SNAPSHOT</version>
+        <version>3.0.3</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 5cdc57be3b907f8676b2681c2f5f1485adc553ca..b59dc2fa66a25b267e93d8f84593415f0a4f065a 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-aggregator</artifactId>
-  <version>3.0.3-SNAPSHOT</version>
+  <version>3.0.3</version>
   <packaging>pom</packaging>
 
   <properties>
index 288ed04b5a2787dbb626d5465eebd2f01606211e..ff321ed13b279d80519bc2fe694a051d670e6987 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.3-SNAPSHOT</version>
+    <version>3.0.3</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 0e3534aa94011ecddb3ce818084ab3811271b87d..147bca57727d49927b2b23feb4334acae8e91381 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.3-SNAPSHOT</version>
+    <version>3.0.3</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 79bd741342831f99bd9c9c2dd3720feb5a498496..a0ec6288735eb622c45086f18de76fb39319c6a4 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.3-SNAPSHOT</version>
+        <version>3.0.3</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index a84ecceb191f867816d6fd9de3a43e692d3a3295..2833f4b0fa3459d7a6f89bb88842848d0d831d09 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>3.0.3-SNAPSHOT</version>
+    <version>3.0.3</version>
     <relativePath>../mdsal-it-parent</relativePath>
   </parent>
   <artifactId>sal-binding-it</artifactId>
index 7545a1d3495c5e0a14e86d96c7872f691a6b2799..b20f53ce3ab0eb59ab5a3ce0f7a5726930de59b0 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.3-SNAPSHOT</version>
+    <version>3.0.3</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 31b0ee5ae3b62e48b3e9ba3c5e6a67fbb4d0f02c..2aa1674b939f85b2b38ddf74531fb2aef61d6ce7 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.3-SNAPSHOT</version>
+    <version>3.0.3</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 0a27448b9b588de200f9e64dbc1ea1cac3b27818..c032f7691001194a75fa4ebd14e12ea46c095f8e 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.3-SNAPSHOT</version>
+    <version>3.0.3</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 18fda052d084d5f83068028eb97ca3fd4c0f9679..527a72e87dce251d803875d9ca1cf316d4a57744 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>sal-clustering-config</artifactId>
-  <version>3.0.3-SNAPSHOT</version>
+  <version>3.0.3</version>
   <packaging>jar</packaging>
   <description>Configuration files for md-sal clustering</description>
 
index d419d50b48ac4014379d3ba128faff9e0261c812..5162ad501eac949c5775ded2685119af85b785ee 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.3-SNAPSHOT</version>
+    <version>3.0.3</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index d167f722a94bde80cb0025c81f2030cd34cb0c59..84a4d5f39ffd2dba9bee518447f8abf074a4aa7a 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.3-SNAPSHOT</version>
+    <version>3.0.3</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 26c952b639159616b9a7a59f08532e06bcd3f18c..37fc442e8a37762e57072ada3a8f7e3e34dfe04a 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.3-SNAPSHOT</version>
+    <version>3.0.3</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 13543f06ead89842c9e336eac941490dc87f31de..712984ae842219686aaffeec8fb383bee03b6296 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.3-SNAPSHOT</version>
+    <version>3.0.3</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 57005b46537befbffe485d851d41b27c6b6cced3..d52aa3a55d4eb4db7db0c6f4cfac6a05541fa056 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.3-SNAPSHOT</version>
+        <version>3.0.3</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 915ad7916660944285e63224bd36c09d3e4b79eb..6615b09b8bbc00764229cc7134cffc40e3304582 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.3-SNAPSHOT</version>
+        <version>3.0.3</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 4f3278595137619e67527586b9225d4d43424d5b..4a09ee1425c12c8e6d76a0743b4312e41a259fba 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller.samples</groupId>
     <artifactId>clustering-it-config</artifactId>
-    <version>3.0.3-SNAPSHOT</version>
+    <version>3.0.3</version>
     <packaging>jar</packaging>
 
     <build>
index d76d409cb1419ac9dfdb5fa6d6ae92891530439b..2d9e92de118621fde00d9e7a3b26737cb5093906 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.3-SNAPSHOT</version>
+        <version>3.0.3</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 140a601af5d4c03677273be786879846cd38a260..4b76e66d45b6fcc15d9f44b479ff9ba5319f9d5a 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.controller.samples</groupId>
     <artifactId>clustering-test-app</artifactId>
-    <version>3.0.3-SNAPSHOT</version>
+    <version>3.0.3</version>
     <packaging>pom</packaging>
 
     <properties>
index 79bb39f2fe9f6037b7cf0be4bc51e5df510327b2..631c40ff42b4db8c4189d3d56f5066b86376e9e5 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.3-SNAPSHOT</version>
+        <version>3.0.3</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 926861513a478a6bc3a7de6bf7290fdeb7ff81b6..b0e6155c66fe8b9a89653f49fac2ebb3324544f1 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller.samples</groupId>
   <artifactId>samples-aggregator</artifactId>
-  <version>3.0.3-SNAPSHOT</version>
+  <version>3.0.3</version>
   <packaging>pom</packaging>
 
   <properties>
index bb671ca37e11f2b81dc766c485ce7794d212c22a..5161aa4f2cc119b1f3cf0d774c127f6044ff7cf0 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.3-SNAPSHOT</version>
+    <version>3.0.3</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index d88921c6654a155f6e816b002260bfac1576b2b4..a5c9191602f942e175bdd7724fc3498beb57cf09 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>3.0.3-SNAPSHOT</version>
+    <version>3.0.3</version>
     <relativePath>../../mdsal-it-parent</relativePath>
   </parent>
   <artifactId>sample-toaster-it</artifactId>
index 22679f0a9cfb06eb23ac31b3c31b4fb46cbc7252..8f9cc40882b74c7c1e4db5528cfc1bece28c60e4 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.3-SNAPSHOT</version>
+    <version>3.0.3</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 81d7bf7f535bbb2061d6dc60796491a979edc9b3..7b20b98b2052a4d8d95b7b416d28f73ffa870a62 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.3-SNAPSHOT</version>
+    <version>3.0.3</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index e58b2cd840d38cf14badf7448437fc234e2be0bd..8ce566bafc40c98006d76fd6567666dce5deeff4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>releasepom</artifactId>
-  <version>3.0.3-SNAPSHOT</version>
+  <version>3.0.3</version>
   <packaging>pom</packaging>
   <name>controller</name>
   <!-- Used by Sonar to set project name -->