Release netconf v4.0.3
authorjenkins-releng <jenkins-releng@opendaylight.org>
Mon, 7 Nov 2022 00:35:07 +0000 (00:35 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Mon, 7 Nov 2022 00:35:07 +0000 (00:35 +0000)
108 files changed:
artifacts/pom.xml
features/netconf-connector/features-netconf-connector/pom.xml
features/netconf-connector/odl-netconf-callhome-ssh/pom.xml
features/netconf-connector/odl-netconf-clustered-topology/pom.xml
features/netconf-connector/odl-netconf-connector-all/pom.xml
features/netconf-connector/odl-netconf-connector/pom.xml
features/netconf-connector/odl-netconf-console/pom.xml
features/netconf-connector/odl-netconf-topology/pom.xml
features/netconf-connector/pom.xml
features/netconf/features-netconf-testing/pom.xml
features/netconf/features-netconf/pom.xml
features/netconf/odl-aaa-netconf-plugin-no-cluster/pom.xml
features/netconf/odl-aaa-netconf-plugin/pom.xml
features/netconf/odl-netconf-all/pom.xml
features/netconf/odl-netconf-api/pom.xml
features/netconf/odl-netconf-client/pom.xml
features/netconf/odl-netconf-impl/pom.xml
features/netconf/odl-netconf-mapping-api/pom.xml
features/netconf/odl-netconf-mdsal/pom.xml
features/netconf/odl-netconf-netty-util/pom.xml
features/netconf/odl-netconf-notifications-api/pom.xml
features/netconf/odl-netconf-notifications-impl/pom.xml
features/netconf/odl-netconf-ssh/pom.xml
features/netconf/odl-netconf-tcp/pom.xml
features/netconf/odl-netconf-test-tools/pom.xml
features/netconf/odl-netconf-util/pom.xml
features/netconf/pom.xml
features/parent/pom.xml
features/pom.xml
features/restconf/features-restconf/pom.xml
features/restconf/odl-mdsal-apidocs/pom.xml
features/restconf/odl-restconf-all/pom.xml
features/restconf/odl-restconf-common/pom.xml
features/restconf/odl-restconf-nb/pom.xml
features/restconf/odl-restconf/pom.xml
features/restconf/pom.xml
features/yanglib/features-yanglib/pom.xml
features/yanglib/odl-yanglib/pom.xml
features/yanglib/pom.xml
karaf-static/pom.xml
karaf/pom.xml
keystore/keystore-api/pom.xml
keystore/keystore-none/pom.xml
keystore/pom.xml
model/draft-ietf-netconf-crypto-types/pom.xml
model/pom.xml
model/rfc5277/pom.xml
model/rfc6022/pom.xml
model/rfc6241/pom.xml
model/rfc6243/pom.xml
model/rfc6470/pom.xml
model/rfc8040-ietf-restconf-monitoring/pom.xml
model/rfc8341/pom.xml
model/rfc8526/pom.xml
model/rfc8639/pom.xml
netconf/aaa-authn-odl-plugin/pom.xml
netconf/callhome-model/pom.xml
netconf/callhome-protocol/pom.xml
netconf/callhome-provider/pom.xml
netconf/mdsal-netconf-connector/pom.xml
netconf/mdsal-netconf-impl/pom.xml
netconf/mdsal-netconf-monitoring/pom.xml
netconf/mdsal-netconf-notification/pom.xml
netconf/mdsal-netconf-ssh/pom.xml
netconf/mdsal-netconf-tcp/pom.xml
netconf/mdsal-netconf-yang-library/pom.xml
netconf/netconf-api/pom.xml
netconf/netconf-auth/pom.xml
netconf/netconf-client/pom.xml
netconf/netconf-config/pom.xml
netconf/netconf-console/pom.xml
netconf/netconf-dom-api/pom.xml
netconf/netconf-impl/pom.xml
netconf/netconf-mapping-api/pom.xml
netconf/netconf-netty-util/pom.xml
netconf/netconf-notifications-api/pom.xml
netconf/netconf-test-models/pom.xml
netconf/netconf-topology-impl/pom.xml
netconf/netconf-topology-singleton/pom.xml
netconf/netconf-topology/pom.xml
netconf/netconf-util/pom.xml
netconf/pom.xml
netconf/sal-netconf-connector/pom.xml
netconf/shaded-exificient-jar/pom.xml
netconf/shaded-exificient/pom.xml
netconf/shaded-sshd-jar/pom.xml
netconf/shaded-sshd/pom.xml
netconf/tools/netconf-test-perf/pom.xml
netconf/tools/netconf-testtool/pom.xml
netconf/tools/pom.xml
netconf/yanglib/pom.xml
parent/pom.xml
pom.xml
restconf/pom.xml
restconf/restconf-common-models/pom.xml
restconf/restconf-common/pom.xml
restconf/restconf-nb/pom.xml
restconf/sal-rest-connector-config/pom.xml
restconf/sal-rest-docgen/pom.xml
restconf/sal-restconf-broker/pom.xml
restconf/wadl-generator/pom.xml
restconf/websocket-client/pom.xml
transport/pom.xml
transport/transport-api/pom.xml
transport/transport-tcp/pom.xml
truststore/pom.xml
truststore/truststore-api/pom.xml
truststore/truststore-none/pom.xml

index 8d81654470844f48cf23eb814abea9b74d263d79..20ea6980d37ff258e8e5b8695d716800cbbbd242 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-artifacts</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index 4de36a92c0c6c60d49f6d444b5a23d8af25d4418..cc9e779863a3588dc09697e260443e9d25302f2f 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf-connector</artifactId>
-  <version>4.0.3-SNAPSHOT</version>
+  <version>4.0.3</version>
   <packaging>feature</packaging>
 
   <properties>
index 6c5fcd147ff8d971b70843a22b39dea62b47a02e..16893f0c4ce16d10fdb6134634995f356543634c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 3f2eb9fc3627505f5cc8c725320329f966c58771..b1689eff3fb101aed4b20c46d5a70fde42946f42 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 6b693164e1a3f2292cafde90250f4915677012b1..221be56ab36677dad1580849b47830e2c9a04798 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 3d828522d6eabdbb3720006ab4671fe50e47b217..72c9a5e34080319c5e438403b2e325cd833cd3a6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 7af21322032411f0a1f06c65492b68cdfdedc9ca..e682ea54bc49d556d2b67e69c45ebb2e9aee072b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index b7e814afa062669a2e735ef17789e1204a2e3ffd..537643946c0e506b2ca6853c1d20470591e4ad38 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 5a38d380a4d70ab4d86e1811809a655c06f1d8a3..1c204f18fef5125e8e8209e6cd41c50f9ae8fe7b 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>features-netconf-connector-aggregator</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <packaging>pom</packaging>
 
     <properties>
index 4d82c19744ffd8d19b2808f144a4fb59e63a56b5..5afb791e5beac5d621b17460c65ebbc367b01b41 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf-testing</artifactId>
-  <version>4.0.3-SNAPSHOT</version>
+  <version>4.0.3</version>
   <packaging>feature</packaging>
 
   <dependencyManagement>
index a7cb8aac5d48d55750da586ef5f5c6f072134c50..cc8658a7fdf85faad909c57dfd381b3b1d0a18ad 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf</artifactId>
-  <version>4.0.3-SNAPSHOT</version>
+  <version>4.0.3</version>
   <packaging>feature</packaging>
 
   <dependencyManagement>
index f154b349705e83bda116290fafeda86012d9fdc2..65aab22f2cbf49f7d524dc8379d6ab1ae5c76d1b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 2ae4e3e88d56c2254d8609dac55772651635e9d9..9736afe32720f19fa5a982d7ed68639a529ea6e2 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index b853e835ac6e54259aba3a7e75584f9c68219f25..c6d5a03b07592c580655370ed05d8de66702a764 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 13bce2bc31d352b5576b30c0ad228f5d364297a9..905c5fdd4291da27f8721755d11c064dea112204 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 8ea36dc377f92d9ec4eb9760acd526f2a15c36d9..853169bc0feb4d1f7d1cbe42ea015a306cf268f2 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 3caeb4e47b409194347c47af93999fb560a214b4..8089347727b63505fb8e1b0d9faf151a9613b43c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index bb92e05e1c959f9ee00b1d515ca5a3b9421aea42..24a1e3bafedecface3cfd3b3223c2165b6b46c45 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 6a01181c62186bbf35eaccb27e00281256870758..1ba15ae194fa3c4586834bad37efc29bd2fa35fe 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index fb2d398966e68dbaa64d1324bbf6e5e8cdd8842e..0e7d020af3830d0b57e0150382726700ab9e20b2 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 3fb842ab9854d84e42ee49d5f73c87d1214515c1..746c8a37726c1ed44b6edcc5abf4a43e2e19b436 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index c2968d8cad9ade26ad2d7ec36282bf73cc1e82f9..172014e58b1ed7a665143fb81bf45ac3f946a863 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 954d8f00328ae5aaaf8a9459358bfef599ac0b59..65a25955a38d90f647feccb7827f7008a53a2e1c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index bf257824b3438b82bbbd33afd100523c7028630c..baaefbe83dfdd4966d6cc39ee3f4ea6fe30e5be5 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 19111a824084557d9f1c63bebe756a17391e6316..37aab9195a7aabc294795d6bd7839b2e2ef8238a 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 52119cb1b53832b36898cb87f131cd095982fb14..22ed05885df1be60d91525fce912e9f30728d779 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index b6688e61fe10d83f6247cd3f1ca5cd4eeb625ab5..143388373177b1d4fd9bc32d251194a84a76d451 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf-aggregator</artifactId>
-  <version>4.0.3-SNAPSHOT</version>
+  <version>4.0.3</version>
   <packaging>pom</packaging>
 
   <properties>
index 5e9717b0aa25b0153d083a3722610a2cb81aa264..f4b4b391da2f637530581e6e6cf1f6261b0fd944 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>feature-parent</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -26,7 +26,7 @@
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
                 <artifactId>netconf-parent</artifactId>
-                <version>4.0.3-SNAPSHOT</version>
+                <version>4.0.3</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 7f055a924abaae1d3dc12df47637d9bd7cb5eefe..4ff43568882721d85096a99271d7f6095deaa223 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-features-parent</artifactId>
-  <version>4.0.3-SNAPSHOT</version>
+  <version>4.0.3</version>
   <packaging>pom</packaging>
 
   <properties>
index 4b9733416acb222373e0e2c578f45a3a2e7c8fb9..3a187cbe9614563b61e1e0852077e0d2be3db7de 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-restconf</artifactId>
-  <version>4.0.3-SNAPSHOT</version>
+  <version>4.0.3</version>
   <packaging>feature</packaging>
 
   <dependencyManagement>
index bcef3cefc2defdca2123a2a5eb7cf34430355188..7ac2ac8da73932b0aef0cb41e95c5a9b8521b736 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 10cabb66a53c69ff5d27231a5a0bab81ddad1d99..0ebd149a355d5a47eeb51cfb234dfa3190ef7b32 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 68d09a8a6f2ca4fc22e3fbae774cee5e69ef538c..238ab87a84d7924f4b875c2cf305eeb3fad8d512 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 4bc8b8662f56f7f66d512b4842f7e3af53a37d38..2e143851270ff3dc6b8bea4189b7715a92be328f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 83709e9cf1b29831bbf388d11af2f20c81c4bf10..1dacfac9b6fd9a5a8fff136ad7b91be5c7500c50 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 724e560c40f2c9789d6984dc782247958fc1e6a5..2b9978eb648500ad34cb39675815cacee2b9dcf6 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>features-restconf-aggregator</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <packaging>pom</packaging>
 
     <properties>
index d1d1152fa9475469c3adbf90f73a402473ce439d..7a9b9be9acc7528e61a8532c31c812793e0f981f 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>features-yanglib</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <packaging>feature</packaging>
 
     <dependencyManagement>
index 0cc806cfe8ff7b27d51359b5814b3748aad40c11..72198319d4822351c92e733511f98d3dfb67d69a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 62adee614c9d3fa88ed2cd57e45f3fc569077557..eb49b2232ea63066db4a50525fef4342368fe61b 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>features-yanglib-aggregator</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <packaging>pom</packaging>
 
     <properties>
index 26faa8fe966275f66ea43ce0354283176344a053..b64b50ff270bdf3cfac37e7c9be9134c26f89e22 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-karaf-static</artifactId>
     <description>Apache Karaf static distribution with integrated NETCONF and RESTCONF</description>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <packaging>karaf-assembly</packaging>
 
     <properties>
index 540e808a251050bc47d29db713272ac485f9f094..19a555edde892c8104af5bab67d1f20b25720f5d 100644 (file)
@@ -16,7 +16,7 @@
   </parent>
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-karaf</artifactId>
-  <version>4.0.3-SNAPSHOT</version>
+  <version>4.0.3</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
@@ -38,7 +38,7 @@
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 11fd37664b7edfa6c6e3e265554840ef4bdc7b07..f505f011ded216639551f93cb4ed73545d2e9ead 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index abd7b809d7ac1c0d543c4a7f3a7f1a752206a138..44b8632c69754150ce4e1615b1f7b0dddccd20b4 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 9163dabc6261d6ca4efac0953e0fb734af07d13d..1787ae6f05177c17eda09bf4694ea927c8935669 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>keystore-aggregator</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index f726041554ce324244861662cd2ba3281de898be..22aa1061abd31d7e8f2d4d393fa3c0f804d94685 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 4cc626b5a9db1e8dd569f57502ec14d1eb112768..35361dd4a0b62f6bba36db98d2e08298fc0c4942 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>model-aggregator</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index b89f25e7b6cbf992ab1908ee6336136c6be6b606..68e24511fb63c5ddfdddad0598ac8bc3a3de58d3 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 1818b4092d213b179c945c3a758e43190ff11069..92ca184e215b6934b1f8abc896d8a054225834e1 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 34ace8f15053d34de6b5bee2dd46a3bcb3b435d9..0bba93d546b246e10ed769b964260bdb9762bf5e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 114d39dc62de642e2a604f373644fba4416064d6..e5dcb68bae4cb1fda418b938bd5772dd5ad14c17 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index d97fb3400e1855db3045f1c308515fe2950559f5..d5bace0540e8dbf1a7076c9c4dfd8b100aef8806 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 51ba8171ec144eea3c0606ee729f9dc32f9f5151..5abb552c659e4fd218604a2211c84465c4b94ca4 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index f142e1ba5a2c697ae9cf55dc703ace40a28de275..d37af77635469b4012555fd435cc7a8f476fbbe4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 8f13b6f5693a0dede19f7c14b86f461a860c6ce7..f1428466517e3c448b22d4465a1fb843523f3f55 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 839a3159b37bbdcc723b9b4ba31c10a2a344d519..34660d5dfc942a37d3adda953526ff4507643610 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index ae4bf07e0cfb7aef1c437a6787be9925a98bae7b..025e7f78fd1994df44e03564c906ac952cec96f4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 01118f157bb25e1088037510bb69b661ca9d4e85..2ba7f6d1a6acc79911c4e45199f7907447c2f5ce 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 9d4d7a4d9d5a2f0b3e1a21d82e270d3ffffed05e..158f782994cf02812d5e55b4c6bdbb978c1d7f2b 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index da8623a16db2db29aef8ce422d48ddd195276810..8f582040268eda6ed9df109446645445613ba4f6 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index ae4671e8cd47d06c07e154051ecc573bf07140a9..657443aec53b97001899656e4de163246c4ec7fc 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index fa289ceffcf1f51dac5ba0ad8a1593de8bcfa484..0a1c690f86b4e914331876e44bfd56a774c59633 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 5f8e99fbbe50b5d78d2c44a5b2492dc551b541dd..2f8a6dab80039864d387c85cb11366c557de38f9 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 5992eb8062aa68458eee036c14bcb0260d2ce4bc..37880395e60b7bd4b8d0fcb5cdec4d431140c214 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 5a3c3c30d749b8d79e8ed0e75aacc75d14dd4668..2c7939aac75b1c37e962da7bd99656a7a7a4cbb6 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index b67b2a8482e62a37449be165c1ea2cb48954650b..f2035c8134b85b6cc8b93ed76dcae8a9975559bb 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index c7950d9b215f17e8a1143447adba564b576670e8..1036213995c0150368a4dd5c6bd17b3916b3adf2 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 520ca9bb594f8ffc55813ac385b6e0741f685fa8..4752e06abaa778b97068d0ba48ce2ca4eaaf4ea9 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 150655031ab31652a0d9a31a3e4166d888619331..02e6fa617ef9aec00e64749d673c401f5cefc48a 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 77476963eee5b450b67bfe629aa306bf8797d897..097c14962d24a400f4a150690719dd032b464fe5 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index d7c3c3fc86ec82a330ac2c096352c970bb060386..0c5a667bc56b9cc3ff24e738598f555bb5795859 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-config</artifactId>
-  <version>4.0.3-SNAPSHOT</version>
+  <version>4.0.3</version>
   <description>Configuration files for netconf</description>
   <packaging>bundle</packaging>
 </project>
index ed867ce62ca65381b4637756083cd240efc256e1..a4f5af49f7429364b17121e486d1526101ca3e22 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 54c1cb1954df44409eba717807d7d3050f00d614..351bc6b2b28daffda3264c774cb6f35a775fb12f 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 04b596cb1eb158d1f60b0ff8ecffd738033b2442..c8326cbeadb4317132b1dbdf17554108486e0a48 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index bd444cddd33172a53818c3dc3a70f4c19c9bcd99..430804d6278e454e3dd43f4f10742905263d3ae3 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 22a4ba2a8368e73860cc82d0e04041bf51da6fde..9c4a0cb711a05edd6b5bc93a4a549b27a2d23215 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 72dd926436507b11bf27e5c30a564723444ca863..7a7cc0b3b3d9f71d7ef6dbce78afd85679cf6a11 100644 (file)
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 1ba5544e661b4a81a427325bcc0c6cada6a1c9c0..9c0894d91f1b01ab279809c23418b8bd1644a801 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 7213e2350bc1d74f4c8381ba8be64b9c35b428e7..8e53bd188cdd8d93852b2187896086cc880ed169 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 708c587d3d2c8e7d0d543f4ec790421310348505..005482e9e886ee60aa5727c5aa07e717fe8e1d12 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index d71df69e8ba035748b262a3aaf46fda6ea3519bb..2214dd12fea677e1a16b685af2f6be5935b4e3ee 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 6934522b5cdf2168d3052ad7d9d7e77c5267c036..6a1ba2ba849adb23d99c2d43e64a4a1afcf13647 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index eddce3155b3fff231eb7329511ba7537f0aae7d3..813a6e0e9ea37287b3f2125c1656ec210e0aeaf7 100644 (file)
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-subsystem</artifactId>
-  <version>4.0.3-SNAPSHOT</version>
+  <version>4.0.3</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index 5664e43470726a4b61146f23364438835f7a0a69..3ebaf0820302a26ec4ab4a57f3b194a99997a83f 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index da7e0589a4297b8b540c31ae05df23f95a14cfb7..41895ae9eac3f3b96ad07f3bf86d329968289b67 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-exificient-jar</artifactId>
     <packaging>jar</packaging>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 498f1bf3a6711e8432b2926e4108522ab8a87e4a..f31ca4350052e93ad0cca02b1d8d03b0beb23873 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-exificient</artifactId>
     <packaging>bundle</packaging>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <name>${project.artifactId}</name>
 
     <properties>
@@ -35,7 +35,7 @@
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>shaded-exificient-jar</artifactId>
-            <version>4.0.3-SNAPSHOT</version>
+            <version>4.0.3</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>
index cb592a58a26d1bf8c199ffbd176382875357a3e6..7083996d0d581aa1bf3ad476e69aca00c20e4b20 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-sshd-jar</artifactId>
     <packaging>jar</packaging>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 7a849afffaa565e8155763586764efe6fbaeaf01..f013bca279d067a88d9d27235021d6e838f85752 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-sshd</artifactId>
     <packaging>bundle</packaging>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 7d3d42c5b4cdc1323950227a26b29d872e19bda0..e552997e6ec13508cc8ffa0407945a0b95a4dc1e 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 3ea1378cef856bce0352f639a7b0ce215a51d114..70bf16fd11cd9734aeb761fc5fa83a9eda3b8d87 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index c946848a1fe31b2d83a1b28c85117372acfc660c..519a9754c078d2091da1f93660e4ab5a6d5cdc9d 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-tools</artifactId>
-  <version>4.0.3-SNAPSHOT</version>
+  <version>4.0.3</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index 09c527480129153f1c8028abbde7806cc1a4fa12..22a02ca35cf85a0ede732350fea1335b193d72c8 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 1f6c60369b5e431a3c68196514c98858fd245944..a137f9b0182b5cc59260e5face1bf13a3bf1d5c6 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-parent</artifactId>
-  <version>4.0.3-SNAPSHOT</version>
+  <version>4.0.3</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
@@ -46,7 +46,7 @@
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
diff --git a/pom.xml b/pom.xml
index be38700b556264fdd061b15452f2bed86b311019..d1161adf1f486d19a6b8cc8a622a0bf93c6851d7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-aggregator</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index 3f77fe4b2c383472e7a35ffde18ab191c41c5dcb..0f25bcab2b175072e2bd2a8efcc07fb85222d30c 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-subsystem</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index 052227535d1ca102fec31c19a1772174830d520f..7ed5170faaa4ffaabf81b30cf4f0e05b66c5b749 100644 (file)
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index fcfc05737956d83caf32827860b9fc5a3f50b68e..10a4a5844014ededc40e16f1dc8fa34dafae9278 100644 (file)
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 78e6d4accf419de4d8bd5f8c83712e1c0e298182..eb36648fd5937815a3b8c0f58dd16902a7f199cb 100644 (file)
@@ -13,7 +13,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 618d987d223813a4d2846b3cc97964e55d4583f7..733d43d2c00cb66f9d6be3863b5a4d22171ff8a8 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>sal-rest-connector-config</artifactId>
-  <version>4.0.3-SNAPSHOT</version>
+  <version>4.0.3</version>
   <description>Configuration files for sal-rest-connector</description>
 
   <packaging>jar</packaging>
index 7094842f6319cba174fb4793197273907c071f38..118c7241653a9207f8c434fa8ed8055006dd2bba 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 3bdca941fcd9f96dbb00df6fc47860b0e649e0cc..0797861f29ef8488371f0825bffa16ff95381d92 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index f9030bc08ff77ffe82d6aaecfc0913864f125dc6..f3ca8942b700cb92930d84fbd44cc9e3788b6f81 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 026a8407720b310824156b0e3fed8088681218c1..170578b4eddec2b5cd4f273d08500733fbc08ba2 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index b2678f25af746c7713f8cbbf352a138e25b88521..abff53a671d093417606dcc332924c0938519370 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>transport-aggregator</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index e7cac1e96e34d06fc6580359f0f1273c664596bb..cc6cfcb3b2a7c35a63d661a0991bac7e08c53665 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 89794e61d4987903c7a3e36c79f9c68addd7f5dc..20e0d6a04e213a2f775ffd8e30cc582841b85e28 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index b3e27b07ae6364acc81f7b07878b8621c340a300..1bce0bd1e7b44809fa27481d283c49806931586e 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>truststore-aggregator</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.3</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index 0b451f4282626ddf22bd27c8c0352ba7b7507635..c1354ce38874e801ce3e7934915c0f2114e7bac7 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 2e6f1021f0ec2a57b042e661dfb97dadf46cb02e..a1646c4db332c25630b38dd31ed169e9875401b8 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>4.0.3</version>
         <relativePath>../../parent</relativePath>
     </parent>