Release netconf v3.0.9
authorjenkins-releng <jenkins-releng@opendaylight.org>
Mon, 27 Mar 2023 17:38:31 +0000 (17:38 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Mon, 27 Mar 2023 17:38:31 +0000 (17:38 +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 631074e71ec885865c589567190885a0b727a99c..8c0ece3d237125d8b97953d8b67d49feed8a6478 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-artifacts</artifactId>
-    <version>3.0.9-SNAPSHOT</version>
+    <version>3.0.9</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index 55d5ea5c6bdcd58d465b5efd01f5f6c640f22a1b..a8c80dd17338fb3562a43f9d4662d294a9d31012 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf-connector</artifactId>
-  <version>3.0.9-SNAPSHOT</version>
+  <version>3.0.9</version>
   <packaging>feature</packaging>
 
   <properties>
index f15f930ba5e5c3b3d86ff3107ddcb04ab5602c4a..0daaebba12f62e7b501bdc25bb2a4f44214f557d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 1f645ab0aa911b6c8a06be44e7d7320c659c8dd1..5a2420a27408f80e4ed306e07f799e72a1e7352b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 8722071f38a61d7dc96909d88f32ed42737e4b11..b0c66e4b445bbad70add30e77c93c7cf90b71a58 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 4e502ff11e0cf69434c29bac506dbcb9a77e1285..63496095ac2f236bc6f0dafdbb6276fe85c9f40e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index cf1539bea1737b3c4c0c2f0482daf41a069bd329..9a6e90a2d77f5da10295014908285071f1f2b140 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 3fd47b4654a78bce27c02c4903e27ee0da0398dc..4dc45abc01320757c56e69e9a307833b163055eb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index b088297e23dd93851326242434199e1e879020eb..70982ff0a7090c89609f0f1d14ad1026d4039498 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>features-netconf-connector-aggregator</artifactId>
-    <version>3.0.9-SNAPSHOT</version>
+    <version>3.0.9</version>
     <packaging>pom</packaging>
 
     <properties>
index 67b11bb6aa3a2f61c6d27ce8bf48fce7fa2a1a12..6aa63cb8c43c6923beaac249e45ea362d63c3e81 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf-testing</artifactId>
-  <version>3.0.9-SNAPSHOT</version>
+  <version>3.0.9</version>
   <packaging>feature</packaging>
 
   <dependencyManagement>
index be168779546c1e396aac74088475def9a61026e0..d6bbfb400cd064298fe83492b68ede3712cc9c17 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf</artifactId>
-  <version>3.0.9-SNAPSHOT</version>
+  <version>3.0.9</version>
   <packaging>feature</packaging>
 
   <dependencyManagement>
index 3ee12cf16d199538bb8f70e990896aa37e0e533e..74dd5b170ac41994714c1e2b8e837bdb4952829e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 35269b2afcd8267c4ec1944a0c0088f029eddc2d..e8bfa4aaf2684d397ee5df003706c63579e70222 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index b27d4abb12536bbe7e3bd0c218bd427d531c82af..16cfd9626c50bfad60fc4fb5b9e9e5fc47c87c03 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 8a4e3a998640c4cc9fe8b061ceb93c8986fe003d..18e13d67a82e151fcf0c74785469b99091a63266 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index cfa673f4d1c5f8cd67c6990a9b0ab4c66e3950aa..8a55208c78b1748aff577aad2aa95c7abe49bbc7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 43c0b2b842aeb63e2ef8322e0656d3d7de0a7af5..8f6cec79701c5face540393d053c1a85f0266f78 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 0347c4d8d555b79469e65130c005c3652626077b..0cd456db10c9f79f103e1b3d6819e698dad2ce4e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 567a2f4ce266a05f4dda5ac0c729d441e3f81580..aa08135bf53065bbe33c50c672d6e11bfd2d3f43 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index d0956c7865369290285f22d5d9bfa376d03d29d5..2518bb04f54705df0bba8f384a515052bc1c00da 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 66a0e3a9f777ebf3ee554ce35cd1494b8a6243bf..1772b1713c1eaa1e76b9dc985f75ca46e714c64c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 173e1bf7544a5564caf92b74b71c2c1e4738586a..87bd8e7ec7882ef9fa1d1ab0ba8e802125316576 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 49f8791c233ea3ddd6031c6881ad84bac131c340..8a0213fa97ba11862fc6c46da9c45fc87419c929 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 99d000bd42b5454fc86bbea9578e1c9466d5e4f1..55863f87bcc466939b24e25d5a6b1cde6d7f3ef9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index a48e601696cc80420055812b0568376a033cbcd2..b01d9bdee56e298053d8141574423bd84e1f1c1b 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index ddffa52751bf3185f806cfd750f24be18a25bf3f..0d786345a23af83b0dc40bb42493a2a87a82a95c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 3242cc338b59032a35d4fe2b7d11dac42ed933da..d8618b31cb80a265407b71e42ce892b9edafc2e4 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf-aggregator</artifactId>
-  <version>3.0.9-SNAPSHOT</version>
+  <version>3.0.9</version>
   <packaging>pom</packaging>
 
   <properties>
index 78496667a8666fea15965065b79db35e8a6ba143..cead662f800050627665064907e837512075913e 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>feature-parent</artifactId>
-    <version>3.0.9-SNAPSHOT</version>
+    <version>3.0.9</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -26,7 +26,7 @@
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
                 <artifactId>netconf-parent</artifactId>
-                <version>3.0.9-SNAPSHOT</version>
+                <version>3.0.9</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 7fe5202fd5fb9d67785921890cc340f026553411..533019a6afb58aa69afb6041fac08e0c5b556253 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-features-parent</artifactId>
-  <version>3.0.9-SNAPSHOT</version>
+  <version>3.0.9</version>
   <packaging>pom</packaging>
 
   <properties>
index a96efeb42c0700826f434ee43088a255b2824621..a9cef90d0e931baf50e3c9f5d5f8e455a9f22165 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-restconf</artifactId>
-  <version>3.0.9-SNAPSHOT</version>
+  <version>3.0.9</version>
   <packaging>feature</packaging>
 
   <dependencyManagement>
index 4beb639e0d01ada7a0afb25bd6fc54e5433a36b4..32419c77fb97f792bbab13605b16a10fa19a435c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 081ff2b31818f1a3aebfc19a16e118bc4821bb74..be407655ddab6bedf69934ec88255d97d4c3fb87 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index af7dc4d8e1d4e978828b422c35f392c39901106e..f8cdc24d62c1eed1dfb158bb8a22d5410f3b2e47 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 6f1f3682dcf2626e4cf146afcfc62e9140a25aca..731ee77c8fe54b6d9735705988155c3ddcd1b5dc 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 29ba6687e0f25b5e7c625e0d16472c022ad65e0a..aab3b71b5ec44f63914559da230cc4cd18595ddb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 52cda68f2b7a1485020623cdbf83114cf02557b7..44ce43ce867d4c842d9cbf4edc6358429924ba61 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 64e7272330d1e77fdf915e96179d39ccd5b32b7b..572618f14a213e25178415a7eb304f9803e57920 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>features-restconf-aggregator</artifactId>
-    <version>3.0.9-SNAPSHOT</version>
+    <version>3.0.9</version>
     <packaging>pom</packaging>
 
     <properties>
index 6e8a2a6770c096b51734228aa46dc73dfeaa2162..78fbd334fc6b70b3d1b18769fa05ec6c4b6b9938 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>features-yanglib</artifactId>
-    <version>3.0.9-SNAPSHOT</version>
+    <version>3.0.9</version>
     <packaging>feature</packaging>
 
     <dependencyManagement>
index 4bde2e016477e7169bdd47eb3cd55f6b98323dda..aa903a622e32508abf87945140e4df1ec9516e19 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index a6b210eb36301f6a9dd13b5affb423ea48cc1cc3..81576d66fbcd26cf9b13b40cc11846a0ba007e8d 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>features-yanglib-aggregator</artifactId>
-    <version>3.0.9-SNAPSHOT</version>
+    <version>3.0.9</version>
     <packaging>pom</packaging>
 
     <properties>
index 2fd33a548f9d564f0c7f4b75427001868608abd6..f33c2c36d71456407d20edb071663e62c04d0f4b 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.9-SNAPSHOT</version>
+    <version>3.0.9</version>
     <packaging>karaf-assembly</packaging>
 
     <properties>
index a985ee8e641b41fed2ef59d407354eaecec37e0c..a18da9142a0156b2c62596e7de242e15f94de1ce 100644 (file)
@@ -16,7 +16,7 @@
   </parent>
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-karaf</artifactId>
-  <version>3.0.9-SNAPSHOT</version>
+  <version>3.0.9</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
@@ -32,7 +32,7 @@
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index c83812fd4513da9fde256d8b6a67c556f053180c..5c07b5877c43881e0a66753f9c9fe5e7d6be0d3d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 910c25e28f80ce726b05d6c2902ab1c4c306273f..10482973f6d85135adee5cd6f61c408c41de5cef 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 5603db0fcbc436d0056beb9997a5a29f503b2b9f..c77d57609f963ece7f1dffdcfc980b751d320e2d 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.9-SNAPSHOT</version>
+    <version>3.0.9</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index d80b8f67591f2b031ac35251237903a93f386732..42fa0df20a8a2a3118d8e23ad68007206808b0a1 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 58a0ffa90b102244009c8a952da058ea316823fe..3f82a9e4fe0f36d0616fdb33f330f02ae7ef0a3c 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.9-SNAPSHOT</version>
+    <version>3.0.9</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index addad5fbe3b5bd9d374ebc9e621eb02c98009b1b..31ef0de55bfa6e1a22483c5f52a83005f7b40a23 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.9-SNAPSHOT</version>
+    <version>3.0.9</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 64149fb1a68f1c5c8239694541355671fac12b96..31e72477fd33bded51d958e31019e7e66f72d84e 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.9-SNAPSHOT</version>
+    <version>3.0.9</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index e3d39a8a715865cc51550a42a546a9897b9b5f90..86e8ffb73889e0cdaf051fb73fa7d5cac5deb1f5 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 732661c191692385499107f7725aae7ff7ca498a..c0d717e349c5a0450b56a6431b046b95b8d43eb9 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.9-SNAPSHOT</version>
+    <version>3.0.9</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 12cb4a22f025622a7e691d7f7a079a29c0e95d65..0a61f9fe75d512bd7d53d2b481d83701e1659b20 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.9-SNAPSHOT</version>
+    <version>3.0.9</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index a1d777b99fcb87f80758d14b238f90d551ba60d6..0c32b429b040345c284254bda19f6c78ad2e50d1 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 76b9a0f9993e72943b548bfe139b17004c91cde8..a2b3407cf86127fa4b5d14be35c8f8836bbaeda5 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 95c2b21f970cd4f492b4f7d31c863798d01ad784..bd69f18c0f4f75c139160964ce1dfa416e881988 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.9-SNAPSHOT</version>
+    <version>3.0.9</version>
     <relativePath>../../../parent</relativePath>
   </parent>
 
index a1ae7c259243f3671d538d9e955ea5bc364bc8dc..4950adc7fa7ca96e243e6c1d76f7bd182026fb0a 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.9-SNAPSHOT</version>
+    <version>3.0.9</version>
     <relativePath>../../../parent</relativePath>
   </parent>
 
index 341dc23854707f9ad2c43baf2d7f8fe0d35ef963..d3023e36de82d107d1ffa9184fe923eb937ed9ab 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 2b8a2197215fbd54983ab26f2a47066937128823..b13b4020c3a48ef652ae5423d2abe0393aaf58b4 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.9-SNAPSHOT</version>
+    <version>3.0.9</version>
     <relativePath>../../../parent</relativePath>
   </parent>
 
index 852487125ba52d7913b3cdfb1848f6cb229bddea..c42842cb0bce50ea8e37d26ef00dad36bfca296b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index b5fa8f26856159ce7b2bdfef1d85bbb8e5faf0e0..67051981d18d2b079dee37e3d370e6670cf5246a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 5590891b4915f2e13aa8b5dbd7fc8165f9c329f6..b453bee7df4a535eb1fbb150fb41e6087b53e681 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index f886131713179a55242d983b04fcda0f60374a75..697e7551f41b20717ea7a58b5bdcff6938d95736 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-models</artifactId>
-  <version>3.0.9-SNAPSHOT</version>
+  <version>3.0.9</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index 23ba1fd744ddbec447a20e538455540593589669..d31e8e06eb71af96bbd73ae0fe50b2844117b6c0 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.9-SNAPSHOT</version>
+    <version>3.0.9</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 93d5c809350ba0db5719d5a00daf6cb3e2b870c3..2bda007e493d1980eb4c8aeb43c10f8f18f75e1f 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 62d17a12b90ec7cad074b55a2f19c0715e06ee92..836a5d5624ce5a0d129b0dacc41f3f82975360c2 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.9-SNAPSHOT</version>
+    <version>3.0.9</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 349493c64d9a4702b64cf006a9dd65c71e233a1a..af36cddf5afb22a7d77de0e19148b369457d8b0b 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-config</artifactId>
-  <version>3.0.9-SNAPSHOT</version>
+  <version>3.0.9</version>
   <description>Configuration files for netconf</description>
   <packaging>bundle</packaging>
 </project>
index 9418f7083c692957888d53b097af378a76bc96ae..64e0e5421be23001391656ee681163bdfd5032fe 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.9-SNAPSHOT</version>
+    <version>3.0.9</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 1d2a09dfbdd1a6100d0d78293f2ef8bd4e70b921..e43eded97e4174a22768fc6e046d8cd806bbec9b 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index fdb12af4edd0dd1dd1d47943b0700cf6aa7bfd9c..f2328622a7b1b70f48c28459ed2a9c60b59b7441 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.9-SNAPSHOT</version>
+    <version>3.0.9</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 2054f54ab5a9bd11ae2082bfadd3036acd9fba78..8b0dc6ef32a9fee200360477a65787c0bb9bbd3e 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.9-SNAPSHOT</version>
+    <version>3.0.9</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 5068c6925d34296cf9311691623d43072e2a64bf..350c64df8a354aaf8532a7c6aedc4b0006a45e9a 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.9-SNAPSHOT</version>
+    <version>3.0.9</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 875a59d4089ab1130475fe5b7fb00d5578e69ca9..0a422534089c51722428a4ebf5b76f6177fb68fb 100644 (file)
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index ba280585625e10c3edb04a9d0057fa8d0f54b988..729120c02b2619dfbf29f43fbcb24194ced1fb6d 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 4b49c84a994952175583175e8817d50bd6a8a11b..e92324a9c3ca041b784d172e032c5ad9a22d0de6 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index e0376378d0e53a0578bd7814e56f34a3ec3e734e..98755bd3e955ce4decc4f974ab72d75b41a23613 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 4e81c9f5c2fbced0e1e226941050fffb5569c408..1ce09f924bf84232fda38ff604c70cc74fe97b09 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.9-SNAPSHOT</version>
+    <version>3.0.9</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index c5b844180f8bec2e13f2652ba20da3085084cf6c..974ea2b2432eb9f11458bdf320fc5d15bcd973c9 100644 (file)
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-subsystem</artifactId>
-  <version>3.0.9-SNAPSHOT</version>
+  <version>3.0.9</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index 2b88750de7685c9b20db62c1d537e17855ecac38..4850fb9572ec233ddd9224726b4817f36d0d2701 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.9-SNAPSHOT</version>
+    <version>3.0.9</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 9f438d159f4c456e1980dc1e7f59fb9008bda2e4..07442feedd26f13b1a028cd100ba336ce7baf344 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-exificient-jar</artifactId>
     <packaging>jar</packaging>
-    <version>3.0.9-SNAPSHOT</version>
+    <version>3.0.9</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 0d2b05daf1fb37225c3b72c992b013f296b73aef..f1980974a01b04764ba243e94255ba91c4600213 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-exificient</artifactId>
     <packaging>bundle</packaging>
-    <version>3.0.9-SNAPSHOT</version>
+    <version>3.0.9</version>
     <name>${project.artifactId}</name>
 
     <properties>
@@ -35,7 +35,7 @@
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>shaded-exificient-jar</artifactId>
-            <version>3.0.9-SNAPSHOT</version>
+            <version>3.0.9</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>
index 14a7a282507f0d670457f8749dfd4cea847f193e..e65d8fd4dae93406f0bff49b82d881347e723d95 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-sshd-jar</artifactId>
     <packaging>jar</packaging>
-    <version>3.0.9-SNAPSHOT</version>
+    <version>3.0.9</version>
     <name>${project.artifactId}</name>
 
     <properties>
index bad348caad1d0faa748e65ee6bd18ad9e1c6a041..70510cfa4a8347f6af158e1b0d2ae463a2dae258 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-sshd</artifactId>
     <packaging>bundle</packaging>
-    <version>3.0.9-SNAPSHOT</version>
+    <version>3.0.9</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 524eb649e02532a0d10b71be60b0c538358c405e..d410349b9fd3c222474c67308709645f6807c5f6 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 77c58023cc17d0dcccfdc4d20870f7efa064f92e..ebb856285d10538915e47e501a10d28ac8e13f65 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 0821cde2cb9ecbbd08fbbc66dd9c0e260bbe849c..21cc9b9b658c02b5ac95f9bd6ac961924fab3224 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-tools</artifactId>
-  <version>3.0.9-SNAPSHOT</version>
+  <version>3.0.9</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index a44fab734a74082222f2e18c2a66424b535b86b4..044c89a1b3f12c58f9872e741e327f54469a5605 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index ab97c3f70a98de6ddbff235ff591ac8dabbd4d92..fd8a4b1d5c6084ebd7ed7e5b354c67a06536f853 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-parent</artifactId>
-  <version>3.0.9-SNAPSHOT</version>
+  <version>3.0.9</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
@@ -47,7 +47,7 @@
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
diff --git a/pom.xml b/pom.xml
index 240af4388646f71a8e127819859a02b05157e942..149cb18c18b200221cfd7b1753d6d15b8f9ae57a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-aggregator</artifactId>
-    <version>3.0.9-SNAPSHOT</version>
+    <version>3.0.9</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index e6d916e87bfa59e50bc4e37c242397a9361c102b..f104888d876b480d8a665087f55cb3ea766e06b4 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-subsystem</artifactId>
-    <version>3.0.9-SNAPSHOT</version>
+    <version>3.0.9</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index aa4c8788eaa8dfac6691f35f3e656dea74296df1..b5ca3e2576d03de43b6a13505401c611333f4c6e 100644 (file)
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.9-SNAPSHOT</version>
+    <version>3.0.9</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 5af410a70562131ee0a5f5be0ea9523e15228671..60f56070bb39fc2870b3d82d43f159e75e13c291 100644 (file)
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.9-SNAPSHOT</version>
+    <version>3.0.9</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 6829df33764aea478ca13c10a05dfdb67eec5816..3d6fe9f8e1813b463f1080f367e5adcaba6aac7f 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 60741345c7bd6851133f5473079f0a446de60284..4cdabe15e8c3b21f27243ddfd6b00ba0f2b639fc 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>restconf-models</artifactId>
-  <version>3.0.9-SNAPSHOT</version>
+  <version>3.0.9</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index ff12dca0220263af0541eb06d9f7084c620ba242..d20cf44a78adca44827f6cccee6789e11c4a6491 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.9-SNAPSHOT</version>
+    <version>3.0.9</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 4d630e72faef863fd66621ad22227be2027fc310..4c5bfc66e043a737b021b013ea3e466dc640c837 100644 (file)
@@ -13,7 +13,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.9-SNAPSHOT</version>
+    <version>3.0.9</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 0bf07974d158ae3848832c143cd10ed8542c6baa..bff5c36bc67dd415b5fb49ef6915e945930297c9 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>sal-rest-connector-config</artifactId>
-  <version>3.0.9-SNAPSHOT</version>
+  <version>3.0.9</version>
   <description>Configuration files for sal-rest-connector</description>
 
   <packaging>jar</packaging>
index dfea7dbd880800509fd1c4833bcc91717e4c83d1..03ee87d8ffe233cfb2380cc75d511d59ee763eef 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.9-SNAPSHOT</version>
+    <version>3.0.9</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 9f5122f529008c05856714281f3dfd274428d1f7..84733a607d90b0404073c95df689c5e635f1d17b 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.9-SNAPSHOT</version>
+    <version>3.0.9</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 7f9aa3f4985445f954e90a2d26bcc725c60af948..a51054112085f3bc37cc3b589c186866b8d05784 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 0e5418a6e5b6f761aabc62e136f813e9c19d25b4..2bb1f6b8f65045702657a91f3d4880a42b06009d 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>3.0.9-SNAPSHOT</version>
+        <version>3.0.9</version>
         <relativePath>../../parent</relativePath>
     </parent>