Release netconf v3.0.8
authorjenkins-releng <jenkins-releng@opendaylight.org>
Sat, 3 Dec 2022 09:02:40 +0000 (09:02 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Sat, 3 Dec 2022 09:02:40 +0000 (09:02 +0000)
100 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-bierman02/pom.xml
features/restconf/odl-restconf-nb-rfc8040/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
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/models/ietf-netconf-acm/pom.xml
netconf/models/ietf-netconf-monitoring-extension/pom.xml
netconf/models/ietf-netconf-monitoring/pom.xml
netconf/models/ietf-netconf-nmda/pom.xml
netconf/models/ietf-netconf-notifications/pom.xml
netconf/models/ietf-netconf-with-defaults/pom.xml
netconf/models/ietf-netconf/pom.xml
netconf/models/netconf-test-models/pom.xml
netconf/models/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-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-models/ietf-restconf-monitoring/pom.xml
restconf/restconf-models/pom.xml
restconf/restconf-nb-bierman02/pom.xml
restconf/restconf-nb-rfc8040/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

index 9c4c173a0baf9b322298af9d4227ff7b273e0912..76c40c254a7d22aa589f9059130c8f57d2f37e80 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-artifacts</artifactId>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index aa53e2fb771507aefe8743d61ac4eb47a6c0de58..5830ea81cb89a6fa9d82b2141b1b4f19b43d82f4 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf-connector</artifactId>
-  <version>3.0.8-SNAPSHOT</version>
+  <version>3.0.8</version>
   <packaging>feature</packaging>
 
   <properties>
index 7c1b09047f549c90d619c9b7c4c63cf9f912cb0a..7beaf6dde1489c6c0d2bc470afd7c6b76475e968 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index bb3f097f721cbf211d07ac08f5adacb1a364a0f6..fe8d42ae285574e7956e36b3727b07870c9d9076 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 8c945065214bd928271cd6120b32174f645194fa..7f1a41c37ca5037c48486b2fbdf1ec0853c4db75 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index dfdb8b12dce86618eaf7188215819b12ff962594..b1000cfd56655630b8304a09e300ee76f73078fe 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 34685307587dcbd4b20b4cd6d7fbb13c9b8b25c9..01b9bc700ae220163dceb646349e13954499f95e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index df7abfbc75a448a185154b0c959162d4c748bde9..a14e5a35d168d869f34864b27f54a06d788e40db 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index f25d974ecc95e7d7fa9059e22050507c0ff27c6b..10a7975b236a73ccf4fbe3f2f192ae76f80e653e 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>features-netconf-connector-aggregator</artifactId>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <packaging>pom</packaging>
 
     <properties>
index cd3d8a69487ddfdbff24277eace7dc1fc3e22857..1ded260f9767ad2e91942000788c1d4bd09ebc24 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf-testing</artifactId>
-  <version>3.0.8-SNAPSHOT</version>
+  <version>3.0.8</version>
   <packaging>feature</packaging>
 
   <dependencyManagement>
index 3c681bfbf6bb51f884dc040d038e9e873e0e87de..89fdc743b7817c080d3f036f9d7fed4516daf234 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf</artifactId>
-  <version>3.0.8-SNAPSHOT</version>
+  <version>3.0.8</version>
   <packaging>feature</packaging>
 
   <dependencyManagement>
index 175376eeabd6215ac1cedecaf3a5edb9e2884b31..0e468ad09eff87722d595b703d750fe925aeb253 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 71127e7c05b4c6e197ae1f53f09caf05ab94297a..0c46903e4e14eea308b421c4c4f46c37adf1d115 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 0f620cc826b7cb319ef28fadf1c1508b42789a91..d67eb5312df320f7372e0028b84f5fdea308aebb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index a4ba8582e07093c6c23994d6ee4166813c58e5ef..ffa8ced34a5ab06d3b64589aacf09201fd6ed760 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index d58a9c4019cc2861e57985b6e8344f3311e28089..9c689bb2100fb633d04059b3e1dd96f8f9043448 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index e945fea0ab8f0c9f18c99e7ec02b84e19a583c9a..9081e3d391e2c00f9cab222fdc66ba644d69c683 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index b8eed5e697d496ecc2b21bc2814e0388977acb01..0220781a86c720d56bfafcaa8860bd6d926bf2d9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 6edc436a94842fb184e2cd45297548ab9fa96f47..7aaa2289d9b8cb6fd68d8aa050fd40c8049e142f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 4543a71efe867caa507fa1f1ccdf030d1eeec1dd..c3bfcde7bbf07ca67f9d666186743e5fd502b6fc 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index b5b2c39b922776cd37e45b43ed5d96c0e4cb120e..4034c880e261f2cf19722261a2d3714dc7b3e569 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 3f099afc27627f9b0dcb6f9d010b28ef5e0ea343..724b33f150cf74187dfd0c547c582a169c85758a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 4ff292f8d27a0fd314552ca45ba1b89d761adf14..64b9f3b4d5aec56d00f80d38cc6b856da084756e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 7b55ff426af469703498fd6ec6d3d6e827ee29ed..94352e9f39b170b782fa83207b5dfa3bd3205807 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index ca4ad81b61f97a4912ee871b371c0b08fd51dfdb..281dcf1cc87aadade42773cc7fde2ad745b7583b 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 4b67a3c71f4047f703e8adc75bb67eda9407b7ca..1c34b0860a5b0756106874956f8b2dcb62039bfd 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 94672566ca675e840951bc5edeb1b2716c73cb21..e16d4b657119e4162ef3aa79b35d1c50ab05a6fa 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf-aggregator</artifactId>
-  <version>3.0.8-SNAPSHOT</version>
+  <version>3.0.8</version>
   <packaging>pom</packaging>
 
   <properties>
index 843b6ba5093a2183c2baa3a24c6087a42c2d3d25..06de28b087f715196d12527874cdd3a8f716f256 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>feature-parent</artifactId>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -26,7 +26,7 @@
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
                 <artifactId>netconf-parent</artifactId>
-                <version>3.0.8-SNAPSHOT</version>
+                <version>3.0.8</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 94aa07a72789bcbdb9514d16aea000b8ea596167..3eb95a2b7545abbaef51699a3a22a1a4cc3f4497 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-features-parent</artifactId>
-  <version>3.0.8-SNAPSHOT</version>
+  <version>3.0.8</version>
   <packaging>pom</packaging>
 
   <properties>
index dd82bedbbdc4b399593f7f09804f6ee9c6eed3df..104b9c9ddf772246bf519bd8e64f29f4fc676a7d 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-restconf</artifactId>
-  <version>3.0.8-SNAPSHOT</version>
+  <version>3.0.8</version>
   <packaging>feature</packaging>
 
   <dependencyManagement>
index 0ef260e39f96e47e8f808263fe9641599b57e925..c227ff6f1af16aacdd06e8af1f95d59d7f914c02 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 7fabca522c8669a3405df3315113e49eecbb1342..c0bc991dd1286a7349b43e1dd89939f1c39d722c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index c22afa8582f5658c821a50547221ccd7e5fdaa93..fc567a3657ae5e8034070beb6a9e8c645ba0b3ad 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 84f6b1e663b88f197e756f2261cbc196326f7597..fdff4fbcce3aa9877a0a31f1d87fac7cb28055fa 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index c67d509ff61e924ebcad6f8eecef1644b94cc7ea..c8560affdb34361f2faa57a62ddaffe8371d194e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 792567301bb41ca6af93951c3a40ad7164b21063..49a607260287be3da5be3b76672e539fa0dc81ff 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 8fbee8d1bbdd9f52f4a53873dd5044aefa190cde..17bb525ee02fc779608c1eb75fb2a24e86659888 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>features-restconf-aggregator</artifactId>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <packaging>pom</packaging>
 
     <properties>
index f806e5c11116c28dbb996deaac79e6a88e6c2470..7e44fe51a353e2c54201b3ce12fe1562a164092e 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>features-yanglib</artifactId>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <packaging>feature</packaging>
 
     <dependencyManagement>
index 4ed59cf219955ba6911ce3dd691b78e74722d920..83b52b03d7dafdb154803851c44fd6eee41aa66c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index f52655fc1a9ef8caa65db590c86801a14ea6cc39..0f1076167ecc87ffa55198505d9d1021abda5212 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>features-yanglib-aggregator</artifactId>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <packaging>pom</packaging>
 
     <properties>
index 91651d6baa75c72672aeee6860f81f495d45e882..2b996b26d04c78fb37b22432c7f2246c2ce19995 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>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <packaging>karaf-assembly</packaging>
 
     <properties>
index c358194815ef2ef588390707bcb344f774ac244c..4c31c0c2ec72b3a335ea71458a44104faddeac26 100644 (file)
@@ -16,7 +16,7 @@
   </parent>
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-karaf</artifactId>
-  <version>3.0.8-SNAPSHOT</version>
+  <version>3.0.8</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
@@ -32,7 +32,7 @@
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 7b342fa7e7301075efc6fe249b3959c6629903f1..ed1f7ca5c0ef76aae64213bcb7898c3475dcaad3 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 179861f3c0b9da52c35d4f3644a7d91a231ec475..a5e6a51cd4e5060791ac99ec9ab4d77108a93f41 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index d6d2f840e652dc8f884127392ec9dbea34f6674d..20467244c0882710a7f81efa247e78c135db761d 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index e49dda6fbb753659611aeca9363a6a5eeba89868..31ba34eaa57da917ef4d2daa77609d9dc1a790ab 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 02688be6e20212131d1be7ba1428c1a5deedae52..dac7f4814c217f39ab2686dc9e728ef94a58a2ef 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 318edb7a9c93903cc29bc0db37b3cb5dd6a6c94d..131af772d477aea94a8420e2d1e2a19c9c1ffdc4 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 82ba37e19ae05afd482f34c21d185c3597be2d1e..713940cdec138b8666106e12b5fd8136a9701ae8 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index df9372c6086fa7435f7e966c3d57041e40ff56c0..df775e090144f9713f1d93e77a07c5eb87f17f2e 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 6544627ca6174cdaf1737a3b9c10b06a3c1dbb95..64f6040ffc046379d59303edc52d6b26250ca47b 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 2a7497f564bd25f2d8c1235b4c4c13df78deff66..1a8969d3b7e227fad95ce91ba89909e197c04497 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 94d4119245dbd637eb7a3e81607f369bf8bd6128..ab7b4cfbcadf3f088d365744fab1de2108f98b97 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 35991499d0869570782b51b7aafb6b16f62b342b..9ceb7ac0a34e27e1a6245adbc6c19b16f04eab5d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 3587ffeaa365fb015d5f2643f380404126094724..a6d5b28907c0b5afb5e90e1b99fee7794ff6e6a0 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <relativePath>../../../parent</relativePath>
   </parent>
 
index cefcf4893544345c22e3356a0078d69063474918..e02e68e19d83ecbf1128dbc9fbc53113f13ae78f 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <relativePath>../../../parent</relativePath>
   </parent>
 
index 61ddad6e66af2b55504ac25a77c2576dad183811..0d6c0d681bc3856c944a95312bd5314445e93639 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 7755092b010f3709ba703c1a873110612af62801..cbebfb7983fff7bc9639ecaacd64b4c64dad2215 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <relativePath>../../../parent</relativePath>
   </parent>
 
index 94747a35e18d454086a8f137ea9fc59b06b42dfc..61cf4588cf7efd1f48babd26730f62c36b2a6a32 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index f729dfdd9b8ab2b3ec2c62f65ab78b963b5b9bfc..a4b881546f957ae874d97c04c8bd8ccbbf130016 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index a660121df5f71daadf21004c5670256a07c9fd27..c2166e0e9c696faea0b4bcecacebb32aaf8af47e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index bc00d6826a65b849b62c3526ff6bf9259419bb72..0e2676662d62e372247619466cbcd7fbc9c933e6 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-models</artifactId>
-  <version>3.0.8-SNAPSHOT</version>
+  <version>3.0.8</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index 9fccbb0909b42f40847f18493582334ca827281c..4eef396eb85a06f0fe80cb48e53cfa624294b30b 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 4e27505d470f9521ebe78c8dbfa0b538d577f6ad..08e6f32d76bbe4099dbb902f88874ffcae21afb0 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index b2b0b7c07da89142fea9ae45051e58980142577a..8475cd4d726dd4bc07e3ad891edea50158b83344 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 1f3d5ab6e8fb9ef00f3e4477bf66572dc43bb939..81d25f73643fd568b97858a02b61a0f0dca9f2fa 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-config</artifactId>
-  <version>3.0.8-SNAPSHOT</version>
+  <version>3.0.8</version>
   <description>Configuration files for netconf</description>
   <packaging>bundle</packaging>
 </project>
index 504e3188fe7c7721ca2334c69d86b31161497ae9..674a2dea638fa25bea549a0af27cd8d8b2e6bd95 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>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 333bf6dbb1b348ed7c3d36a7479c5b8b7aaecaad..1935ace3054bfd45e2a32a676cc192c45a1c43dc 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 77fece726b446509b688f41c10e65ba3a80f5414..d45b41a451de4ba08242f6913c5432e7cd3d2456 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 0164b891941672c3c117556b23bc14d4f42a6bd1..055d6cef57eb1c003f5a1091488a4ff7c5daccbb 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index bba34e30f0bbfdcc9e03f8b22c733547357723af..b7271a3534901abf37dea7f98815d91c82b372d8 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 9075cd3b15928623b5a78f1392c78285dd3e38da..f02d07534dcdbcb0d5f3859380e52f659b776f61 100644 (file)
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index c6f587737505e30c39d484cd69516563f0366cea..4020306cc1e2433debff7c0eef7111f9ac81029e 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index e9c2c37027dfb0ee6ec4f5fbdde7131576d12450..e6e031c9231baaaebadfff60435e06f1065e4857 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 16bd3261acdb3f543b0f0f31c9a72772f1d883af..b8d8e701e4ffc3cf0d31730e6aed9e83f20b2a5d 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 2028cc99988c9fc77eb63f5a42c754b39bc784b1..98b10b82b2cb4f0fc81f0191420c3987f6e654cc 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index e59567968a2ed78f7ed975789dc99043aea9fe91..9d7e22f02f28d620becb57e7bc7276752a10ea12 100644 (file)
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-subsystem</artifactId>
-  <version>3.0.8-SNAPSHOT</version>
+  <version>3.0.8</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index c210b1e9eac7ee1a0ed80af3a9c01643af505b7d..5a119914911a5d79136212ae603e30213fc8b7eb 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 8d488b94601d1033be7482235a99dbc0592a8f09..8e20f0df42be268679ccd9b5ba91e395b428dd0a 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-exificient-jar</artifactId>
     <packaging>jar</packaging>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 94b5150db3086172bc10b3a5cef9437bcd47d017..2822757190ee503bdb5b2f580adb5de6d8e40348 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-exificient</artifactId>
     <packaging>bundle</packaging>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <name>${project.artifactId}</name>
 
     <properties>
@@ -35,7 +35,7 @@
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>shaded-exificient-jar</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>
index bbe0c4ca9a888ea36eca96d0412856d2cefacd3e..0fc7a9b7b902c78f20421d750bdae43c1cf26b9f 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-sshd-jar</artifactId>
     <packaging>jar</packaging>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <name>${project.artifactId}</name>
 
     <properties>
index a00ebbf37410ec2b13322bb88e6d2d8f3aae788b..051a86c92d04a36d5bde2ecf735cae3e00a9a991 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-sshd</artifactId>
     <packaging>bundle</packaging>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 1ce9a404e4b0a89738a488e7e1fc1d1efde5a105..4de4fc2f1eb551642b2fe7433c2429a489ebed21 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index bacaceb0ba11d9662e5fdf4575ec4bee7c69f8f8..cb477eab5f0a5be90f88ae915c1c33ea1bdfea88 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 6dfba30cd92dcaf462014bb57a5d4b68515a430c..afef8b859f139d4eb23db5dacb1b9f61dd45af3d 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-tools</artifactId>
-  <version>3.0.8-SNAPSHOT</version>
+  <version>3.0.8</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index abd8ef23a2c38dc1be2a8247d10da3b3573ca6d0..9b6608ae8d0d65a5aff0b97ff2423bc68d8bf894 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 309c9df886732f388ce3d88e01da53a8e5b31966..953bddc9c69c84af2e032693f3f4c2a6e2eb2da7 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-parent</artifactId>
-  <version>3.0.8-SNAPSHOT</version>
+  <version>3.0.8</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
@@ -47,7 +47,7 @@
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
diff --git a/pom.xml b/pom.xml
index ac31ef8b243b2a8a1e610e2e437c571bd2f954b5..1511087b2febd9cbdc6aa72ed5975d3d254dc211 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-aggregator</artifactId>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index fdf36e1a08c5c3a52e4d59a2417a9c6d31279498..b908fe5f5f6ff6f6303435a44e9e3f9d801abca5 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-subsystem</artifactId>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index fd8c82883a833add0affe1404c139eabd1dd9754..00be902c8bb15f7205ccd120863664a969461434 100644 (file)
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 6f8dd12684cfe6be36ba8c0625f7fe60875b2da0..4e6aa995242fafc2e1ecbea5d0102f194445a88f 100644 (file)
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 8ca9899626d4c4e38ec1b82a51d2b9a6fe844cb3..609e930d38468888662b63b9cb256792b0ab0ee7 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index c0f67cd02831a71445d8f152bb442c1c86095374..6e6257409f3ce4b8fa70ff2abb7e1aa9e3f64c8f 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>restconf-models</artifactId>
-  <version>3.0.8-SNAPSHOT</version>
+  <version>3.0.8</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index 30ecf20778de6f888055dd28eeca4a9a22434142..c83ef57fbed4678f3b89b3725242c9d72c19531a 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index e2aaf9566f92fddf4c928be8437af78f06b3cb7c..3482cb82dae585afb22af244775e882c63b269be 100644 (file)
@@ -13,7 +13,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index f9e613b40ec4987bbb89da31956a3f0043f7aae9..d75f34ae83f5cdff8cd3a54777d0ecc4e76cb009 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>sal-rest-connector-config</artifactId>
-  <version>3.0.8-SNAPSHOT</version>
+  <version>3.0.8</version>
   <description>Configuration files for sal-rest-connector</description>
 
   <packaging>jar</packaging>
index 66cef0028554a0053e8e062a135291cec696134b..5533c8629c436c5ec31f65b397f9856820adbfdd 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 6979412fdf9ecdfe0d719d58b2bb8bea67fb7db7..0d82e26b72063f0a87b3fab9674d2a1465f611b3 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index edc5944d0468d7f951847f4d421d762002d76f41..823e1c10ab3bad82111266f5dd0df587310b3326 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index dc3a4c76be06264b465f86525cdaf2e9d939561b..7f3d51df683d03d1a6f24e9f8c748f47abf28d0b 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>