Release netconf v7.0.4
authorjenkins-releng <jenkins-releng@opendaylight.org>
Wed, 3 Apr 2024 12:22:55 +0000 (12:22 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Wed, 3 Apr 2024 12:22:55 +0000 (12:22 +0000)
122 files changed:
apps/callhome-provider/pom.xml
apps/netconf-console/pom.xml
apps/netconf-nb/pom.xml
apps/netconf-topology-impl/pom.xml
apps/netconf-topology-singleton/pom.xml
apps/netconf-topology/pom.xml
apps/pom.xml
apps/yanglib-mdsal-writer/pom.xml
artifacts/pom.xml
features/features-netconf-experimental/pom.xml
features/features-netconf-testing/pom.xml
features/features-netconf/pom.xml
features/odl-aaa-netconf-plugin/pom.xml
features/odl-netconf-all/pom.xml
features/odl-netconf-api/pom.xml
features/odl-netconf-callhome-ssh/pom.xml
features/odl-netconf-client/pom.xml
features/odl-netconf-clustered-topology/pom.xml
features/odl-netconf-common/pom.xml
features/odl-netconf-connector-all/pom.xml
features/odl-netconf-connector/pom.xml
features/odl-netconf-console/pom.xml
features/odl-netconf-impl/pom.xml
features/odl-netconf-keystore-plaintext/pom.xml
features/odl-netconf-keystore/pom.xml
features/odl-netconf-mdsal/pom.xml
features/odl-netconf-model-rfc5277/pom.xml
features/odl-netconf-model-rfc6022/pom.xml
features/odl-netconf-model-rfc6241/pom.xml
features/odl-netconf-model-rfc6243/pom.xml
features/odl-netconf-model-rfc6470/pom.xml
features/odl-netconf-model-rfc8040/pom.xml
features/odl-netconf-model-rfc8341/pom.xml
features/odl-netconf-model-rfc8526/pom.xml
features/odl-netconf-model-rfc8639/pom.xml
features/odl-netconf-model-rfc8641/pom.xml
features/odl-netconf-model-rfc8650/pom.xml
features/odl-netconf-ssh/pom.xml
features/odl-netconf-test-tools/pom.xml
features/odl-netconf-topology/pom.xml
features/odl-netconf-transport-api/pom.xml
features/odl-netconf-transport/pom.xml
features/odl-netconf-truststore/pom.xml
features/odl-netconf-util/pom.xml
features/odl-restconf-all/pom.xml
features/odl-restconf-common/pom.xml
features/odl-restconf-nb/pom.xml
features/odl-restconf-openapi/pom.xml
features/odl-restconf/pom.xml
features/odl-yanglib-mdsal-writer/pom.xml
features/parent/pom.xml
features/pom.xml
karaf-static/pom.xml
karaf/pom.xml
keystore/keystore-api/pom.xml
keystore/keystore-legacy/pom.xml
keystore/keystore-none/pom.xml
keystore/plaintext-api/pom.xml
keystore/plaintext-cli/pom.xml
keystore/plaintext-localfile/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/rfc7407-ietf-x509-cert-to-name/pom.xml
model/rfc8040-ietf-restconf-monitoring/pom.xml
model/rfc8341/pom.xml
model/rfc8526/pom.xml
model/rfc8639/pom.xml
model/rfc8641/pom.xml
model/rfc8650/pom.xml
netconf/netconf-auth/pom.xml
netconf/netconf-netty-util/pom.xml
netconf/netconf-test-models/pom.xml
netconf/pom.xml
netconf/tools/netconf-test-perf/pom.xml
netconf/tools/netconf-testtool/pom.xml
netconf/tools/pom.xml
parent/pom.xml
plugins/netconf-auth-aaa/pom.xml
plugins/netconf-client-mdsal/pom.xml
plugins/netconf-common-mdsal/pom.xml
plugins/netconf-dom-api/pom.xml
plugins/netconf-server-mdsal/pom.xml
plugins/pom.xml
pom.xml
protocol/netconf-api/pom.xml
protocol/netconf-client/pom.xml
protocol/netconf-common/pom.xml
protocol/netconf-server/pom.xml
protocol/netconf-test-util/pom.xml
protocol/pom.xml
protocol/restconf-api/pom.xml
protocol/restconf-client/pom.xml
protocol/restconf-server/pom.xml
restconf/pom.xml
restconf/restconf-common-models/pom.xml
restconf/restconf-common/pom.xml
restconf/restconf-nb/pom.xml
restconf/restconf-openapi/pom.xml
restconf/sal-rest-connector-config/pom.xml
restconf/sal-restconf-broker/pom.xml
restconf/wadl-generator/pom.xml
restconf/websocket-client/pom.xml
third-party/pom.xml
third-party/shaded-exificient-jar/pom.xml
third-party/shaded-exificient/pom.xml
third-party/shaded-sshd-jar/pom.xml
third-party/shaded-sshd/pom.xml
transport/pom.xml
transport/transport-api/pom.xml
transport/transport-http/pom.xml
transport/transport-ssh/pom.xml
transport/transport-tcp/pom.xml
transport/transport-tls/pom.xml
truststore/pom.xml
truststore/truststore-api/pom.xml
truststore/truststore-none/pom.xml

index e6636605c3d67c6de51b8aa0bd13bdb266aa1248..df1be6d75c983be4dd59f1761079458559fea86a 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index ef965f75f1ecfb1e1523450ff958a9d05dfe82c5..ee574eb997aee41656e7d96e4303d27ca84fdf25 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>7.0.4-SNAPSHOT</version>
+    <version>7.0.4</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index eefac4c951d6d96f4ce14bc2688f6f46b91cd3f2..4b7b01a984fd5312d509206ccccdf5ae7c370983 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 1274e344c8ae24eb029dbb90abd5cae04100cccc..8307696b49f221366c8c61f3073e674c41343fd8 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 9792a7853af1c15d08894c93d444a59525392ddf..09bd037433394d0ea5b41aabea25123edc522c14 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 5fee15423122a1f13b1a6b19fb7dee557678028b..22bc1da2cf9318b15ddc2c4fd518663c7ccaa21d 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 44a5a66ce8dccd9e3127b8b3755e82247ec32db9..ca38519950bc33cb6420c4b6840e39e548f3f703 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>apps</artifactId>
-    <version>7.0.4-SNAPSHOT</version>
+    <version>7.0.4</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index fae9d5b49ff9f811bdd65a5ad3524fcf69ed0009..3331d0ec31bf550fd3ab4621dccd5b6610a07a97 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 65db20213bdb0f724d8b2822021e46bdb4c998f4..e4c9bd69b1812a8b628e5af97e515361cd800a56 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-artifacts</artifactId>
-    <version>7.0.4-SNAPSHOT</version>
+    <version>7.0.4</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index feb9c7baa4ed4d8c7a33dbf27f81951ac20d5c91..6785bb36f6560c865734737c8af735c8d9a4d17e 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>features-netconf-experimental</artifactId>
-    <version>7.0.4-SNAPSHOT</version>
+    <version>7.0.4</version>
     <packaging>feature</packaging>
 
     <dependencyManagement>
index 4bc783513c4bf735e541d3a1d730e55bf5a97441..dde7999b543128d45c2460af288fad84049219ae 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf-testing</artifactId>
-  <version>7.0.4-SNAPSHOT</version>
+  <version>7.0.4</version>
   <packaging>feature</packaging>
 
   <dependencyManagement>
index 6cfe1c147db63d88cb41254bc4edc891ac822a73..51270af2d53371368e8cf0307d45607fd47c9c43 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>features-netconf</artifactId>
-    <version>7.0.4-SNAPSHOT</version>
+    <version>7.0.4</version>
     <packaging>feature</packaging>
 
     <dependencyManagement>
index 041f0f505187d93f31ca2d97d50447c2dbfcfbea..3b1b1e49991fba485bb674727c2b4d5922713d38 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 536a2640db836c920fb75e378db5a91d5c46ea37..8400a3416e5bb40c1afbf50c62510668043bd63e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index f6ef124317b12595102090fbd95f4a2abdc3ab0a..8a8690d7a6215cd6ad6f72da5cb42381503e56fe 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index f349d16967d3600dfdfce650f57408d68c26f5b8..0edac2cea8e2840e5244db48684c614cb9a84995 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 00b70b3cfaf48f4d11bd9869c3aa22ee9229702c..499c3f3bd4ec6cfdbb3ecf9f5c7452504bc2b1b5 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 1ac19b416cd29409492c4922b72693e711a39823..3a0bca60e7c086cffb48ec8b9c0de5d790a245af 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index ee00b3786bba55422126276b1cfa186c4798e3b8..e45be700c1e126a877b6a8e6d2410ee40657f67b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index c8114e45314fb28aab55aff11cd80ff68c1b3f09..e662298fbc10004d226ac6c604bef11ac3310d6f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index a611fdac8c6805afbfb11190d318e58157476bf4..6dac144dc774006bf82c7711fee2d813736b5fd5 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 9146084e48f4c54498f25e6d85a2430cfffb8c85..386f96153e904e55375058b0db05edaca3916c2d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 1b154aa749d42395c3b0586c81004b688b463147..30373c1eb242b4b18ffeba0036334ae0c945e373 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 814daa5f34294280b694a11b2ff338356d9f13a6..a20a9f64d1f91c85dbb129286f42baed181c0adf 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index e33ad88df1e82f833f8855bfa1ad8b4a2c3a77e4..260068b0e04112418fca553a43f27e4decdb48ab 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index be871a82cbe339c1267ed5af1380118a26771578..a29243fb1d1809a5f2a64f617346dbdf4d26184a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 3c27263edaf6ee14eea2f720718bc4e00103b4d2..8cf196a6e99e820ded60bde4ef6bbb2d697ac7b5 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 06222d7d46fe8716b14e4bee6a689ce614b85a59..edb1d33da65f6ad2c3577908181a38ed0aae0e53 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 5bd08fdcb367f3b64fa81d4282b6b2960cc50761..d266d95efe93e7dc10066c2d9366fe93eff564a0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 14573c431b46eefc6eea44fa88cf29b4879fc701..234d8582887dac79228aaa05e2f8ea9543c464ad 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index e302517b1115d5d660f3e49a1ed940b4653e19de..07e9fa5f586eb7f570b7123b149d2f837994f5ad 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 97d0cd5feca2a948863c2257bc6242c7696e2243..f67599a6e5c11526632952b2f3ae415ba49eefaf 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index d5abbab07446a5ff1bdf1f16bdbc755d0e8adb31..cc4ffcb92434643611623122184f0bd453f8af86 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index ecd4fffe7e8b7b9601bfd2af212f64160ba498da..afba5f1377b7806d55da999ad5889605e302f493 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 78e31a7c64a75fb5f63320f82a0241686e652daa..4de0c7d3888e1b78dcc5da174e8e64627a000747 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 5a499f1d1f4df48c98379f7df34f9f7e52ff4274..363eac17542625e2837cbfb169110c66356474ec 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 416ce08caf103acbe0dc9f40c8ad93a39c57d0bb..ecebc1049cb5cc91421eb6d8c03ea87288b5c789 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index cd42e5889c1889eabdc8f6aeaa8c82a2069bcf63..d75fdb6a03580fdf2b7b76c9ca6759a0bcba449c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index d0a176854bf3c7f038d8dd0ec156ef50a38cd001..c0dbdda9818a60d7370fbaf630c84128dbac9d9a 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index aa210fadda5a5a50b3b9d54104c4a670d8f9e027..84e7ae992e9cb73498f24bdd33edebfb920a77c3 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 3421737128df10d972db8a57e3a7059a8d563b01..eec3ef17171349f044c1d3559039f24c4ef9c5e4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 5a01d07786da7bff27e9744280ad2e43513fb529..6aab4b2605dd09542c890a6ab5c2604db8a4925f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 4701a7f53cbed2be1f0f2be215ac72fba7139ed6..d8cb39f2883795b62b794756935f0e7e18e714d9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 3136c8eae214d80424542626112dd275bc3d2b5a..5483155085c0642071d9500cce604e2c838f1411 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 569bab670e0a2b2a06125a0f456a0ad2a461b30f..9eb4338c969f9b9fdff6889d41dca8d5fc968f7a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 3bf6bb92ef94fccdc1cf1274366803371dfa2b90..8ec21210f3b397433fddc34411dc5e45f35d5663 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index bbefc9d400f1caed30280ea8707934ff8c95efbe..f8239d5d1d2dd0dcbf2485cb31e28031bc1c15b0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 646cc0875189c0ae1e278596058aafaea80514cf..7e7ee9ee010b61dbaaa92c69f3b8c4e9e0ba127f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 7555c23b9d34c8a64d290cec1628d80d9c3b92d6..46ac2e476d93853033836bf1af6a085bbcc29b11 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index ef3b5f1933086af5ef90fdcf02ba81f30f0783fd..affd5e99ef034db341168359d7d1a6d753354050 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 1659101b62bd27167ce2c954570ce8bcbe27f842..04cf4304210d3b259633a5a9d2cf3d903c763d2b 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>feature-parent</artifactId>
-    <version>7.0.4-SNAPSHOT</version>
+    <version>7.0.4</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -26,7 +26,7 @@
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
                 <artifactId>netconf-parent</artifactId>
-                <version>7.0.4-SNAPSHOT</version>
+                <version>7.0.4</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 096f8671492cdd127b061af0290a89323e32e72b..6f9411e3fb65bd75f20da5bff90ad168fca95f3e 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-features-parent</artifactId>
-    <version>7.0.4-SNAPSHOT</version>
+    <version>7.0.4</version>
     <packaging>pom</packaging>
 
     <properties>
index cc67621acbfcbe30fe84cf628f53c9c82bd35129..0a68912ff18d60b21bdbc0b21b464a02236b8127 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>7.0.4-SNAPSHOT</version>
+    <version>7.0.4</version>
     <packaging>karaf-assembly</packaging>
 
     <properties>
index 3af93542567faf20cac4457eee8dc1a0e0782e3e..182b5e40fb84397d9b2c182e10cebecd4b84613e 100644 (file)
@@ -16,7 +16,7 @@
   </parent>
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-karaf</artifactId>
-  <version>7.0.4-SNAPSHOT</version>
+  <version>7.0.4</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
@@ -38,7 +38,7 @@
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index c099cc21d06e805ab518247cca45b6de72c4d1fc..2cf44b320ccc39001efe68d4b1f5318376578183 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index ac4bd94aa690b97e890ff8ca1318e24216e65a30..8125c345cea7b6297e84a7590382935a5f4ca4c0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index e1bcacdc791f902fab64be901c478a772fe27eba..d60ecec3d5fa86ff75c55a20a80f10942d77e2c2 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 5f87d7cc47941157225fb4bc88c55dac97b88589..3de9bc48874c24ceffcb04b701432efb75e696e1 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 9474409436ef516917150c9d70d29e5bfc5e79fb..163d601275b1d97c60121f75e241b82e30a13d91 100644 (file)
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index fd18d9734319c16ef28086be0bfc06170d7a9b50..1233fbafe2834a07d63f7b477b0f84e9516dfe2f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 1ae0126747fa24723e32b8b86d69db7440021471..c5370fe5391519822ac950537507cae86674d761 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>keystore-aggregator</artifactId>
-    <version>7.0.4-SNAPSHOT</version>
+    <version>7.0.4</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index 98198c85b13358747711f2b24534606e9d17b630..60efe986c3fd7c8284a35ade392fb1d5994c4b2d 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index e4aa5a410fcb064a366570a317de12d6d51fedde..9e6421b70598804bb3a45607f65820fc8d153013 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>model-aggregator</artifactId>
-    <version>7.0.4-SNAPSHOT</version>
+    <version>7.0.4</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index 1fc85fef99117b5620929e053c981e645cb00a3a..fb4de35db74be9edd028845e616063cd539822df 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>7.0.4-SNAPSHOT</version>
+    <version>7.0.4</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 9da12d74dcc9e2bfa3da0ad8103d95e00ee796a1..0a0e059443f151af966e9a2f1694137bd53eea78 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 31b8d67467dd19aa629d9cbc17af0a20f0ba78d1..cdcc4d5396c9da2581df708b160b5f525412f37f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index f553ef13c782818354d40bb02520bbddf8ed81b2..2cd88621c446892e022643937acec5deeb4c6bec 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 560d548561901bb7461f248777108ebe80566756..32fb209a8fa026b5b21111faf082204e436bc3a9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index d1e86da65cc35d97111993348390fc9e8a01be97..3bb0c616907ceeffcce93642a7d47a1836e4bff0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index c4c3b052b75cc80abcd386e8f2677b88a2cba278..7430559e9c0121a59b76a39e3ef375552dbb14cc 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 22efbc21a2b66f838a86f9687590290e5d777ea6..f04c71b4329117cdfebf1f6990a573c8776660dd 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 1721806af20d04b7d743c4101d3080824416b0e3..f7be006f80bf9727f5f052176f731ae495a2774b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 6c91961e7f4705cb9915fe41ccc6f7a31233dcef..4611524011bd45bccf5dcc9118bbab8654a098fa 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 3ecb2f4896e8904587a8665d1f770a4268cbfd84..413c3877f6df6bc110114caaee1a04dd8e9d02d5 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 9d3518b6ff80da5f2e3f492899ff4c4130939388..fe690daffc582780583925de45095d80ad46432a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 7c44f92996af8fb136446ca57d6c8da6d67a3db1..877d7cfe5dd7b267dca33159035acfbbb9292359 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index b07cf17b233a3e0269f6ee5e9565dbfa7bfc3df1..7944613a4fa8f942b7ac119df75215ff7156b77c 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>7.0.4-SNAPSHOT</version>
+    <version>7.0.4</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 29bec15145b6d42636d8be6452f1d07141ee03e7..a62579ac5bc011f0cd8f045251053a8a40d98720 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 3eda545c47bcc3daf8b9a6f2b4145f4644234c59..70abbdee7c367d2dc809e914f6ca08b54da56225 100644 (file)
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-subsystem</artifactId>
-  <version>7.0.4-SNAPSHOT</version>
+  <version>7.0.4</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index fff78a1ea4b609c9398b265c76f4bd009a7b15fc..623e9c244cae74f86ab1890cf16579ab317cf725 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index ef7fc5841c4206772ee1604b203b27f8ff7319e3..51a19652f3f5958c4712f84d2f747b89acbf40c1 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 590c397d7fb5b8954533f1be16f9adaaeed5f8e4..ad6b47c3faad4b74c35599d76ae0f6b5525742fb 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-tools</artifactId>
-  <version>7.0.4-SNAPSHOT</version>
+  <version>7.0.4</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index b7e636041e02bf19eccac572030e81b135f32768..6aecf08f6dc26d4320c60f10e7110ac2b0ea61d1 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-parent</artifactId>
-  <version>7.0.4-SNAPSHOT</version>
+  <version>7.0.4</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
@@ -46,7 +46,7 @@
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 5071381590194b31b622ac5725374cbd5efc6d7a..77a963d7b5ebfc5a6a162d89929b5693324c905f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 3fdbb43b62e283bab66c14d97bf79abcca6943e1..efc804b7b9af7ab73a56178c64ea975230c7a0f9 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 62f7640c91f2561163dfdf51df5777908e504b3f..446b53bb0d7a0c9341fdc42fd42158fedfd5622c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index fb3fdc1a693429ab4daf7fc05af436baa893b70e..aa5d2a0361b4228b2e44f14c27ec852780a75822 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 825dfa9495bff77d2205dc815ca4fd53c34e6d9a..64bb6d95a8c2dd37bf5e3e668629426a1a5d2637 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>7.0.4-SNAPSHOT</version>
+    <version>7.0.4</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index c1150d0be58cf22166e3e00bc4bc19c76b052ed8..ee857e7e2bc9d9d03628708eb924b2e9e00419e4 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>plugins</artifactId>
-    <version>7.0.4-SNAPSHOT</version>
+    <version>7.0.4</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
diff --git a/pom.xml b/pom.xml
index 861c199176d84657870258b264e2df3f8ffec436..a0b5b2ee098b8f35cf4f40e52ef2e3fd2a0896bb 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-aggregator</artifactId>
-    <version>7.0.4-SNAPSHOT</version>
+    <version>7.0.4</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index a031b6f63838cb40a84b6390c15f23c7e650b7df..3304afb6f247b9843659146ca583b7182d53b450 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index f73cd64ca146434398b932264adbff8f7eb31cf4..1d1c534a1062e66d3ed0960d3d9448768c2ab880 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>7.0.4-SNAPSHOT</version>
+    <version>7.0.4</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index a5c57add21453648debe56f7e162d4015111bf46..c4eef55f656df245a3bceb8ffa6da5a219c92191 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 5ba038bca4dc86e92e0e33fc7f12c74db0dc898b..b12e46f6ffa51ce16ac1f88cdfce08f36c04d210 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>7.0.4-SNAPSHOT</version>
+    <version>7.0.4</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 799330f45ee561c16d8f3687c6ff36b8cffff392..e8d5ef476db4903aed629b5cbaea61181d6ed844 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index ac000a672b7de3091482e31152f170d6c63c95ee..a3841d2a9ec53cb3c214ff4c799c78eea70c1f94 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>protocol</artifactId>
-    <version>7.0.4-SNAPSHOT</version>
+    <version>7.0.4</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index bd320c7f76816c24908c231956cba624e25cca3b..b9b857d5fada05108c7af1bb72d3dfc40e208c57 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index ddbf33fec5329d11d40066f0f0decc8ac84197b4..bcd560316766483ceb4e664fe3e145d799b1c8ee 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 158a37a313dfaec1821e89803647258adb5abe20..e3ad19c9a9b4327c505a2165b8bd7ad367ca8b40 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 2c51885ea14d10ffed0e5e1179ace321e7a99939..aa571bdd3077970084cc3985effb8b58bca2c64a 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-subsystem</artifactId>
-    <version>7.0.4-SNAPSHOT</version>
+    <version>7.0.4</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index 67350e080e85f52e7671ced403ae0d355461b37f..9e6ae44db9b8dcc6cfdb753fd7a78c3d42516dd6 100644 (file)
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>7.0.4-SNAPSHOT</version>
+    <version>7.0.4</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 7b8a83e576a3eb2f76a236ace361e67ed2941c54..08e1bf044ef78009e3b37ccba916f4f0a3922466 100644 (file)
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>7.0.4-SNAPSHOT</version>
+    <version>7.0.4</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 3a41f70e1d74faaa3708c55013ad9906e9a5c8a5..769d01607e301c8c1328f6720f98305ffb4ba47e 100644 (file)
@@ -13,7 +13,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>7.0.4-SNAPSHOT</version>
+    <version>7.0.4</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 9aeadc0251dd93dcd6887ceac86272b64336b00c..27ec2c6d931f428f199dc4047a6be7c1eb5e7cb9 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>7.0.4-SNAPSHOT</version>
+    <version>7.0.4</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 83bf3a71156d16b083ce7ee3d13848be2c0b09a2..11a9afcf573dda9bfc67f45143c43bb43df34615 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>sal-rest-connector-config</artifactId>
-  <version>7.0.4-SNAPSHOT</version>
+  <version>7.0.4</version>
   <description>Configuration files for sal-rest-connector</description>
 
   <packaging>jar</packaging>
index f267114881ba5e9a70d3d2be28e546a53bcf1b4f..d7d9aa72a9dc953a545d577734b2f4face8ac92a 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>7.0.4-SNAPSHOT</version>
+    <version>7.0.4</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 322626f955ea009c5b613a16ec8825e1426549e5..670d8ed89b7ddbf904a512d4712ca645bdb4fe17 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index a3fc2e4fa28710b9f651d71de4f071230b8625b5..018239438ce3a5af1fefcb5287346a97dbfe57f4 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 5dfab35ce481fe5ed1824dae281f161a099155dc..dc92fff6a0cf2307fc45b3b6f82dc33da717b652 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>third-party</artifactId>
-    <version>7.0.4-SNAPSHOT</version>
+    <version>7.0.4</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index aa36d3c4042f2d37503ca8d42297640637749c2c..dd98bcae0baa79e1e1203277e150cb907510eaa4 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-exificient-jar</artifactId>
     <packaging>jar</packaging>
-    <version>7.0.4-SNAPSHOT</version>
+    <version>7.0.4</version>
     <name>${project.artifactId}</name>
 
     <properties>
index cd3299d1db3e9730686a632e15b5c9e1c71ccf80..e98e9294bb70e5727b9763166c2b6d24dd900e82 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-exificient</artifactId>
     <packaging>bundle</packaging>
-    <version>7.0.4-SNAPSHOT</version>
+    <version>7.0.4</version>
     <name>${project.artifactId}</name>
 
     <properties>
@@ -35,7 +35,7 @@
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>shaded-exificient-jar</artifactId>
-            <version>7.0.4-SNAPSHOT</version>
+            <version>7.0.4</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>
index 98089fb099821a864be1d73ed28731dae2af42cc..a5df691252cd760181ad4382874f29d9178f8f1d 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-sshd-jar</artifactId>
     <packaging>jar</packaging>
-    <version>7.0.4-SNAPSHOT</version>
+    <version>7.0.4</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 4f4800a0ef2142d72330d445f0f000322ddba000..3ceaa85ee83e2813ec498d94e1f3d275ebd6c6df 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-sshd</artifactId>
     <packaging>bundle</packaging>
-    <version>7.0.4-SNAPSHOT</version>
+    <version>7.0.4</version>
     <name>${project.artifactId}</name>
 
     <properties>
index c34db2c025170de8afb0232631916494510226ec..20e61dcbed505900c4f467ab1957e266ab842441 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>transport-aggregator</artifactId>
-    <version>7.0.4-SNAPSHOT</version>
+    <version>7.0.4</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index 4a603aebbc6dbe33742235ce66f6e18c386a5ca9..4e88b71f6e1f3665615b541a5183ebdc6f762148 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index c425c2ab74a8cc66f2dbdc54cf5603893671df25..39227fff9769b4def6556f98073c154136917b3c 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index e51703687bd9ad54f57dcc3fbcef6c3db8045424..6e5dc8c6a20906cf2b69eced9dfb5fbefc3f984a 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index e6136827c0cce9d14c3b6a9b96780985d0833220..1ca72bc099f789cfe0ba33ee8b7a77d9a73cba3b 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 62b4cac717cd62cc11a2fb0cc816e01c52165f63..0dcdfa81171640f20cd265dfd2b80c108aa3d92d 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index bae6e6fcb52da44118ae5a424e040272372f9ecd..64708a797c2364a79944d7e489554bc573aaeed0 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>truststore-aggregator</artifactId>
-    <version>7.0.4-SNAPSHOT</version>
+    <version>7.0.4</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index a7d54d0c93795b179c57ec35ddbab605c3bc5775..74956e28ca937dcffbdbb0013e9f062784e24ce8 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index dea19ebeb3360e3eceee800360c84bcd4b56d305..7190dd6e7cd87caedf0410ef61faa3eaec424aa1 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>