Release netconf v4.0.4
authorjenkins-releng <jenkins-releng@opendaylight.org>
Sun, 4 Dec 2022 14:18:58 +0000 (14:18 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Sun, 4 Dec 2022 14:18:58 +0000 (14:18 +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 063f310c75748d9f022555b9a90ed049307adcbc..80b220a5d22a9e25d751af544aa232f0697e4188 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-artifacts</artifactId>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index a311e92c5e7c1d5403efd91f1e356a3576c83de0..e3fe29a7ebb4c912b206aab25692088691061968 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf-connector</artifactId>
-  <version>4.0.4-SNAPSHOT</version>
+  <version>4.0.4</version>
   <packaging>feature</packaging>
 
   <properties>
index a0eb12989856748891ca9aa5d769728ac1c6d5ce..4c9f67161a5a58d2863ddc2f291271cd85cae3c1 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 92d16060688ca8f375263ded919143403821d99a..9aad7ca561a59004fbeb095131f86b2c4b83d27f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index c257b2d16526d3c9ceb384c5fd0451ab681b6efa..5dc6eec4a74c5f8124abab807c55ad0d083b3001 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 5767198e1e03a0812f87b4f039c538a045a37646..ed689486556f0221ddf8a5882976349396da37d8 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 663b6eef5daa3d355d0537f683f0bb55214fde88..2b87f97db202254af43b820d5b99c1578f3610cd 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 1a9d47a39dbe9cc1b0be53f32887244b51172a22..58e77c6e9b66d1a4fd9d01fa9a9469f7ab20cb99 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index a80569d2d0db0c41ad137f9db8650c5fb6a58c44..8914c56ee6d566893fa950dbcbde0217bf9f04e1 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>features-netconf-connector-aggregator</artifactId>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <packaging>pom</packaging>
 
     <properties>
index 208d36e61aeb5b69177cde308f31b9197d354d6b..6cc50992c45e5e7f39c4a916f9eaec24428be81f 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf-testing</artifactId>
-  <version>4.0.4-SNAPSHOT</version>
+  <version>4.0.4</version>
   <packaging>feature</packaging>
 
   <dependencyManagement>
index 6bde74b246f5d1939af2e160aa7124272ee464c7..6a0889c7b7fd6e4d9cf3b553c7b4fccc29ce813b 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf</artifactId>
-  <version>4.0.4-SNAPSHOT</version>
+  <version>4.0.4</version>
   <packaging>feature</packaging>
 
   <dependencyManagement>
index 5c103211c173eff52492050fd1ed10be8f0b91f8..d718731bad8a5513ea14c644c31650cd86215a4a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 2f785c4643d83e7983345d649966ac73a1f7b0f9..ff9ade139a1d61fbdcf84f880ccf9647bb46be6e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 11249d322f39e399ea4272962cfa2d6f19fdb975..26d9a886791524feba615fc549ed82e0fd85be53 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 292ab78c0824691d067603af406f1703d291a016..34e1a853832b5d0e4028dad15d67b80859b07fbd 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index bc45a5106995fe8bc94ca17c777aa782fd4bfba2..78082f5fdb1697e89185554cf57b15f8980f0515 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index cfd887c85e856886d7f6f519fdda62261cc8dc82..047a50dae59aaeb50ce3cff744a80a96eed7df3e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 98fab6c63155fd4118f61c27c02edcb5420a95bb..067e0d7df546a12e03658e50172675f15a4fef03 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 948e127042f7e97afa9fd1d6a68c700306c57ee3..550fb5835f17adae2366bdb479a42c1b1120d649 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index c547972324bcae9f55d26a0a0e79d8a2dfad82a0..210fdc1e5d5fdda9136cd36bf1eb3c96dd0096a7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 468872d5b330099e95f88de51ccf3fd747a768b4..cb2d0507349564b2151db1ad44998a2a67c1a284 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 9b23ef045f34927c09787c647cff4308b913e2f8..8ba4af0eb954bae0fd1afb7b40644cb6e76d9f0c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index e593317234e0ec999869c1913f63c3d72f4f9fb4..b91a98469c81af2b4124723c1b0549ae4276652c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 22679947cee882f2618bca483da515cd27268570..93af4ea8a87ff1c1b969dc3683e8ae5dfe72a2a4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 98f6b6c18115ea094a4fb9d8dd3e3587405b7db0..4dc281074f28fc5b06e286b6f14124b2b5f53f3a 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 4f4c15b43900df83d961f87e4eadcf643cb459ad..a0b1c80cb55f178a2b2919f79b7bfccb656f2833 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index dbad1fcac495914ac53811d18eed0a60d6d81a2c..c487ea1bc5080db261e2fca4861dd336c7f1798f 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf-aggregator</artifactId>
-  <version>4.0.4-SNAPSHOT</version>
+  <version>4.0.4</version>
   <packaging>pom</packaging>
 
   <properties>
index f5b56616315479fdcc620dc301f580d1023fa7ea..64aa016a98ad8f696489a63aa5837c440ddfd239 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>feature-parent</artifactId>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -26,7 +26,7 @@
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
                 <artifactId>netconf-parent</artifactId>
-                <version>4.0.4-SNAPSHOT</version>
+                <version>4.0.4</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 988d238f726e3dedc5a045b7fedb610ac457adf1..c5f882979e2101c14838aa610743cb8227074a65 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-features-parent</artifactId>
-  <version>4.0.4-SNAPSHOT</version>
+  <version>4.0.4</version>
   <packaging>pom</packaging>
 
   <properties>
index 5a5e074b2a6b57f2ae5ada94bc063f5c80fca2c8..9ff7e5b5a0a97dffbf7916e480b6a73d0518897d 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-restconf</artifactId>
-  <version>4.0.4-SNAPSHOT</version>
+  <version>4.0.4</version>
   <packaging>feature</packaging>
 
   <dependencyManagement>
index 58e4504ba5503b510a2047aca454d2c5aba2a823..61cdfdee0ca4e6c981e3c13284c40e2ebdcd3b78 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index cc707d06abfac25272a1e30e21fe07a962ca06c5..73d96312fe89f77f85ba9a0c8d3f8b2f12aa252c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 9a677944ece2d77ad8c13cfa813a6d084e257bd0..a0fc9e1e18d59ed232503e21c88c63dc833db3d8 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 471d236f64cc2212d36406b5fe49b97da1355b29..ebcd8ed9306c9e2d088ff2290c1217560c0c320e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 745c77630561bb8380dc2a2bfac8199a4072bcb8..7d3a7ecf0c8cc7ad43d98473cc5ef976a502f6a4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 8b4817c9fd0c91a90e6504c033120096a1e555f6..9bcd521194b7163d69cac254d1239ccc5220a3aa 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>features-restconf-aggregator</artifactId>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <packaging>pom</packaging>
 
     <properties>
index fe480557cd6cc03632093d9bfc598c566df23b40..ae5adff7bbb4cff68c59f33b9a735ce14ffa65c8 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>features-yanglib</artifactId>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <packaging>feature</packaging>
 
     <dependencyManagement>
index e7cea6b930ac0dcf4871da936ad68f78270f614b..7a85662b9dc829cc473ad89879102ed27e7654a5 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 7e27f1d1442f1fd10ff88257fedd29c3e71f9989..1009af0959e384fc37dae2e5c288d68b9ca105d2 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>features-yanglib-aggregator</artifactId>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <packaging>pom</packaging>
 
     <properties>
index c4e19451dd3d90417cbcf227884df65a309e1948..b9c4ba7dcd8b6e2aa3fd0c8040ee4d3da8d4ceff 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.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <packaging>karaf-assembly</packaging>
 
     <properties>
index 381080f34b364b181fae05605ee9d2082b93f78c..7b08ca1c1f7ab0728a0c2d8ab2174cee0b795690 100644 (file)
@@ -16,7 +16,7 @@
   </parent>
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-karaf</artifactId>
-  <version>4.0.4-SNAPSHOT</version>
+  <version>4.0.4</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
@@ -38,7 +38,7 @@
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index a85ab90f72d7da324e29a1af8455a0182d1f209e..8a3509a7a2358ede91da12c854400d60b6bed5a4 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index bc9a6fca3586992fc09413b968b040122d8264b1..049892d179c58ade32dfcb5d8717a42b6ce774e2 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 654bce6adcef86df9deb2b4a5015b7807467cfa4..e4d1a21bf5028faf1328fde1adc15b82a1bd0036 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>keystore-aggregator</artifactId>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index eedcf9ca7dd6cc44fd7c0e27be3484a89cf8cebf..4e8bacddcde5f69d547762bc2508d12435558a20 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index d20edf19c627a397e4541439b8ce8699475a9bc0..c2cf8542bfe647f9aa661ac8d2ca18b7328f764c 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>model-aggregator</artifactId>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index d64892afc392fba0bf5015684de4f1353ca12a5c..05d70be64f6ea977d7bd9a4f6e268dc04ec62b4f 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 5bd44aab077d1482851ae30ae4775fa2afe040dd..dbf0d9f51bab11260d5dcd51c745a313487f8e38 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 9684cd40941b7643014cd34702691b1560608138..7f75e6c9dfd9819964a574a47ab1c6b6c5e963ab 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 6f75593a07650195b2a35dbf21b3d6caefa791e9..51f2d60698a9816ba57f1c460c31f1e738be86e4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index b32eab1dba93e8273ff908082ab95d519345a253..6aea0528748f168c1729d90fcc9d943712109fea 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 8824111d1519c938ba7f42cea28a9a3b08bd3146..9cc0f037cc165ba493733c6348524927e70ceb82 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 36c46540698cc3a17da6d9043d571fc6f1155557..7b9b5061e5afba0d9c198f94f3eebbb8335c8566 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index b9a72b1bc95223ff44c63ec9abcd7f902ca0d85e..d65a25cd6e3a33b9174d52e759cc8f6cfe59295a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index c95fe94d0f4da00fad5a16368b974a6d6c2dcb2e..cae6b68728889a35319522bd561dd56f99456e00 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 2a1e1cffd82bd3afb818cb2ab9354856aefc69cd..480578130e34b456d9940fe5a460c478ede394c1 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 71fc6c147948fd7534bf011fa3081eeff3aeee90..727680d8be8ba5bff0cbf09ba8e494315cf43b52 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 8b03b0728f901369b927715fc1268448f6ea721c..bd07217e030c985452150125d87fadd165627700 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 0665c82c9b1fb13924cf0c5652ac726198b4a815..5ecfbc14970fb18b01361970446aaf20033661f3 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 894b585b26d143822e7dbcae22de950882d5bfa8..c0b9519bb19cdabc21002c3dfedc275f9ba76370 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 3f64477ce3149b0108240f15e646560c9a68abd6..ff9f844e1271d76595bd31974eb35ab3d6769ffb 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index d54b098933ba0b0f678473df131dfe215b97cf96..2ec87d9751eb238d14fcb601a67dc1005a70aaf1 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 9dfa45502494dc6ae3651c8af35b42c8d9e550c2..3ced7f68b9ae857b3cdd91a0fbd86f11ed042b57 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index a99759e3f2caa322b9b835972d125327156b1b71..e7255fcebeb4a76a5ff799577450405474edab04 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 37e4347b361f0206d1ab4a96a1ca0d2cf8c0cb39..8207545c4a6466dae89da801de9b73e71884385b 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index c331370e9cbafd60323a9082c8d291f65edc6993..a79e8ea62577bf7ead9bcd9526703a8b22c4d318 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 67a9e940b558b92b004941fb98a4af01ad371b4b..f02ae1ab31d77209cd7dc42e1cb8002b8836e8fa 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index ba81aa26d7ceee1a49925262dc1efb2e231d152f..7f09b63265e1f1290be997480d902c9e6f0e92e9 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 1154febe31dce5e41fc0e0e4d926e5f5fa106ee5..55dea189263d3b2fcccf5a1db3e8717d517b5869 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index fa996100abab143001fbe7574733610ccc8aaedb..f5a775892a9a14247da610cdc8ce3e3de751143f 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-config</artifactId>
-  <version>4.0.4-SNAPSHOT</version>
+  <version>4.0.4</version>
   <description>Configuration files for netconf</description>
   <packaging>bundle</packaging>
 </project>
index abdf57d14c49028938fac765c2d3b42c39dfa558..550f3688ca227a302f0cefc35d826be24d3a71ff 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.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 1263deb9fbcc3b7fccab862fd810ae9189a21452..ea9e291ca5db909b1ce0401c4a2bc1027c3eb01e 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 0e70d217bc5ac5e586e15fbc1c5a72c1d6f5472e..e90daf0c439f1660ebc4d701ceadd5f5411f382a 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 2cc7760e19821c4b9ee023ddb6351ad69d168a83..008f04ab557e8c99cd19292d9dbc86b652b5137c 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 241586f483f65800743e5126906f60ad10641dd3..7c23efcfdfbb4df1711692455b2523c5b1019b20 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index fada964f15f2617f4cd8349b93114f9b22a7bbf3..caa3e707bf68d80c77f84be5b91b3c544ab93a0d 100644 (file)
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 3fad1e474bec1d49b6cc1a175550354acdda4c6a..a358b2b8bbfbe26cd10a2867ab862eacbdac4e7b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 691cda289c841f38140b5ef6875c9cda75c869ff..4fe4b4d10d5744f19d383c2d0cc88f90eee0d782 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 796d554702984bc449d430ad8d606108f6b589cc..0c2606e3c082c70a2581ff9d7875aa6437477dfd 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 14290235786fda280c9bea1909f52ad6f63271d0..67b0c98ec4e4afb238c3eb0a30b07ee42cd06b9f 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 636f9ec4d0f627e2f615d1d111fa778cc6d9107f..c4d587cf3d5c6e210ba0885e54afb6bedc64071e 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 78bc066a99d65b62387492b220eac91fe8dd74ef..b457eb1eee384c7bc0649a9b3dc40cef00686493 100644 (file)
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-subsystem</artifactId>
-  <version>4.0.4-SNAPSHOT</version>
+  <version>4.0.4</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index 7a5a8d655cbf66611b3c0478dc867ad06415b2c9..61be66a028cd5988851554f6f9e1c7e2f8058162 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 2c372d59814c8c1dbaf880c782356455bbed609e..9d93d446adc78f93e37beb7229a76903c820fa77 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-exificient-jar</artifactId>
     <packaging>jar</packaging>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 2090e6c75857b25672221f4d4f2b79435e2a1017..a3b3d01ea29996630b96d54df6958fd17bec234a 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-exificient</artifactId>
     <packaging>bundle</packaging>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <name>${project.artifactId}</name>
 
     <properties>
@@ -35,7 +35,7 @@
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>shaded-exificient-jar</artifactId>
-            <version>4.0.4-SNAPSHOT</version>
+            <version>4.0.4</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>
index 5950835f642ff9c289569684aefd4b87e6c5ad7e..94e99ccbf99c163aab9871e9c29026206309c9a2 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-sshd-jar</artifactId>
     <packaging>jar</packaging>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <name>${project.artifactId}</name>
 
     <properties>
index b0e096d7aa260ae47df2ef8c20097965c1109b69..9c8cee0efe9c2b41c02b2f9461cb880cc031c100 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-sshd</artifactId>
     <packaging>bundle</packaging>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 0bf6d8e74ddd39ee849b92a726dad48928cfde80..9b6b002841b574326ce5d05abe78d771ccd511b3 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 2b172ebefe0eca3770275dc427a670fb0ced9165..96a3a3a5def76173bb7397d2bfabecba52139331 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 8f2afdea0827ec7daa66ff08669bf68a76689fd7..737ddf32f11a63736e87a2c5049f39626e63fe54 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-tools</artifactId>
-  <version>4.0.4-SNAPSHOT</version>
+  <version>4.0.4</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index 0371cf3bbcb2c82caa873aaba4a60ede8bed89e6..0e3ec578659e7fdfd6cf2d398c3d1f02e59743d2 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 6c580b01b980c894fe2eb23991f8f225db5a4566..4d3ab769d4ef1c6eb15d96932e0f6270abb9a04d 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-parent</artifactId>
-  <version>4.0.4-SNAPSHOT</version>
+  <version>4.0.4</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
@@ -46,7 +46,7 @@
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
diff --git a/pom.xml b/pom.xml
index 7b21019dd44620cefdd4003860ba876b542f4cca..148585e81a1a071eec41d67c6dfbc83b7f85ea2c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-aggregator</artifactId>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index 84b23d6547221f2a1402a9d7f4cd5c7204b8e1d6..2bcbaa4c78c37ad0232dd0aacad7723501988089 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-subsystem</artifactId>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index f74bbe9878ba7c6d5199ed1390780f33488f4dc8..04a8ab8be27a7f32797b80aa974657507d40a883 100644 (file)
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 2ed0025ab6ed6ebfacfce7a45e2f125ce2a1b1cf..6c3481e4a53775bd7c00aea62318974763adc531 100644 (file)
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 172ace81340bb78421d97d79a48b43739a562df6..2ca3abaefe0e9a551db33b5c189d34c60aaddd81 100644 (file)
@@ -13,7 +13,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 3829dc2b812f592e03bde5c457a72766d30caef1..5fc2f2bf1f9e229de605a973ec4fb2e437d0bdff 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>sal-rest-connector-config</artifactId>
-  <version>4.0.4-SNAPSHOT</version>
+  <version>4.0.4</version>
   <description>Configuration files for sal-rest-connector</description>
 
   <packaging>jar</packaging>
index d52a00e8f00d26163588ddd46618f1aee3342df2..19c3e03bc7a0aed46e6b0e6351d9390861040221 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index fbf37148c1940ea191209be4bbf89190b19c917c..82bca16703c5847bdb4a25a03c504801fa276233 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 734329a08a68829c64b05d82043655905004d47e..d9dcc593299973273bc96c2b94a3e5ccf9bca15a 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index df9a7dedd2f20c0030ec5ca74fe8947ded821c48..f835ae6167ddf2fe3db422f5f05bd130048ed414 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index c918b473b5dda8e3ecf1dbe0e2248bb8fdf16059..61cc0f80f7726f31234d6edc96d1bba0fbe6dce3 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>transport-aggregator</artifactId>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index f9af2ba0e943ea39d5db4270b149edf409778589..185b32630094c203a61a35eec17dfc42c8b3a7ab 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index ca2bda64f4c1b38b93540203cf63488c31c83475..0a91214d3887ddd73557b94c546fc5a6027c4659 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 9cc264bfc2869764813ddd94ce10abe39c14fc55..9fadde6f0d5bd43c0d43e5a321e5742e8ba3944e 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>truststore-aggregator</artifactId>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>4.0.4</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index e305e41521cd0bd43d6799055c8c06e2dfa7797a..d6cda25038256a9961ae9f13c6ae63fa745283de 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 10669099765f0c2b695e069386f1cc514245a778..d9176d43e13ad856b53e8f37ceaf2c3d3b8a3528 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>