Release netconf v3.0.6
authorjenkins-releng <jenkins-releng@opendaylight.org>
Fri, 26 Aug 2022 07:35:10 +0000 (07:35 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Fri, 26 Aug 2022 07:35:10 +0000 (07:35 +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 0d72c0c4f9f84f09514058d337b82f5183570e91..1c63b3c77646e4e31db5b45146885c216e28c05f 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-artifacts</artifactId>
-    <version>3.0.6-SNAPSHOT</version>
+    <version>3.0.6</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index 67fd0f9c4f609ff67f03f8767ec5ea634eb43abc..df88a7d76c8a1574bc1c6c760b32a2ac24884d80 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf-connector</artifactId>
-  <version>3.0.6-SNAPSHOT</version>
+  <version>3.0.6</version>
   <packaging>feature</packaging>
 
   <properties>
index 2fdbdf816910b7f32d586e7d3ba3f16d45271ab7..0f8bc54db97f1b2ef5b6019eedadc45fbc4e4b45 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 474df36a1568191582eebd97dc8a6e8942499b83..ad72e02146929f01c761bce20785366368df37e1 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 7a2bd3b94d3f78c30384c1809ef4ac083e664103..9d1dd62cf10710a30abc44e1376df70136bd05e6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index f5234f9ef93d0c9bb06ce4ba4e4b63a6ad73f327..150fc7be238cd6842dae6ab6ea40311eb635637f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 39ba072d036cba7a4a6d9b3020302efedf6de066..857492b981cc889ff90e5ae430d7979abfa3013e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 822fd3cb5e4b4a63c973fdc2706ed8d525db1114..1f79ab80baddef20f9c05f7c30b70b9c58ac28f4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 96d11ef0399b1fb18fb9d3851e5eb6278ebd3a2e..d7d07be8f9175d7b0737d946c30b31c0a4efe19c 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>features-netconf-connector-aggregator</artifactId>
-    <version>3.0.6-SNAPSHOT</version>
+    <version>3.0.6</version>
     <packaging>pom</packaging>
 
     <properties>
index f585cb1aa60ee72b3b3a6f346980daf210e4b8f9..d72a555d001cc52c50da05537b13725f97067b92 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf-testing</artifactId>
-  <version>3.0.6-SNAPSHOT</version>
+  <version>3.0.6</version>
   <packaging>feature</packaging>
 
   <dependencyManagement>
index 26683b16f736dab2a53438900acc10bbafea7dd8..ef4b9e2fefe1558c9280790447d7afe1cc7b7cd1 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf</artifactId>
-  <version>3.0.6-SNAPSHOT</version>
+  <version>3.0.6</version>
   <packaging>feature</packaging>
 
   <dependencyManagement>
index e3ff5c816aea207f3435a21305235c8a6421d176..ef539b762b89cb2a5dfa4d63cd612fa2e750685f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 75a48e6265615288c2c8d07b8530d6979923c283..aa0b1c95a1fc14fdaa9d21582717ffc263d03151 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index ecee779948bbbd643717a2f53c27c0bc4e508f7d..39180f14f2727ce9ccfb8ebd7c15ad6d907929e4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 64aae3d67a6b48968ccb5aed3cfcc2aca3ccceda..32a691414a232a2ade207f35d8285854e8587b9f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 1c06e310192a135df850a153bbec19b2bff0bcb4..7107e1748f99b87282c1970e52b1d90dfb6cd55e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 43f9b83398157a1143491b261f0c7f6c32d9311a..0b1e3ecfc17435f5068e14574f747720674434c9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 398d1ae72e46d2b5ae66b74c5fee7383ae22fa67..71e38434804a2c9b082158877c542d640557e162 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 99201582ca9f4cc11208a8ff669de7da46ad191d..79b0eec499684f6fb06888666ee3f87e7dadeb27 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 804b706c74cbc584a5fcd5eb4c820287f4cfde82..aeead5585d59b39a2c73d3375594dfab9d5afa9f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 9aa278d44084d8918725d3058b8989f941dc914f..7c2fc67a4af70d12b1e199aadccf5ecee19a4428 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 73442d991f1985a8ab2972187b5657cbf921e9d5..0a0131e14869e50ea97312960145eb959e632e74 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 3e85459e1a7443ce087e1100722326469193ac91..a4fcda3152e8c1c58853874d1939fcea9fe4bcd0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index f16d87b7adf3290b053c2d88ca21f7d2f063a444..85018a3f38fa94aa11473d548c3a1b92f68b3bd6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 4743d5c3700d7c9947f7bd59d028564c245a75d0..259bcb84adc60c70439ea3247d6628d196bdaba2 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index fc42df126555099bbe6468f55bce96f537bc0b1d..ffe635da9c64703af6936c4843af738954095d5f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 7c93eb5162d9423ace6f36f5011c5530de632cd6..a64be97d0e6e8432cbf1409f7405f3438764183a 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf-aggregator</artifactId>
-  <version>3.0.6-SNAPSHOT</version>
+  <version>3.0.6</version>
   <packaging>pom</packaging>
 
   <properties>
index 56c2e361aca7be06426288139b895046c08e3e17..b182d06c65c8ea6e361b47af23a65a4f9ff39926 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>feature-parent</artifactId>
-    <version>3.0.6-SNAPSHOT</version>
+    <version>3.0.6</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -26,7 +26,7 @@
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
                 <artifactId>netconf-parent</artifactId>
-                <version>3.0.6-SNAPSHOT</version>
+                <version>3.0.6</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 06b99dbee8a474cdeb7417a56d36bc34cf98e303..759c984ee2842e18e71c64024907061945c93c70 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-features-parent</artifactId>
-  <version>3.0.6-SNAPSHOT</version>
+  <version>3.0.6</version>
   <packaging>pom</packaging>
 
   <properties>
index 3704b2b75364dbed3a9e40360e5a2f61bce77113..7599685ed37944041a2a7cb1bf07a51256627536 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-restconf</artifactId>
-  <version>3.0.6-SNAPSHOT</version>
+  <version>3.0.6</version>
   <packaging>feature</packaging>
 
   <dependencyManagement>
index 56520757274d8456f9d5f30bc29d153b77f73310..0c4d3e2e20726d9519697a197e242d8ab46a985e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index c7a78a871b7ccc4b74529be5afa879d17d14f441..67afdc2c4923736d63d787bb75a0029dce82132d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 6bb627ae549452593d2b75c00187c7b4ba6e5f2a..e81f2c11cad7f1bcc20cc3edf853b81752d3e7ca 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 5a143839d005d0e96e85a47e04411b6b7d8061b7..97eb7700c010320d400219dc2736b07c72d01134 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 958f360d6aa12d383f951898f84bced0abcb530d..fe6645c04ef1d5286b67b086205798cc8101b95f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 6e42d473ad8e80af5d693b9c795d1839238c665c..2a70c86ab7332615997752c1ca70193935ebd4c1 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 101fb92c18691ec1eeaf6f2fc8bbce0d8908e813..58e79e5ad73648848b617cd7e120b8a842af2bed 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>features-restconf-aggregator</artifactId>
-    <version>3.0.6-SNAPSHOT</version>
+    <version>3.0.6</version>
     <packaging>pom</packaging>
 
     <properties>
index d1142d346c74ff9e2f22d3e3af8f13583f97685a..d39470cbbf189bcd36685ee3888d0f59ca3f70e8 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>features-yanglib</artifactId>
-    <version>3.0.6-SNAPSHOT</version>
+    <version>3.0.6</version>
     <packaging>feature</packaging>
 
     <dependencyManagement>
index 17d9d9438901e9e4e1d37b8704ab9107f4f60f74..08a4e905929550b9f763d24808f26be11d2c3903 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 33696a5d1e438c8f095d1385c37ea4d94283580a..cb05467f15ca635b31b9c01cb10cfc642a5ba6d2 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>features-yanglib-aggregator</artifactId>
-    <version>3.0.6-SNAPSHOT</version>
+    <version>3.0.6</version>
     <packaging>pom</packaging>
 
     <properties>
index cbd335018ad2f3103b294c79591e1c02c9e2dd14..7dd3603006322d79da9dae52e6abd130e0ef7e0e 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.6-SNAPSHOT</version>
+    <version>3.0.6</version>
     <packaging>karaf-assembly</packaging>
 
     <properties>
index b7e3ccd33839c09fc9532a8b52dfc84156572a73..ac0256fb8c8bc0723e2fcffa80cbd4abcf18be44 100644 (file)
@@ -16,7 +16,7 @@
   </parent>
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-karaf</artifactId>
-  <version>3.0.6-SNAPSHOT</version>
+  <version>3.0.6</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
@@ -32,7 +32,7 @@
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index e7cc4b63e8d89b295d9431d4a514abfc1fb69d0d..d9487a04f2eb386727f4115e3f74a736b6ae395a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index be71f8192d38289e327e9b4de076bc0210343a15..6e3f197c676ffddbb7035d19b93990b0e13e28fb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 3d76ae059b3fcf22cfdd751fe6ef5febf507085f..22e3c37ea6dfe705f0d24fe6fefd863b4a6f68c0 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.6-SNAPSHOT</version>
+    <version>3.0.6</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 54f8570e6ef0473756c2477c84f4f128c16782ea..b78565458990dc4cf1d027d45fde8d94566509bf 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 54db3d4e9d34d571e1cc23b43147787237bed3f4..5f721ef9f5a30113054e4948e3ab94e5609cd069 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.6-SNAPSHOT</version>
+    <version>3.0.6</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 927ef65faa41777bd832fbe5151db507d6d092e9..c22c981f0eccbc883cac82b59c550a3b1ad05773 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.6-SNAPSHOT</version>
+    <version>3.0.6</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 0914b46750d7585b84ad18a0a93219c05c5cb2f0..86e7240fba3348065dcc5fa58715f53eedb639d4 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.6-SNAPSHOT</version>
+    <version>3.0.6</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 138d1a162f19c327644efe606297bd54b7706cbb..3c629e818335cebd4deace29863b4742d105cfe9 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index f8ed594d44ac5b1f864cba6d61e5bd0ac9a8677a..cf2d15209519b27eb766c9585ca2ea641e63cbca 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.6-SNAPSHOT</version>
+    <version>3.0.6</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index e49389bb6eb9c2b7d8d7cd458da14ace7a1a9fd8..a2bc7af486adf51765f268a4190cac8a659257b1 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.6-SNAPSHOT</version>
+    <version>3.0.6</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 4d80339565c6101764a2c141484881325f423184..4da14838a170e94547ce30eb3a4ff693ca9c89cb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 2476afd290cb3067755e3d5b04292c55aca3b9e9..25ce031f8bce2ab56cd61aac29b8796f4a61bd43 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 7e9b13b067df15b9d3267b3e5fcb85434cbea50e..b351e4ef4bb505ad4c5181b23263103307cd973b 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.6-SNAPSHOT</version>
+    <version>3.0.6</version>
     <relativePath>../../../parent</relativePath>
   </parent>
 
index e7e201ab85dc422f37b2c69608ca5f13970935dd..1c4adce484ca0ca4973ec9e94cb8e4581c83ad47 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.6-SNAPSHOT</version>
+    <version>3.0.6</version>
     <relativePath>../../../parent</relativePath>
   </parent>
 
index f60169a58ebe017e2fe1419448abbda532845217..1bdca5404de886f7996661fd71a90ffc47339fb9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index b4c6481aec45caf4944d51dff162763dfb2bff5f..b4e97dc5b47dc09365e0bc64071df9ac977eb1a3 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.6-SNAPSHOT</version>
+    <version>3.0.6</version>
     <relativePath>../../../parent</relativePath>
   </parent>
 
index 7f8ccbb0bc2c782aa6afe96891bf0f2e18acfb5a..ca8f9a4588a171f5b4d26149ab6e1aa9f5a3ae5e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index a701d58b46b16ee911cac35511ef4fd6ec805487..27380d1a48a74377afe3ce1e00b2529cf78d9e0c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index b624d3cd811b1c80bfa7ace29ad2fcf555f46505..c898ba53dc853536273acc10ac9d842ff4d60d85 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 385ec483647bd386a36be95ca66b6db540a5132b..1a51a0bdf0179909000af8b1fe2333f019535048 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-models</artifactId>
-  <version>3.0.6-SNAPSHOT</version>
+  <version>3.0.6</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index 56c3ea921fee65c6a8176e68e008d31e0a0d2c11..03ba122e3d72b662837015d4da4e8f4b28a06c57 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.6-SNAPSHOT</version>
+    <version>3.0.6</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index c20c56a888814c79d8749b627dd80e78c89231ec..7ea932e1a1d3aace15c6c2092eda10a03eca1946 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 0c0c8be599af35eae0924086b7b3929dd02e7a6f..c168f8d165d91161f25cd68e215a0f9c2a55c0f8 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.6-SNAPSHOT</version>
+    <version>3.0.6</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 76107e6cec07b197a8ccc73d95699c97e8174c53..bc0c0575505ab384f1b4123bd03ffa545c7908d2 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-config</artifactId>
-  <version>3.0.6-SNAPSHOT</version>
+  <version>3.0.6</version>
   <description>Configuration files for netconf</description>
   <packaging>bundle</packaging>
 </project>
index c321d4a17b0ca5f8c1fb2841a16d0a89ce5ae092..6602bc6c35329593c92af3bc87bf28ca689a6995 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.6-SNAPSHOT</version>
+    <version>3.0.6</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 1af5a7ddd6fe9e90ba1fea1d26fecee8b8eab965..c9cf1c98a9b925223891a5e9b7edc81c306e1008 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 44062e2ed06664f3be3f7ba980001d6c27ae3b7b..f9dd7dfef9e9d66a60ca3b6e75d1a8b2a08aab39 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.6-SNAPSHOT</version>
+    <version>3.0.6</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 2f038fd5a20972688f9e0c552eb44abd0e73a7be..4a35b3da95c4c6f4198b5983b3c961a0aa3788a2 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.6-SNAPSHOT</version>
+    <version>3.0.6</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 1ecd0b8375aa9b586fb04f26eccb2537899fce2a..6f166bbf607b28bc109883cfb5d37de0f85ceee8 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.6-SNAPSHOT</version>
+    <version>3.0.6</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index e18ab09dcae6e7cbf8baf8f8c76b139682db0054..caf72652817870ce9933e5537ec1fadd3b72a7df 100644 (file)
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index bc7eb382aaf20e862a9909224420881d00f1da24..f69d267dde3e27e0801e68335a13e90646c3400b 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index dfa059744eeb1f52ceea6d4f36328bafe5637615..3b0f11a8ba602981d02f75e1cb00015102c0aab7 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 83246bf8f27fdb47a87efc2def4920696042eb47..cf080e6498bcc67cba59ca2910e49ccf79b6af14 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 43cc8f7247aafd48c946524a3248fa9e9aa3539c..42f1a16670e09b3090cc278dc428dd02e69017a2 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.6-SNAPSHOT</version>
+    <version>3.0.6</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index ca9af001834df46b4ccbcf3c38ce297b9424af45..a492736f56ea0a73269d01afa090a9ef4320ac02 100644 (file)
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-subsystem</artifactId>
-  <version>3.0.6-SNAPSHOT</version>
+  <version>3.0.6</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index b0e7f768e1c84afe5fb825e6c9ec9a3224cf2678..98e14d47c4e2d279affaf482b007cc6d5ed2f07e 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.6-SNAPSHOT</version>
+    <version>3.0.6</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 527ea58c027a10d35bf3a9cc2fc2438b03cebb3b..33e8824da0a6c6efed0dca4d91a993ee44f64644 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-exificient-jar</artifactId>
     <packaging>jar</packaging>
-    <version>3.0.6-SNAPSHOT</version>
+    <version>3.0.6</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 94a7936d4f8ad0fde6892543c94ec88440b44727..ebced0574f0abb00180e30a5f9db33c4db0c4591 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-exificient</artifactId>
     <packaging>bundle</packaging>
-    <version>3.0.6-SNAPSHOT</version>
+    <version>3.0.6</version>
     <name>${project.artifactId}</name>
 
     <properties>
@@ -35,7 +35,7 @@
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>shaded-exificient-jar</artifactId>
-            <version>3.0.6-SNAPSHOT</version>
+            <version>3.0.6</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>
index 38f516e1d8279c25ae0408ae089d32fc3222dfee..0feb5916e69c955153e3e87b12c527f5c7c8c0fb 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-sshd-jar</artifactId>
     <packaging>jar</packaging>
-    <version>3.0.6-SNAPSHOT</version>
+    <version>3.0.6</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 901c2b7ed92a58a08a135ff643fa9d0a3cc83694..4a30e52ff27d6fda0acf56a17dad6695a2f5bc89 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-sshd</artifactId>
     <packaging>bundle</packaging>
-    <version>3.0.6-SNAPSHOT</version>
+    <version>3.0.6</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 814886f93f14ad89d8b33e493c816b5328b0edc6..141d6d8eaf8263ba1bed1ba534ed0bbc15c1b3cb 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index eab37e0b4237e4f903785c74891341cf1e95f177..919bde3fb8b8898b8e91144ef78e147bbab76f17 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index a7515bba4ec5edda8415a376f5057f1860e42649..815d3f961e32dbdfa6d104dc7fadc1f316e6e0c9 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-tools</artifactId>
-  <version>3.0.6-SNAPSHOT</version>
+  <version>3.0.6</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index a9fb2813492f9760e1a5c06189698df3255686f3..f03e29d3241e32d342f09c72a59442315f615330 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 2a77dfe67961639e2ef6a0b3cf1589453d4155ee..6867b58060803933850a7640eaa606319c8095e3 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-parent</artifactId>
-  <version>3.0.6-SNAPSHOT</version>
+  <version>3.0.6</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
@@ -47,7 +47,7 @@
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
diff --git a/pom.xml b/pom.xml
index 1548b4f24946a3a4cda3e393548d39fb9b20f0e4..20e2732a219cc743bc7df30e7316dd1e6e371919 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-aggregator</artifactId>
-    <version>3.0.6-SNAPSHOT</version>
+    <version>3.0.6</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index 1ec8585e989aa4367a47fd64a346d0de1bba39d1..eaf1efbf39480658bca851f483700ab177fd57ce 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-subsystem</artifactId>
-    <version>3.0.6-SNAPSHOT</version>
+    <version>3.0.6</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index a28e9208c88a8ea9d390881462654571aa004647..33a526478aa729dac1b9ab887c5c8874ec3f97df 100644 (file)
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.6-SNAPSHOT</version>
+    <version>3.0.6</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 7d175612f3a7610f4ee02935f415cd56006c3c0d..e05529d3cb0a82edd9fa7a95f8b450f61718400c 100644 (file)
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.6-SNAPSHOT</version>
+    <version>3.0.6</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 90aacafb7a7bf67402a73bc1ac210c033d62d517..ee120a7599cdf2a2dea468df363e1be58427b774 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index ad714a35ecc702fb9aa0a858d9506e9721b0c366..86e627a995627ab0f651e712b95f6ee7f37398a0 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>restconf-models</artifactId>
-  <version>3.0.6-SNAPSHOT</version>
+  <version>3.0.6</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index 170c90a74a1da38613bcd2e334b6eb3380855d5a..02d18a0957e9c4cd3e9bf19bdea2b20c11739185 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.6-SNAPSHOT</version>
+    <version>3.0.6</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 08cc0469eddb61bfa3651057996b5b97740f29c1..b492ea01cabc2cd32d2067030e62181c809d1c68 100644 (file)
@@ -13,7 +13,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.6-SNAPSHOT</version>
+    <version>3.0.6</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 66be188c5c5be1c0cb7e190e406905bc57775907..38632a27ed4e030a42095cfcd6b0c24f3d409763 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>sal-rest-connector-config</artifactId>
-  <version>3.0.6-SNAPSHOT</version>
+  <version>3.0.6</version>
   <description>Configuration files for sal-rest-connector</description>
 
   <packaging>jar</packaging>
index 11eab195f6c8bdf9a575f5ec7fcfb7c768918fcf..6165ecf0c80fd2d3e832d43ef88000f0e15b8676 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.6-SNAPSHOT</version>
+    <version>3.0.6</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 7bc30380baaf3ea7a60252a9fdb8b52dd47c42e1..cb2f7fef28ceb6848eb84f9ae1c7b23428b6b7d0 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.6-SNAPSHOT</version>
+    <version>3.0.6</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 7c37fcff22c038afca9e264d35e870463871dd89..7cc449b242dd21ee816f30032522825a4e0a9a07 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 9f783b7c54c62494cac041b478840cd86add6b0e..d63fb37552085ee5b7007b1787e519565a3157a3 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.0.6</version>
         <relativePath>../../parent</relativePath>
     </parent>