Bump versions to 7.0.3-SNAPSHOT 27/110827/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 17 Mar 2024 22:03:19 +0000 (23:03 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 17 Mar 2024 22:03:55 +0000 (23:03 +0100)
This starts the next deveopment iteration.

Change-Id: I56d3812afc885b46c498709ac037f6342503a620
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
120 files changed:
apps/callhome-provider/pom.xml
apps/netconf-console/pom.xml
apps/netconf-nb/pom.xml
apps/netconf-topology-impl/pom.xml
apps/netconf-topology-singleton/pom.xml
apps/netconf-topology/pom.xml
apps/pom.xml
apps/yanglib-mdsal-writer/pom.xml
artifacts/pom.xml
features/features-netconf-experimental/pom.xml
features/features-netconf-testing/pom.xml
features/features-netconf/pom.xml
features/odl-aaa-netconf-plugin/pom.xml
features/odl-netconf-all/pom.xml
features/odl-netconf-api/pom.xml
features/odl-netconf-callhome-ssh/pom.xml
features/odl-netconf-client/pom.xml
features/odl-netconf-clustered-topology/pom.xml
features/odl-netconf-common/pom.xml
features/odl-netconf-connector-all/pom.xml
features/odl-netconf-connector/pom.xml
features/odl-netconf-console/pom.xml
features/odl-netconf-impl/pom.xml
features/odl-netconf-keystore/pom.xml
features/odl-netconf-mdsal/pom.xml
features/odl-netconf-model-rfc5277/pom.xml
features/odl-netconf-model-rfc6022/pom.xml
features/odl-netconf-model-rfc6241/pom.xml
features/odl-netconf-model-rfc6243/pom.xml
features/odl-netconf-model-rfc6470/pom.xml
features/odl-netconf-model-rfc8040/pom.xml
features/odl-netconf-model-rfc8341/pom.xml
features/odl-netconf-model-rfc8526/pom.xml
features/odl-netconf-model-rfc8639/pom.xml
features/odl-netconf-model-rfc8641/pom.xml
features/odl-netconf-model-rfc8650/pom.xml
features/odl-netconf-ssh/pom.xml
features/odl-netconf-test-tools/pom.xml
features/odl-netconf-topology/pom.xml
features/odl-netconf-transport-api/pom.xml
features/odl-netconf-transport/pom.xml
features/odl-netconf-truststore/pom.xml
features/odl-netconf-util/pom.xml
features/odl-restconf-all/pom.xml
features/odl-restconf-common/pom.xml
features/odl-restconf-nb/pom.xml
features/odl-restconf-openapi/pom.xml
features/odl-restconf/pom.xml
features/odl-yanglib-mdsal-writer/pom.xml
features/odl-yanglib/pom.xml
features/parent/pom.xml
features/pom.xml
karaf-static/pom.xml
karaf/pom.xml
keystore/keystore-api/pom.xml
keystore/keystore-legacy/pom.xml
keystore/keystore-none/pom.xml
keystore/pom.xml
model/draft-ietf-netconf-crypto-types/pom.xml
model/pom.xml
model/rfc5277/pom.xml
model/rfc6022/pom.xml
model/rfc6241/pom.xml
model/rfc6243/pom.xml
model/rfc6470/pom.xml
model/rfc7407-ietf-x509-cert-to-name/pom.xml
model/rfc8040-ietf-restconf-monitoring/pom.xml
model/rfc8341/pom.xml
model/rfc8526/pom.xml
model/rfc8639/pom.xml
model/rfc8641/pom.xml
model/rfc8650/pom.xml
netconf/netconf-auth/pom.xml
netconf/netconf-netty-util/pom.xml
netconf/netconf-test-models/pom.xml
netconf/pom.xml
netconf/tools/netconf-test-perf/pom.xml
netconf/tools/netconf-testtool/pom.xml
netconf/tools/pom.xml
netconf/yanglib/pom.xml
parent/pom.xml
plugins/netconf-auth-aaa/pom.xml
plugins/netconf-client-mdsal/pom.xml
plugins/netconf-common-mdsal/pom.xml
plugins/netconf-dom-api/pom.xml
plugins/netconf-server-mdsal/pom.xml
plugins/pom.xml
pom.xml
protocol/netconf-api/pom.xml
protocol/netconf-client/pom.xml
protocol/netconf-common/pom.xml
protocol/netconf-server/pom.xml
protocol/netconf-test-util/pom.xml
protocol/pom.xml
protocol/restconf-api/pom.xml
protocol/restconf-client/pom.xml
protocol/restconf-server/pom.xml
restconf/pom.xml
restconf/restconf-common-models/pom.xml
restconf/restconf-common/pom.xml
restconf/restconf-nb/pom.xml
restconf/restconf-openapi/pom.xml
restconf/sal-rest-connector-config/pom.xml
restconf/sal-restconf-broker/pom.xml
restconf/wadl-generator/pom.xml
restconf/websocket-client/pom.xml
third-party/pom.xml
third-party/shaded-exificient-jar/pom.xml
third-party/shaded-exificient/pom.xml
third-party/shaded-sshd-jar/pom.xml
third-party/shaded-sshd/pom.xml
transport/pom.xml
transport/transport-api/pom.xml
transport/transport-http/pom.xml
transport/transport-ssh/pom.xml
transport/transport-tcp/pom.xml
transport/transport-tls/pom.xml
truststore/pom.xml
truststore/truststore-api/pom.xml
truststore/truststore-none/pom.xml

index 92d3f4c4bb2a5d3d6c5d7ce2dc239e19b909a806..916250e7d98c7ec524c934253e548a42ccaf1ad8 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index ae2c1a3024f6e757471a602eca9d932e4b4885da..09d8dd6a9c2d8f4ad3b6684508fe06a79abb25cd 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>7.0.2</version>
+    <version>7.0.3-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index e79a17646bc5c8fa87f59ca92b82f1823d677239..8db96395e2a9055f062c12c94f1849b6bd2dd209 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index ca713b8f963ea4ad66843e718308241965dcc62c..c94b402002057ca446cc62ba98ecdf65781dbe1b 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 9704e79f52f30dbc86e219b455e2de43a1e34144..245b63a09cc403ba1dd63041018f55f86e534b8a 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 188e8b749f3322342c4151048f17ecde85f06ada..20dcd1f66dddadb7e8b270da1304052d83362910 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 0e1ef332cfec602f8bd7894f9fb0ea88c3c47345..187a0a3900343056cb5d16053f5936e437e0b398 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>apps</artifactId>
-    <version>7.0.2</version>
+    <version>7.0.3-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index a9ac95fe1790d288f94225c15b9a74641b25ea92..20a3afa1465cd1eb3396e0ca602c2572bd361cbf 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 02484742101ca4d295a1b65dcfd3d2844aa90d5f..cf200f2bbc20848e6b443f2cb8a16997f4cfb9a0 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-artifacts</artifactId>
-    <version>7.0.2</version>
+    <version>7.0.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index 02712057ce99a6daef55baa4004e0672947bccde..ca0fa596a33a8eb633d5e4822df8f7a15d001a2b 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>features-netconf-experimental</artifactId>
-    <version>7.0.2</version>
+    <version>7.0.3-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <dependencyManagement>
index 6292aabc507dd6f7a71bbaf8792ba7303b3c6e22..44baea7ea2960c71ee8cabe4544d592b001e05fe 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf-testing</artifactId>
-  <version>7.0.2</version>
+  <version>7.0.3-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <dependencyManagement>
index bd3206589cfac4e9c2d9582eae0c200a584cfaec..0334ddf59e5d3e604e8ff9e65637170af4c4751b 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>features-netconf</artifactId>
-    <version>7.0.2</version>
+    <version>7.0.3-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <dependencyManagement>
index 2d72afec1af212e46f290123071aa8d5e60d1558..70d84c1b02bbf44f11a0b88ec94b8cbb48b2279a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index cbe3d37beac253da8a01e7e2b76874f43d990958..fc9ba6a2ad14d495543237362b671ad418ea1e24 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 459263061b836eab2b52958d912ee39e427ec103..d3d20b62d6f5f7b696b77785da1509acb6c43102 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index f29eb20d925eb351c611e7fff779ab8cd40b28f3..ecb5f909d5d1e0e3a52f700b6f3a4ef7bedbc112 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index e79dc1cdd93af382f8fc68c1d77ea0e3c00abb35..2799e0a05477b9f8cc3e078cdef97c2cc636b605 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index f80619a56948a904a56ef830c85de91d85693247..ed569ca2e0a27eb28fa934e75dc00cc00fa7aba0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 6ee3ebfd8c7d34ab496714bfe5acfc1c817b6a43..8a57efc2696f01cf2bd4b612a8a087f5a1b92f45 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index f493b4c6c6475e7a4383c54d22535c06b7f09b24..6023e9d96e6f730c18f5ec7e826b2c64b18a64c6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 3b94c75edaa6051a926d645ac32f4d54e1cb5abb..841d2d671228dcdc65e74e80129eda828376a7fd 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index d7d799796332b40f763e7e3c3a6aa2dc5fd05ded..cb15f38dac1979be7b535456353c1c7b1f2ee717 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 08aa7bd6f521aa14e96ffc7850efc63157e62bf2..dbfdcd38d475ad73ee2befb22389cf0d64c01d3c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 9a0efaa612728bc7b5a07d4ae29a2e0506ac0f7a..e11ec1a149028038f23a741e97c0ad2a3af6d492 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 6fac88bd3f22ce03038de9b5c9b5fc0f9552cc96..50b6b77794d364ba5684e6d39b2b3ced23f0ae86 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 437a3c0be9903774df9dbd41919c4b364514ea9e..db92c856bb066742f831c89393ebe87e3e610f90 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 8412c6acde27390726b436f2d48b8cfed781dd7f..303d6da9efefe2a559009641550b5d76eda2bccb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 16bb55066303b80d874ad5e55e0f3a591e12981c..4dbd3ea5c38c34bc016cd643509fd167ec0b4676 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 9cd7fe33b2e48dbbbff7c4bb3b1855113a75055e..7a38c493f8d5cb64f081bac17b229c13ebae9a1c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 210eb995bfe0af08591f9558cbf980b0bdc13b2e..1fd459f8c5a241161f8536137b14f30c50312793 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 571c988680e63694534fd2ccaf8cdcf7d30fc0c4..b66bb031f8ead530046e9ee2f41eb438a047d22f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 786de45655a69421dd84cdebc8c85a5804f10ecc..74788f9382d7fdd1a99c79faf2d589f290a44285 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 3b0f54ee5a38f8444fa5f2e992abae2812ce8ad8..2fc92f688e8a4d1b908d71fd2bfeb909809419db 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 03e958abb845c45e0f8d258c2a2fc2d343db930c..aa8c8deb6a67afedcab3c427dc02688f07603728 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index fb028ac70efb55eb1a455b954e8a6d2252ed7b34..942e3beeaf8fb5c32e4a9f53be509aaffa1ff333 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 6b11d5ce0716f1e5406fc548c19ad3a6b3ad4dea..b187ba672e39ad867afe5b56aa7b7d2c474755ce 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index fff78c2592ad7ec8ccc80cf7f0fb5661f1b181d3..9182fef4bdd2de020ac5bee8c7d3cfa5fed115dc 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index cd2e0fc3657d47e80ee471342ad1ac1084096090..433638b5dd719620b134fb2110c12c66972f02d9 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 227584fcf7ac0d9c2dc7dea421a32279db44510a..aa7a30eea064acc64da4ddc15d37c2e4d7d3ff15 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 408b38b28c9d2cfee160b5d3a266f3b08d162df8..62306cd3b69b19310fa3f63335d495c2f0079f30 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 9847827d014067ac9fa923c6d443f3999959c645..ca3e3f5768ea1b223b21429c6943f3b0247908ac 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index dc23fc61afce7f0b3dd19e57f72149bedcbb5974..a325e6f8f1af2f8cd671405fea4431c053f3214b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 0ec3cf8055ba395b22ab2dc11c512f5f3b0cf71e..a175b0b7fc010f9d8a5dbbb096ebe26d1e48699b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index bf56f9cc26f080ba4b7272555d8a730bef75fc6e..2d6049ee33bdd7fada53e5a5685795501ddc6910 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 7701c74b284dbbc0fcad1c4c63c554dd53a57f56..26b8cf204635de2d20d8a1dd3ec95bc122a01e74 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index bd08dad61110265212ae16d8edf20afc0aedacf4..ea2b50a810fb5795fd70ae15bd7adb036b18d53b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 74507d7c52d016337153311e25040926c30983a1..f24df2fb3b111b23f42af74870e20e0550381971 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 0b41603082b167ee935195d7a4e2033f99f9b6a4..5fe23deaebf70a9b39a78051cd1c444a9d27868e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 59eb1b21363e958d651cec3eb3c7f81d7f9b8fe7..1a9a5bcc740803439b5007f720b5e35eb660bee0 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 8bf70b07a98f40a504a528ccc71f91ab5862c4b1..201f11143c45d79ab91638737b229896d4224f03 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 234c089c30decf8f192dd26fe2396d62f3961e31..f2f4ae7582dd6f7d6febb94eac805e7822c69d4c 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>feature-parent</artifactId>
-    <version>7.0.2</version>
+    <version>7.0.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -26,7 +26,7 @@
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
                 <artifactId>netconf-parent</artifactId>
-                <version>7.0.2</version>
+                <version>7.0.3-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 72b830e087f97f3df7cf618fa5eb746ac24dffd6..7c64ca917b6aac33339345d0073715513fe1b297 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-features-parent</artifactId>
-    <version>7.0.2</version>
+    <version>7.0.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index a6671fabe4ae79edc903265c75f9f6531296c7db..b331e8257850646a073bb4ee7fce5ca855780a11 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-karaf-static</artifactId>
     <description>Apache Karaf static distribution with integrated NETCONF and RESTCONF</description>
-    <version>7.0.2</version>
+    <version>7.0.3-SNAPSHOT</version>
     <packaging>karaf-assembly</packaging>
 
     <properties>
index 8cfd60fb98b357d87325afd990ded57ea4194b60..50d45d3d9edfb7d64c2f9c2f155e6ef12bc7c640 100644 (file)
@@ -16,7 +16,7 @@
   </parent>
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-karaf</artifactId>
-  <version>7.0.2</version>
+  <version>7.0.3-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
@@ -38,7 +38,7 @@
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 40f291b62cdc17653ad53679bd9452fff148a69a..a9ea93bd33dbd0fe93d9db5d45da1fc56823b7a1 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 428d0ecd5bb18f3fb2df6183618d356c5ba2a863..8c5bb216168931264dc53e384e3d757356913e3c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 9efc4ea96f1d1f6082032e212b3d817b893892bd..5f17c8b91a7f187572a444eeede603710634aa03 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 89c61aa0bd9736915a39002f0c8d910ace717be5..4299c09e88979c1eafa6f464d0244c29c73e7f74 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>keystore-aggregator</artifactId>
-    <version>7.0.2</version>
+    <version>7.0.3-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index 4bc72ade90e8f09bee64164135ff4bb88d50de64..48fa920232cea67d402d877426f759c955dafdff 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 1e941cf688a7662f09928e8c0e3e668536491d30..8c813ce4f4fa321a9776f4df538f446c3760b39e 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>model-aggregator</artifactId>
-    <version>7.0.2</version>
+    <version>7.0.3-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index 5dc0dbc48c3049c7f2516e9bfd931b8e24a5c41f..b1b46cd10ec391bc226192e6f564ce871ff7f2f7 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>7.0.2</version>
+    <version>7.0.3-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index ba9330bed0d96c0065fd542c2402252d6411087d..4d3bf16c54db2943c83cb0a490026b9fe2596e52 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index b16a05d220d182edfbe50384af31371bb12f69aa..e2f164cb86b4f9161e94153c4ff45f949e213415 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index c743ec03977d16ffa1344a6b2ba9701562573d44..eba0990d0ed48da714eeed5acec4c695d47e1e25 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index d66386118b9f6f97cdce1751ff68f6b9d8d15662..1a4269e23fcf8b1382d5bdf6cda30cea35a83bec 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 54a2b3a19a8e5dce9e3e3a3d418e2cc17ad651c2..864997f502acb5963c475aff0f3f923e37b2e698 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 9f413a7f4b9a4600794dd31edaee1cc010de5fd3..674bebbd5083c792419f9f4844cbe545c2a7101c 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 50fb6f92d23406376e49fa0fa49b51eaf26919d5..bf8336535c803eba37a77ef135f54721c8f6eae6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 39b346b2e82592d4b65651c83ace7979b5bc3a66..6cf5fa0dbb8592cb18029d97ba7e3c25d2f04b21 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 8281e0d3f0aa3cd2ae161e6a29ba4cdee589a0e6..f276de29cae5ae650eeddffb1a0f9a8ffd463aa9 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 9ed42a90081175bec8ea825e2a82d639aedb2d57..ee461a3b2d0fa69f1f781935d3bf78792379448e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 0da434b23455e4372ff1f06ad7540a69607f7ff4..af110fd939e72a42ae8381bdf39aee038d30bda4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index a8f80499c7568f8639a6b51e741b305e906a40f6..9fef7036ca78234cae53f2cd9a466292a3bbffd5 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index a026c6bc41dfa2b7f4c2adceba02e844c62a2732..a1720507f9c594fd83515c5c72d02c7ccbea24a3 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>7.0.2</version>
+    <version>7.0.3-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 6b25d3ea91802a73e17934acb8a94324ab046760..e6c87b15257060f300cb3216ea17bbd7b9b73890 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 855f36906c22115b884c93fdb2a39faf18533c2c..943adb9505abac3b952c940b0a336e1b53b69976 100644 (file)
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-subsystem</artifactId>
-  <version>7.0.2</version>
+  <version>7.0.3-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index 2e4b746357486e30472b211c12baa864f7eff1c5..af2c46e25742fb1e016b50433691b76984accc78 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index de94b79cc3090199e89c4e4c8af17c012e58a376..dccd54167bdd3a5466103a1ad906b1d727568319 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 6bd2605fa83b91bdadef38b480b4a33a2df4f071..e997bb6a462e3fafa654a3ef42894678a2287cc6 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-tools</artifactId>
-  <version>7.0.2</version>
+  <version>7.0.3-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index fc3588c9938110f7961a6bf92a14cee2f10bbb8e..02a06683852dd896c50a8b8cd589f4ebaa231da6 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 1b3af3c900d807eba4b35639de8aa6e6e59efd1c..2ca8178735abe7cbf744ef85068fde997bfe2229 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-parent</artifactId>
-  <version>7.0.2</version>
+  <version>7.0.3-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
@@ -46,7 +46,7 @@
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 3a3186b1749d509025aa90ad845fb3f6f4c30d8f..8b52941d58e9203927f877f8e6d96cd8d720f4ca 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 0d59b71ca4f031235239e1d9476e3fa688786d00..9712216bfbce81fa5d8f8d1f5c458b2a0dc3e273 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index c30e6cef6e2c538ced95cf17ebadcd6b87a0be90..6ea337e305588b796fd25ab2863af838042fee4b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 0e7397c6f986e5a41ecf7b82d5be73f8a24dcb50..9992766d9281d33d21a91083fc902bd0cffb5bdb 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 6d038798569baa2273c437d7b7b271e5e1cd3ffc..8c774dc456d71d168bb56d34ce8a9a7e36d873ca 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>7.0.2</version>
+    <version>7.0.3-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 9cdbe477c8a500dca412ee5a8bf5b8f39552597c..ce8632766975788c43474227a1114e2ecf352bed 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>plugins</artifactId>
-    <version>7.0.2</version>
+    <version>7.0.3-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
diff --git a/pom.xml b/pom.xml
index a647323b3caddf17df7762f3021f742212e37613..2152454cb0c22a3d250bf9d83fb27db3ee5054cd 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-aggregator</artifactId>
-    <version>7.0.2</version>
+    <version>7.0.3-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index cad71f2ba37ccb4365544fdb30cefca9d76001c5..242aeeb5b4525203592bffae54592c8f73d9c5b0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index fec55069e4fa20a8bec7c7036d8ff51d171bc06d..4f7a585867defa63554dbca202286345f71b12de 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>7.0.2</version>
+    <version>7.0.3-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 70659ab465efc969d09372409e49bf5724a8dd4f..427351e83a991650ab98655e969d6b1026bfcfcf 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index b57085f95b4d9e0b832a51edbba26f8ab93e6f01..41a428835dafb3d31006b4348ecdad7dad8a8c33 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>7.0.2</version>
+    <version>7.0.3-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 107c59ae996a50c6d1fee8f68ac07de170a3a027..c18877e78fad8e2adebd98fc0716708e7c38ffa0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 60bd395fb24387f5fdc5fc67578947117d3abda4..a95603992bed677f6aa1fc51df8c07b938c158f1 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>protocol</artifactId>
-    <version>7.0.2</version>
+    <version>7.0.3-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index f2200f397ac53d33c0e0bd13bf228cc019319596..91bcabd2c195b7196d880397ea3691fd8cbf20be 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 2dd1bb10d7115962214198851ee32d37c94f6029..12225b6102b51e5e7341355d9536eee85805bf5b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 2ff4ea1404102108889623b88d9459b27180ec97..36c6fb7e3a7cf62228a69f2a77d4bea4abef25ad 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 9e2332c66faa413ae1a11ddaf6a470f7a0e0c47e..1d603e0136a3110c6ccecc8915128d140ab96ee1 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-subsystem</artifactId>
-    <version>7.0.2</version>
+    <version>7.0.3-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index 151dec69052ab02033241f9f22be18dc5b329f96..16a8f01e5995a23f9fc70bfcd0458d1c2dbc2d11 100644 (file)
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>7.0.2</version>
+    <version>7.0.3-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index c17b99171a04c2c42055577cc60f98ba42d9661f..d9734018e24deb6fdf7c66198a6a347a000e3b3d 100644 (file)
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>7.0.2</version>
+    <version>7.0.3-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 5eb504ecc484731e81027188863169fa07b92717..24de1456bc97f26183e4e22022f009927dc86327 100644 (file)
@@ -13,7 +13,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>7.0.2</version>
+    <version>7.0.3-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index b279d187a3556db09573b5eccf7aa55142b9dc11..49e2010b0760c6479446cf1cc5c568ab155e0986 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>7.0.2</version>
+    <version>7.0.3-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 31274153d6dbb9a30ebc38f1f39848724aa20e0b..555dc0916125f69e4c5a668b3d8f8205dca9e66f 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>sal-rest-connector-config</artifactId>
-  <version>7.0.2</version>
+  <version>7.0.3-SNAPSHOT</version>
   <description>Configuration files for sal-rest-connector</description>
 
   <packaging>jar</packaging>
index 19e6c51a85665bd4d809dd71269957f5ed7e5f08..8f01d730349eb4e7010cdd33faeef6eacd1b3f48 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>7.0.2</version>
+    <version>7.0.3-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 658763916d1e68bd3150b21383fc02e93319ed48..228c680030fe988a04a1bf08fe660a430164cbe4 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 2619bd46fdd994d9f25d309bf83f741287be725b..7e7552aaf060cc35e5b6038f4fac124800b1cf91 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 79c8b00888beb81934283fd0cc155928a27ce7d3..99190989aa0903d36ef63ce3facf05c557741071 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>third-party</artifactId>
-    <version>7.0.2</version>
+    <version>7.0.3-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index 956b655b9cdcc071bfec810a0902d7db8fe5b7db..477d87b35bdaad89602814329d4551dab4219658 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-exificient-jar</artifactId>
     <packaging>jar</packaging>
-    <version>7.0.2</version>
+    <version>7.0.3-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index c860ebf8d7eeae04b568c4a466bf6272c49fe18a..7d6270893ee3d427b5def673e70c85a9a988018b 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-exificient</artifactId>
     <packaging>bundle</packaging>
-    <version>7.0.2</version>
+    <version>7.0.3-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
@@ -35,7 +35,7 @@
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>shaded-exificient-jar</artifactId>
-            <version>7.0.2</version>
+            <version>7.0.3-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>
index 9f3b8e0dabf4872dd3d2eb3206ecf57924cf2984..17be94fbff7e4688ac182b571e8906a61f5dda9a 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-sshd-jar</artifactId>
     <packaging>jar</packaging>
-    <version>7.0.2</version>
+    <version>7.0.3-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 9780616e0dc99c6d4ac618a2208d9471d86e0866..794e9c2b28a94a78ece1e60d47f9fea170898844 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-sshd</artifactId>
     <packaging>bundle</packaging>
-    <version>7.0.2</version>
+    <version>7.0.3-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 3100bb8d98a616a059a82acfd1f10af0d9933398..334482bfbb1184e6bcc29bfda671c7d1de6ffa53 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>transport-aggregator</artifactId>
-    <version>7.0.2</version>
+    <version>7.0.3-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index e3165856fd986b7c0b22c36a7921c85833382342..579008eebebcbcd9d3190a829e0ddc2c422a4e5b 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index c668e7b2bb5fe2c528196c77afa642851ce3aaa0..8c714d30ba8ae2919f849c1c551af2ecb96a1bc1 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 93f9128c7cc81239ceb9b82c3604c1f78d7c01bb..9949acfd3a189653f868e17039b309ae9c0e2bfe 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 419833d081ec476133641e15048a35796f18c09c..08ddd01446675afba7754e784faf98e9733819e7 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index fd76f0942b07fa23cc940d72ffcda90d26f2f8fe..516900ff63bc26416108730060d7de1a08826bfb 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 26e016e3c5bb1b4d7864417bc49235d12107cf2b..57e6c9427f022f7896bebeb1d2b641cf44efc879 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>truststore-aggregator</artifactId>
-    <version>7.0.2</version>
+    <version>7.0.3-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index e4474c92fbcb0db2cef6bb58c15291d2732f089d..000c7995de53e017419604f025b614ec2eebea06 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 97f37a68377cdfa818dd70c0d4ac1b9a0b9fa39b..eeb3a30e22aae321d7dac58132dd7cb6f5560a9b 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.2</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>