Release controller v4.0.3
authorjenkins-releng <jenkins-releng@opendaylight.org>
Wed, 15 Sep 2021 10:15:22 +0000 (10:15 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Wed, 15 Sep 2021 10:15:22 +0000 (10:15 +0000)
72 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-broker-local/pom.xml
features/odl-controller-exp-netty-config/pom.xml
features/odl-controller-mdsal-common/pom.xml
features/odl-controller-scala/pom.xml
features/odl-jolokia/pom.xml
features/odl-mdsal-benchmark/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-remoterpc-connector/pom.xml
features/odl-toaster/pom.xml
features/pom.xml
features/single-feature-parent/pom.xml
jolokia/pom.xml
karaf/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/eos-dom-akka/pom.xml
opendaylight/md-sal/mdsal-it-base/pom.xml
opendaylight/md-sal/mdsal-it-parent/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-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/karaf-cli/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 85e3e30f3d5a9901958f3cca18e9f0c73f1f6b9c..3c57c73a8b5f9cad674463b7e9bc38859f5620f0 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>akka-aggregator</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <packaging>pom</packaging>
 
     <properties>
index f77be7f5a694e3269eee5f1703d9042fbd42ee4b..58a772081b15d6291aaaf4d4bc49f07e6647d84e 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>repackaged-akka-jar</artifactId>
     <packaging>jar</packaging>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 44fa2f515b2f23c58b3e6d07ba5e06af8278dc05..aef3e93a814413af11304932fa1a909c519628c4 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 61e96f4120ad6b59dcc8916f2cf3f1ee8889635f..0fb424980824824aac2883a6095e91af0e49bc3a 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>controller-artifacts</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-event-executor-config</artifactId>
-                <version>0.15.3-SNAPSHOT</version>
+                <version>0.15.3</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-threadgroup-config</artifactId>
-                <version>0.15.3-SNAPSHOT</version>
+                <version>0.15.3</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netty-timer-config</artifactId>
-                <version>0.15.3-SNAPSHOT</version>
+                <version>0.15.3</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>threadpool-config-api</artifactId>
-                <version>0.15.3-SNAPSHOT</version>
+                <version>0.15.3</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>threadpool-config-impl</artifactId>
-                <version>0.15.3-SNAPSHOT</version>
+                <version>0.15.3</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
index 771de7f50feb7da282ef200191762b3b02aa64f7..64790e861f76eb784839e4e44a7d438701a981aa 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>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 7f3a1c1daf70d0ebd8eee997148d454ca0bec777..cd73f5337f1cea34491c04c574bde8c0d9ae60e9 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>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index e516bf8747abcd90305623154923b1ddebac75ab..0e89d81eb4fc8c1c9971f7c2b657d894a89c1ce9 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>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index 9b35333849fe262e8d12b636fe8f7d978e1715ba..1a349bf2a9da88bfbf074e527a489cfbffc4ac7d 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>4.0.3-SNAPSHOT</version>
+  <version>4.0.3</version>
   <packaging>pom</packaging>
 
   <properties>
index 2d57203c700974619aecc3d269c40d693c5a82e3..065c668b45d7e7e746fd78bdfc64e0721f1ca7f8 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>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../../opendaylight/md-sal/parent</relativePath>
   </parent>
 
index e5f28d8a1a58f07501618cbfef0c9410ab8e281f..58149db4b5cb7ab7cd157b1d46a93ca8dee9ec9a 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>controller-artifacts</artifactId>
-                <version>4.0.3-SNAPSHOT</version>
+                <version>4.0.3</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 0cf8efbb2daf3be1c39a221b1b69f6d501eac30f..02014c85de5e00a0a472026c94dd85a099c20e4b 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>controller-docs</artifactId>
     <packaging>jar</packaging>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <name>${project.artifactId}</name>
     <description>Controller documentation</description>
 
index b3a1daf31ad057829c3a9c6f8bf6939a5b49b3b2..23c502f3e18a0a7f8c290da9bce69f2c10bbdc1e 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller-experimental</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Experimental Features</name>
     <description>Controller Experimental Features</description>
index 1b4984538791f11c813f8e7a0ae4099bcc4ca10c..49940bc6f2995660ea16b7ae8f8e1b29a6630a8b 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller-testing</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Features to support CSIT testing</name>
     <description>Controller CSIT Features</description>
index c13e43269b32f58abdb0aa0e75440724e1e73dee..7471a4eb757dff9a5bd3c738ba098d684acb59d3 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-controller</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Controller :: Features</name>
     <description>Controller Production Features</description>
index c480eb8843767191d407d9247578361b9e3d4dd7..c84e5189fa071d55883bc31f69d9f91637acded1 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 057b566a89240687e5367737c0816a71415453ed..b5fa853b4821e9b39576c6555eb1e277738ca43f 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 49a91107df15a99a5996cf1e95c46ae9be8899dd..7f799cd794fe05359a6a5c5c12be639768d6fa11 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index fc809128375f55393253c638e6f7a55c5255e35c..30ab5f29a71dcf36281d39f83faa6a360888e329 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index c69494cb6a109a45c80ecb9f1a79e209fbfc1c28..4012624c427013e953050ad9d1c3dfb31c106da5 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 866efb2fd54f974d095f991fb72aa957b91092d5..dda3b18afe3d5336b5ebf237189ea997ac2d2184 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 9696aa78e6b2c70d3ed1f1e4bcc9b0e45caa24ea..08a02bf70cfd235b5f5ec16d1d2398ca0d983781 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index faadefc6b3d25ddde82fbd0a17585aac88936a05..4d7f38ede6f3f82b4d4b55a4499663148b404c6f 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 9d73ea876e23a2fc998e4052e5af69ed34b015a6..229b76334358f476223408b0c23d5b938de66621 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 68c657288c6ae1d3b1e5c9baf433b459a5c541fc..0cb74dd45fcb748833a9783a44a5437841b9f9d0 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 5040f5619b876003232f5f212f05f2952f22ab30..bf1ea4d635aa85ea8cc8a16383621a78eda5525f 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index e699555c3b6884fe6cdfd0437486edd5816140cc..70c1a90d73a4881775c79eaad1ef1cc38531bcd7 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index ca6d2de59d974af991e1cbabdd8ddf136a4385a4..316009de885118d3b9e6589156460b97da76175a 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 4baae3fdbeb00df96bc849323b4c5b0d11021f1a..f3fee8732dadd654c0370a3fb832bb69795247a6 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
index 0281087662de33fb418c5d560db709b780470875..7b82dfd7ff942d96ccba1205dd809c6519f3f6bf 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>features-aggregator</artifactId>
-  <version>4.0.3-SNAPSHOT</version>
+  <version>4.0.3</version>
   <packaging>pom</packaging>
 
   <properties>
index 2c65898607d9b0ce0c83dc9e59eef90a43c4b9ab..1ab15fb0e65ab662ebdb0df180416b422ff50ca1 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>bundle-parent</artifactId>
-                <version>4.0.3-SNAPSHOT</version>
+                <version>4.0.3</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index f22145367ecc36071b8cf6c8b037f61df439754b..9445985e1a319fc90551475e910d615785877551 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>odl-jolokia-osgi</artifactId>
-  <version>4.0.3-SNAPSHOT</version>
+  <version>4.0.3</version>
   <packaging>jar</packaging>
 
   <build>
index 96c8a2107159a7a25e4a8da33f940a9a4a2de733..f9823b1625754b2b73faf2ef3606e50f2eb14515 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>controller-test-karaf</artifactId>
-  <version>4.0.3-SNAPSHOT</version>
+  <version>4.0.3</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
index cd55dbf0b175389199adbcfc9d978afd1346d88b..b9897083777bd56ed98bdb4bf99850c1bbb0abfb 100644 (file)
@@ -20,7 +20,7 @@
   <artifactId>blueprint</artifactId>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
-  <version>4.0.3-SNAPSHOT</version>
+  <version>4.0.3</version>
 
   <dependencyManagement>
     <dependencies>
index 53735aa7743721f8d941001731c54f037724c3c0..4a150f90125ff59f58b11d0ac7c05fcc9be82205 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-event-executor-config</artifactId>
-  <version>0.15.3-SNAPSHOT</version>
+  <version>0.15.3</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's event executor</description>
index dda184bb46e0c0f8bd93982bad3c6a596a674685..e14d92d1532e0bc2efcf8d3d0446cfe8bbd44ce3 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-threadgroup-config</artifactId>
-  <version>0.15.3-SNAPSHOT</version>
+  <version>0.15.3</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's event group</description>
index bb4c0f190a5e143b3eb89e0ff53ac5d8d9b43596..a9e2a711e7ee9a2ce2b0142271b733bd9deddc1d 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-timer-config</artifactId>
-  <version>0.15.3-SNAPSHOT</version>
+  <version>0.15.3</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's timer</description>
index 945808d234e7de96898898af6f3f0bef51027d06..90f9fe4aaeb8346f56a9d10b4a7ae3774d232f36 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>config-aggregator</artifactId>
-  <version>0.15.3-SNAPSHOT</version>
+  <version>0.15.3</version>
   <packaging>pom</packaging>
 
   <properties>
index 5eb4e09232c2a729a32541266728ba6922f5b3f2..da98bde16b6aa9e86be7ba22b153e3ce72dfe46b 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>threadpool-config-api</artifactId>
-  <version>0.15.3-SNAPSHOT</version>
+  <version>0.15.3</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
 </project>
index 184a73402a90c6428a9d63a028d0da214da76dd0..a013c190d4ee1df2f817d67e397e008b63c6df03 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>threadpool-config-impl</artifactId>
-  <version>0.15.3-SNAPSHOT</version>
+  <version>0.15.3</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
 
@@ -20,7 +20,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>controller-artifacts</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index c4caec06b68ca0205f0494ae6b0d73fef1f8e4cc..3233c67252c04749291680f98918c71fc781e66a 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 915a6fdf2065365459bf75dffc6e6fe0e5b4fd52..fa174e7ad7490973d36f33ba241d4f48273c8d0a 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 7e38e4545278842581a51202170fa35ba2a26e63..40f3e8d409a03af48c96982e1ad8baee97399aa6 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 85d2e08499edeb532ead85bc5e6e36bba8ae2c3b..0837cd1f5e05fde05089c2f947a14ff3d7180209 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 5035b5e9d7ba02744e96ac1ce9309d056766ef3b..c1b1befff2853976c9c71ab361d0751ff8dc26d0 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 2aa33dcf9311027d2a65066ce4db30a40b02690c..740dfef524a748daf956264195647d9b45c912dd 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>4.0.3-SNAPSHOT</version>
+  <version>4.0.3</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
index d728f4cff518b48d37ea0c9341d442626267cbc0..ba89d3e034d58943d354bc30360fabb0db29afdf 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>4.0.3-SNAPSHOT</version>
+  <version>4.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>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index f1c0877a4d76490664e01a8555889fe675f0211a..d24508403874cfa9ecce0d02713d81a446fda302 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-parent</artifactId>
-  <version>4.0.3-SNAPSHOT</version>
+  <version>4.0.3</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
@@ -25,7 +25,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index e3c708e6b6f2b6604d95ee44781707bf573dd15c..33050dd0d3daa1c7cc6319286c93a576c1a8595f 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-aggregator</artifactId>
-  <version>4.0.3-SNAPSHOT</version>
+  <version>4.0.3</version>
   <packaging>pom</packaging>
 
   <properties>
index 0c3b153556507f01e50d139349d2729634cb683f..a67587b5bc4cd471525ee5bce0a097bcc2552936 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 495d662d68be852af26620bdbb4be1134a9f34eb..ded1c74a94fb6203f09703e5dc4588d7e1e625b3 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 346b0295063cf42097b939dffa8c83a67273bc31..08847bf8e18a6891a63e45945e94da7321a8253d 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>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 6ad8742a7dc5f3cb20c9ad7ad25bac8c71670fbb..1fb566c239e233e504bbd8843a26f596cd09649e 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../mdsal-it-parent</relativePath>
   </parent>
   <artifactId>sal-binding-it</artifactId>
index a764555e4b540fc4c36a9611fa56bbd1bab2dc2a..5efa7965ef20b11102238776e7257ebeaaf4db2a 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 8285ba39c47d1135a9fcfcbcff5d94fb41725b06..fedf4811a8fd68cd0d31cfd2780eb850852ab740 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 69007a045945af5a348ea145da5e8d52f4129d68..e217c4e854dec836b6fa28694880fd8aaa9404e1 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 30f116d4a622af06c087e69104289e4f47a990f7..3d4a9beaa6e74077a770797bd128d683b4bd81c7 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>sal-clustering-config</artifactId>
-  <version>4.0.3-SNAPSHOT</version>
+  <version>4.0.3</version>
   <packaging>jar</packaging>
   <description>Configuration files for md-sal clustering</description>
 
index 50e853243ad3111210b807dace5b36831fdb720f..44410bbe50c8de26808ae98e9ff8d8cafa77966e 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 65ccf93de70f4cdbb5878c30e157de159fc36d8b..250c97a3526e58dbe93bfbef1095c83d6b0ee00d 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 43ed92675bbc624cfdbcb9e9888ecb0be4489e57..18a07bbaed08bdb07848e4df42c2855e2b8649f1 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index e877127ef764d3d095814237549058c87d43388b..8565c2192716daf7ff6044c055664abbc5f566d0 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 7d099ebe6e4dfb4aef60e31bf78393b868fd4d46..03b9a996ffca4717be080b4f747b0d82ec1621f1 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 2d1791257489e68eab517ae5a90c66303569252b..e11fb4215b7b5c029acf2ac631f4062d3296d665 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.controller.samples</groupId>
     <artifactId>clustering-it-config</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <packaging>jar</packaging>
 
     <build>
index e76ce4ab91e784ae906a52b40e689e2ac3d1314d..d12c46be1be306272f10eb4b9a5525238222b086 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <artifactId>mdsal-parent</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 9ddb23b8845ab501c6487976bfcefae029c8082a..ce386a60dbe9d9e743b91d2a776062d6f835ca0e 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 2c26261607fd7f7b3aa17fadcc709c53c4438003..83d240ec08898155cf0eea87375f8dab4b39bc70 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.controller.samples</groupId>
     <artifactId>clustering-test-app</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <packaging>pom</packaging>
 
     <properties>
index a58304325e06b644e2dbcedfbe25b4d109b0c472..422e666fecc108a93a2e51c35f2ba75cdaf16a64 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index dcdd901a2b1b77e5201bf2d6ed813f61222c369e..43da9f7a5b6c886ce49290a500681d1235bdf1ff 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller.samples</groupId>
   <artifactId>samples-aggregator</artifactId>
-  <version>4.0.3-SNAPSHOT</version>
+  <version>4.0.3</version>
   <packaging>pom</packaging>
 
   <properties>
index 3e81d045b2fc2acfb93f6f447e98d2129ede4733..bc137a22686fdd36e2c8dcfceee4cb5bb6b7652a 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 1e604dc8a5daf3444624fe0e51a98605a3644b75..6701772d38bc6d4a8f688b2f4f94ab184e9d533f 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../../mdsal-it-parent</relativePath>
   </parent>
   <artifactId>sample-toaster-it</artifactId>
index 9651996c0b21f8ab0963a89e6a119d694d28ea1f..881a2d30350f12014074bebc78b42eef1b297e96 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index b0da999318d3ad909758247e386e494fc25cd072..30643cca946510c7a707cfa5f274b18b90731e48 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index ba1886ee37ec82c4f360b16ccd2792c23d005809..e526f1fbdaef9161935898c69a7af48004306fbf 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>releasepom</artifactId>
-  <version>4.0.3-SNAPSHOT</version>
+  <version>4.0.3</version>
   <packaging>pom</packaging>
   <name>controller</name>
   <!-- Used by Sonar to set project name -->