Bump versions to 5.0.5-SNAPSHOT 44/105044/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 27 Mar 2023 16:51:53 +0000 (18:51 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 27 Mar 2023 16:51:53 +0000 (18:51 +0200)
This starts the next development iteration.

Change-Id: Ic016c2aac96bf03d06734f671769273da3abbaed
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
113 files changed:
apps/callhome-provider/pom.xml
apps/netconf-console/pom.xml
apps/netconf-topology-impl/pom.xml
apps/netconf-topology-singleton/pom.xml
apps/netconf-topology/pom.xml
apps/pom.xml
artifacts/pom.xml
features/netconf-connector/features-netconf-connector/pom.xml
features/netconf-connector/odl-netconf-callhome-ssh/pom.xml
features/netconf-connector/odl-netconf-clustered-topology/pom.xml
features/netconf-connector/odl-netconf-connector-all/pom.xml
features/netconf-connector/odl-netconf-connector/pom.xml
features/netconf-connector/odl-netconf-console/pom.xml
features/netconf-connector/odl-netconf-topology/pom.xml
features/netconf-connector/pom.xml
features/netconf/features-netconf-testing/pom.xml
features/netconf/features-netconf/pom.xml
features/netconf/odl-aaa-netconf-plugin-no-cluster/pom.xml
features/netconf/odl-aaa-netconf-plugin/pom.xml
features/netconf/odl-netconf-all/pom.xml
features/netconf/odl-netconf-api/pom.xml
features/netconf/odl-netconf-client/pom.xml
features/netconf/odl-netconf-impl/pom.xml
features/netconf/odl-netconf-mapping-api/pom.xml
features/netconf/odl-netconf-mdsal/pom.xml
features/netconf/odl-netconf-netty-util/pom.xml
features/netconf/odl-netconf-notifications-api/pom.xml
features/netconf/odl-netconf-notifications-impl/pom.xml
features/netconf/odl-netconf-ssh/pom.xml
features/netconf/odl-netconf-tcp/pom.xml
features/netconf/odl-netconf-test-tools/pom.xml
features/netconf/odl-netconf-util/pom.xml
features/netconf/pom.xml
features/parent/pom.xml
features/pom.xml
features/restconf/features-restconf/pom.xml
features/restconf/odl-mdsal-apidocs/pom.xml
features/restconf/odl-restconf-all/pom.xml
features/restconf/odl-restconf-common/pom.xml
features/restconf/odl-restconf-nb/pom.xml
features/restconf/odl-restconf/pom.xml
features/restconf/pom.xml
features/yanglib/features-yanglib/pom.xml
features/yanglib/odl-yanglib/pom.xml
features/yanglib/pom.xml
karaf-static/pom.xml
karaf/pom.xml
keystore/keystore-api/pom.xml
keystore/keystore-none/pom.xml
keystore/pom.xml
model/draft-ietf-netconf-crypto-types/pom.xml
model/pom.xml
model/rfc5277/pom.xml
model/rfc6022/pom.xml
model/rfc6241/pom.xml
model/rfc6243/pom.xml
model/rfc6470/pom.xml
model/rfc8040-ietf-restconf-monitoring/pom.xml
model/rfc8341/pom.xml
model/rfc8526/pom.xml
model/rfc8639/pom.xml
netconf/aaa-authn-odl-plugin/pom.xml
netconf/callhome-model/pom.xml
netconf/callhome-protocol/pom.xml
netconf/mdsal-netconf-connector/pom.xml
netconf/mdsal-netconf-impl/pom.xml
netconf/mdsal-netconf-monitoring/pom.xml
netconf/mdsal-netconf-notification/pom.xml
netconf/mdsal-netconf-ssh/pom.xml
netconf/mdsal-netconf-tcp/pom.xml
netconf/mdsal-netconf-yang-library/pom.xml
netconf/netconf-auth/pom.xml
netconf/netconf-config/pom.xml
netconf/netconf-mapping-api/pom.xml
netconf/netconf-netty-util/pom.xml
netconf/netconf-notifications-api/pom.xml
netconf/netconf-test-models/pom.xml
netconf/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
plugins/netconf-dom-api/pom.xml
plugins/pom.xml
plugins/sal-netconf-connector/pom.xml
pom.xml
protocol/netconf-api/pom.xml
protocol/netconf-client/pom.xml
protocol/netconf-impl/pom.xml
protocol/netconf-util/pom.xml
protocol/pom.xml
protocol/restconf-api/pom.xml
restconf/pom.xml
restconf/restconf-common-models/pom.xml
restconf/restconf-common/pom.xml
restconf/restconf-nb/pom.xml
restconf/sal-rest-connector-config/pom.xml
restconf/sal-rest-docgen/pom.xml
restconf/sal-restconf-broker/pom.xml
restconf/wadl-generator/pom.xml
restconf/websocket-client/pom.xml
third-party/pom.xml
third-party/shaded-exificient-jar/pom.xml
third-party/shaded-exificient/pom.xml
third-party/shaded-sshd-jar/pom.xml
third-party/shaded-sshd/pom.xml
transport/pom.xml
transport/transport-api/pom.xml
transport/transport-tcp/pom.xml
truststore/pom.xml
truststore/truststore-api/pom.xml
truststore/truststore-none/pom.xml

index b9adb8e417640f17da426f1c800e8f7591f5a616..7a06edeb33221a5c2a04acc4bf95004e02a8befe 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index deb1c0a6592c8f9061d4815b9b506d558e79778f..f77b1efc047b7a2eee49c5164ee1436578dad691 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>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 564e742bdee15f8fc8c402197899e15c9d0e996d..ac3dd5290aae7cb5c6109cbde868b7edb283bb02 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 2c23e1c243afcf85b9b8dd9cd3f17ad833602ffb..fa438d9df730a22ec88c14299c9af4fc78265bfa 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 158dc82ce4a705298370e12cda56694489b79e32..e78f218461468dcce8fbe5f07a73583f9917031b 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 59fe8fdcbd786e809a45c9a7c64bffed7e89064b..23aa925adb1e0f9bf987b6fbcb55a3d8b278c983 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>apps</artifactId>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index e2a77b4dfcc511a67aa63e79cf5ea100659bd317..b3f74728968d3da9ac597484f4541a34c0bb5d12 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-artifacts</artifactId>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index 27af3da8717ffd883a3d2ae66feddb7ab5883624..4d90cdbacbe6d8d3d1aace8e37712dd658495e45 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf-connector</artifactId>
-  <version>5.0.4-SNAPSHOT</version>
+  <version>5.0.5-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <properties>
index 21bc2ffe62da68323d34d839a3ed472565fed6ac..43fdf9152d7f2cd0eb1e3c4cc62714c51f9fa157 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 73a90745d99707064379686bd3d52493bd2c7a54..ae5aaf9b66874d808fc7fea831ff48dea6076a55 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 03f9585a49f2a58ec715c2fb1ac00e05d4c79c7d..430f8d685cba1a7ffd6b12f571409c8fec7d418a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 0bb051b4a337e2c9d1951af85110b1c6f49b699a..d14f9b9ee29e0a353304f8c58073553f67e7ba49 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 96603b55a07f1cffd407b26258138c05c87f319a..051b356f1b49db1ab6dfeba008d6ca40dfc5b3da 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index be4ae09ef77ea5670b43d2f2f7edcfee9e508981..9284b8e7676930cc9542d66e4e604f3049fdbbfb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 0aadf7761369114123cca0263fd1a48cd99c3d93..e0d83c9876dde975788020028d411c87d4429ca5 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>features-netconf-connector-aggregator</artifactId>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index bc6d7ccf1b9d013b0f68cdf7db0cb048dde3ae20..96922546f0172289d1fdf0123450794d35147871 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf-testing</artifactId>
-  <version>5.0.4-SNAPSHOT</version>
+  <version>5.0.5-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <dependencyManagement>
index 727c1ff59cbdc6ec9abd7d628bb0b4556a167a12..88c88e5f8ed779fe2c5de2ba2dd6d29c79d94429 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf</artifactId>
-  <version>5.0.4-SNAPSHOT</version>
+  <version>5.0.5-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <dependencyManagement>
index c4473f6173eb7e6cf5f69084e689ca730b18027e..49f2ba15efd6a2ad39f63bf74d76ff4963215b31 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 1cc10a422fd9ff6f88deb77a31c4cd6cc177d055..03a402ac3866a88156bcf63c456639b988d1b196 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 94ce27bc38b5ce2d1e9ed2fffd89d5519b7abeaf..c372190dcae34c6507eea849092e574459578da4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index f20b9a93eae52606b85be09e3420b428e386fbf8..a4950b1d4adff8347e61a8fb39f105d0afb60222 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 4fd30a9999ea6efbdd3e50e7f1545a613988b8b6..7a831ac1361ed2c77c939003cbe71ef2cd5f08db 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 791cf779acd7c70cc6872cda0448c41d8d1b8928..748fff55efbfa4eebca52f099f3ee8708dc8085d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 05b987c39cb6066a1d8d93a9e8114ac3d91205d7..84ed8f8e5b19907e3f7765459f4c8f30679c3d5d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index d0afc74b2338f9d837451a01cef77106496d2c6f..be420d767f99de93d2bcd6fd5d42c3b73a02c39c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index cf0f371026031b8af2216cd950f576277c554730..983ce9b434999f9f55383d5b87080e0790001602 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index e1433baba8cb0e679754a1274777a3ea7ef4892c..e21fb38d59abf76dfa101cb64ed416e785017405 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index de0c2a1895593814709459422539ccfcf544512c..a081e362eee330902f5a4aea28ebf8dee44729ca 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 34769b20b3fab894962f5e0652266c823be06e44..cfb31527e120db0b50a4e341f248a98aa23b70fe 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index aeceb51a4718be4509d905d6e25bb17f2724bc03..12ee9725bcb8ccb32811fe61436002c9e8c8013b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 37352b8914dda2cab2db0627cf355afc2c915fb2..ffd7025eca539085f587aafcb5e8a129e29cca34 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 2ad5b8f34ca64ab7ce513eac6dd04699aedd6c3e..b2a161ead1e48918e77242138e291119bad4e240 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 7b04b0605ce6ba22499eed937199e1e52013d66f..10c35b358a28cb49b0c18caeecc80624658b1c24 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf-aggregator</artifactId>
-  <version>5.0.4-SNAPSHOT</version>
+  <version>5.0.5-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index e700c2f3816b5f27619b3e34013ff65dcad17186..d4c9342ed2e52693df432c70bbcc86fc138515b9 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>feature-parent</artifactId>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -26,7 +26,7 @@
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
                 <artifactId>netconf-parent</artifactId>
-                <version>5.0.4-SNAPSHOT</version>
+                <version>5.0.5-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 8274ada3d655ea5eb88a304c46d1859e4936d8a2..db9b604a50302714d25affcfd1480d18ed1d6a10 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-features-parent</artifactId>
-  <version>5.0.4-SNAPSHOT</version>
+  <version>5.0.5-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index da3adcd3df8bbf15bdcbf14817330aa14c96986d..78b200b80e3f04e3e49bba038064761949583d8e 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-restconf</artifactId>
-  <version>5.0.4-SNAPSHOT</version>
+  <version>5.0.5-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <dependencyManagement>
index da3d72873e2140ab6cac28adcdfdb5e839c86cb7..cff3ce181300704cf37407a7bfdd313ac7cec5cb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 9f09d51fb8eb09121b2e7f6e337c6bb089fea3d2..0b10ed02f448bda070783b4e663222ea9cbfa196 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 674951aee87f3c6fbc45ccdbf3fe199f0f7067a7..2e6f616419d090fd03443f940442ccac9b81de59 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 85f5a2eeaee9c8bed3a9bad9c4d4b219b0ca51f8..92944489ef3ffba17621d73b6beddbba1b070c26 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 3a6e9a95acc1508dbfd02964e6a4b9e728b87b01..47eb0bd9c9c422594ae907c15aaf046b38bcfd3d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index baa3f21ea3b27c32f6a99f7244f6296c8252ae53..1d6163b2eba0aef476c40a8dd5e7dfb505918b35 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>features-restconf-aggregator</artifactId>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 470a60f61ba7878a7009d267ba40644a3c989c39..7493ee1126b2d5ce21c56b86c2c975a4e6773b04 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>features-yanglib</artifactId>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <dependencyManagement>
index 1e86d8d36834285e26de0c990dfc2b56ba543d45..7c0777a9889c4493c5f590d2db8b63119eae9da8 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index f0573760838b2ad102229c4b8a15efec652fbd33..97e79d07e543a880e1ab23e8b33052690624306d 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>features-yanglib-aggregator</artifactId>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 147fa54af79323d686fdc7532b65fc8d42f58db1..3a2acc1fe08e9578b1a958edc558d80deec9b709 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>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <packaging>karaf-assembly</packaging>
 
     <properties>
index 3981cb19578e08d729e6b47c8fe0a659ce4147d6..e21ef6c2e70a51c9752e01157cfe29c9fcb3ef87 100644 (file)
@@ -16,7 +16,7 @@
   </parent>
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-karaf</artifactId>
-  <version>5.0.4-SNAPSHOT</version>
+  <version>5.0.5-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
@@ -38,7 +38,7 @@
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index ca887451b027950425790b98d87eb74ee049a348..f0bbe4039b36d2958bad6649e2ad5ece7e452be2 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index a7ea5f42e77ea9be64c9403d7ae525c47ca05c9b..3e9c390bdc61ce6f3e509a38d0fd1e8c62414586 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index ceb865d7f83813dd1a88fca40849abb6acf1f826..b462df955fc0840563ee97d8751f2f8ed9343e0a 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>keystore-aggregator</artifactId>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index 4cec6ea76a7849f349a40d4e711ab905e4bf35ef..e3674ec55114474fe7bece7f3d1df3a225758264 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 1d6be90599e421d6f1ff67e1b6dc0e201d25639d..6695474c95b8e602d6dd7b4a2eaa02dfe4f04403 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>model-aggregator</artifactId>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index a43181bac0bf78f297f1f57bc254871f9a5b4cc1..40b23a01ea7134e310b4cddd45a515986132c54c 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 649345c449ae12b2696a5393d5973426c69f9de5..4e2f7b1cac7cba6736a3466c1da46afccf8dc109 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index fe469ac61815755e650e3f1870b00db4cedbf6a3..5220bae6d530b2d05f899104978982539025fbe1 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 6d712012684430c5ae9bc49b5ccb96524a7f8c7d..a68b5c3012f792392c14ef8e7d9a3b5462c5f2df 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index f5a1cb4d97b0f7941f3e4af466e8309073f99b4a..de1360aa28859e21c42e5634f68c96cff459f762 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index a6434f644c5561b59294169335133d3e35607dc6..db779644763100c8bddfd5c40357db98c266c5ef 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index e8c654e02faf1d591e6f1b4c70877bde0baee322..fb4cc776361c9ed2404dfe6afe5a646fd003930a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index bb46bd177692e532ca9d11626963a17d09c82868..2b5989f283db7af58f265f3570dd3f6f3c18f575 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 07192717717bb7054de2f9307ba8ef04a80f1b83..5627466b9314d1c87a21463b36027283fa2f090e 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index edd4a9654983441f337be161854af5695749cbb3..9c31b4e0e5b54210a376e98998cb4a38b88c8114 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 359c48ed05b10687259b56ae12fddcc43a560a9e..06f1860beb5a3f529d2a77c539e3995f8310c6ad 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 264b10364a2e64748c2bd956e1e4b93032c55998..70dfe37b5abd3ec09beb0a48bb687f6e4e131b4c 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 676951045c02c67ff51f9888376c9e38520fc6ee..dc26ac17371293b8379d09ed2cefb2d753f7a600 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 373d38865d1332cf83c0d5946c29bda7e1845b1c..91562cc5711d79d2abaebb66d3f9bb6dfd315c33 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index d93d2a087855070b64b15674b08aa1ae3ff5940d..f8fee09f5b7c5a1b5a1ab0b34b1450fdd9f8196a 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 505518e0c7a62d50111db74f4edb3a18c6e5bd44..1aa6e25865fd095e7b9205297214227ff0e57697 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 3a31a22fca4db352e6d160856315715c60f0d2ed..9fe6e086997951fafb9e83c4b073f1326428f632 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 5fba5c86c776ee8a60abe0d60395d989eb42fbcb..29d12c61b723519e070b56aa0b8c125ab8f76a2c 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 026d4bd8b181181ec2578cced819384183f95fdf..eee52d6b273eb43b9b89c913e7b04a941b612e22 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 1bea77fa6014d9d71faf8d330054fb528e298aab..29cea236b2ca781972d7160af455b4f5dbe2eec9 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 1f2c2770b35eb950dbefa07ffc286480b0aa204d..edb051d02dd1f8717d5f99ffcf91f334bb39afba 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index e16b47d0a142663e621f43ee6d7118f81f6dbe13..3af50fc27c404d7784bd3f5e4670f8525db38410 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 1110a44f028b3d140c4faf0e79995e5248918a6c..53a8b9e0ba57ab04e3d1396d143530ba883b91f2 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 7546b82f78eef79c75739decbab4b06e98dc3058..39d6c079c8dcf33415f39d9d8d0bca6a746921bf 100644 (file)
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 7e535296cb02e0d42256221b517e93cc1fd90e00..23730d07fe2f851d40327ca2ceefd77ea2270834 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 6ee7dbe740837588a225cc8e92546ff717cb7bf3..c2f84a9a4176485e5725a069783fa674d389d77d 100644 (file)
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-subsystem</artifactId>
-  <version>5.0.4-SNAPSHOT</version>
+  <version>5.0.5-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index 84195f15467dfb73293020d18ef56fe51f99803f..04d456cff4c1c730091be9a0e09ec9e5e98346e1 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index e6ea616eca885b2a503a3ce39c93d87a70205551..b1634b23998305a1eb97aaf9385c0db6b6ee66ce 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index c80602abd1acb916c2cdfd35572875d2797cd9bc..3cacaef0447ae21f93423ab1aaa7dc4fe326b7fa 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-tools</artifactId>
-  <version>5.0.4-SNAPSHOT</version>
+  <version>5.0.5-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index 37a5aeeda7885ecdc309154ede88dcd811ae471e..041e90f8e85d9d110ec67709edf05b39cde59824 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 62b2ee067a2b5df762bea3aeac7557175b5e3f38..0c83e359e164a4a54e763a30b4674e83739f4be8 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-parent</artifactId>
-  <version>5.0.4-SNAPSHOT</version>
+  <version>5.0.5-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
@@ -46,7 +46,7 @@
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index c2a3b218bfb74d7f9ba57af07469c74fa8d7fc1a..e50538a199db21784b29187555321675c7ec38b8 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 70191cc56a041c2b61a574d1ee57c5587204cbca..5ca877c2f74374a760aa83afb1857aea18363005 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>plugins</artifactId>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index dbbe9baac6d19d892cf584d4f883886a2cc9f164..41d14c6fa4d1396b5cd4ecd5ba1ca509ea78a31f 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index a316adeb65997a0ad53b22f3fdeed18116cc661b..ed1446268ee962266160277cae97c00b01cd70a3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-aggregator</artifactId>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index bf237259830b4a212a0bcf80bbbfcbc083ff747e..4540eb077cf9acabec0a440b87f3177c78c1359e 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index e94eb4961c27350c0bb3b2d70babb8112531d6c2..c638a98b990a24efe9bb3a484e5123ef28e7db41 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index c6253ea340f31395cb32a99a3c55443a515ee1de..8d6badc886abebd31ac91cc0d623077a67d88c4e 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 4a028710102632e2a50f0a542b2b04c5745d4e05..32ff5dbd51eabf57bf1607f07216cf50d0f1034f 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 2bc424c2a25d9940939c5640fc2e0ee2d4b7a260..16dd94bc88396cff6e3f34c946378f967bc57ca1 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>protocol</artifactId>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index 79a550a8f99a06cca2add897a0348be7548164be..8e589c9b55c13f18f7bcc86edba43535d7141648 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 1f34bace1d82ecdd88b3967e1b6fe268a0101897..23332d87f257db048984ba41c7ad92b0a7a7fd17 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-subsystem</artifactId>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index e237f76b1c5d48841e38935e9b80ffbcd54d0c8b..35d9ff52c7863056e5b04ba57cf277aad2b4c298 100644 (file)
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 848717abb6a79ca24e8743ff684bf0ac88542165..649213ed0f9d340821d7182e9351a90d5f09500e 100644 (file)
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 7812fb327d1133d9c21b9b564f5b5f758f8b5421..006b0abb16cad1bf5f2e4b346b32eb5ec1f9398e 100644 (file)
@@ -13,7 +13,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 4e172a68b7f9ce143da7987eab19989e305912f2..5a9ab66110b278580843abda37374d88eb360395 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>sal-rest-connector-config</artifactId>
-  <version>5.0.4-SNAPSHOT</version>
+  <version>5.0.5-SNAPSHOT</version>
   <description>Configuration files for sal-rest-connector</description>
 
   <packaging>jar</packaging>
index 8227cb3a0e2d6dd8cb750868b6ed7863e4b1b4f9..7cabd41fde055944dc676479c8cb5b58edd3209b 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index a1dd819b4c70c0b7601dba572b01311f59807af2..6e4ba2e640f75d8d30e1e9a15d8e0b4e20678326 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 3e881b9dfa36ad795d00358adfc9865cf6412d8a..4ece40528e8deeaf3d4952de28452d70b17a59d6 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index af64f4950089ce70ec6188e64adcd2c892d3b8d0..c76408789d53690f2295f39f25513d1b2073f5e3 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 4c96cb8072d8afb7e0e6c2efc8276803d61b79b6..5f35d1c194063373b7ff6fedc577b96e100301e1 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>third-party</artifactId>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index 09a3050650e257f823680289068eeecea7d2cd21..1194f5f534c3d22dc4391fe0753dcd3383cdc247 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-exificient-jar</artifactId>
     <packaging>jar</packaging>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index adc63eb75dbf72458ea83c7bd609741b0fc53c90..818a53614d05fdc3b7b7c5c3f0642f1b91efb8b2 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-exificient</artifactId>
     <packaging>bundle</packaging>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
@@ -35,7 +35,7 @@
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>shaded-exificient-jar</artifactId>
-            <version>5.0.4-SNAPSHOT</version>
+            <version>5.0.5-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>
index 483ffd0e807794494df7cae3e518e5ff1650aab3..195708271f838a715390da7e9a4126b9622b0fe9 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-sshd-jar</artifactId>
     <packaging>jar</packaging>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 9bd78bbf4131bfa47586f598217ef25702232873..ea1a9f731dfd3515adf49523f1921defcd4d25b5 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-sshd</artifactId>
     <packaging>bundle</packaging>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 197338a6099e3d7fd5d5bd0b57fc016b1e401366..26bead3f4cba93c818d2d0b279c76c527b4615a6 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>transport-aggregator</artifactId>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index d10b252f4ea82155b8446142355c8db09e2ded3c..0554509604cb63c21d7277a3921b94d20527e6b8 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index bfd53843ffe76933dfcb0077668359227c626335..30cbe58d7bd3d1eb4975ac216b3e65483fe67b36 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 8869844cb60d73e8669efa03775dc3e9f4e428be..4d118509dad46d234f73ae3ba84f41a6724a2666 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>truststore-aggregator</artifactId>
-    <version>5.0.4-SNAPSHOT</version>
+    <version>5.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index c837d3922587714968a8dfaba269766464035b22..1f41f81361d0462c19a7347378fede1480fa82c0 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 425efc1ddde82eeae9316b9e5afb363a6b217a8f..9086f237b01f1bbd225d6d054a97554e8b6be319 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>