Bump versions to 3.0.0-SNAPSHOT 85/99885/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 28 Feb 2022 21:42:12 +0000 (22:42 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 28 Feb 2022 21:42:12 +0000 (22:42 +0100)
This starts the next major development iteration.

Change-Id: I0341e10177f3a0a8202d1f70d173271e4f272a57
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
102 files changed:
artifacts/pom.xml
features/netconf-connector/features-netconf-connector/pom.xml
features/netconf-connector/odl-netconf-callhome-ssh/pom.xml
features/netconf-connector/odl-netconf-clustered-topology/pom.xml
features/netconf-connector/odl-netconf-connector-all/pom.xml
features/netconf-connector/odl-netconf-connector/pom.xml
features/netconf-connector/odl-netconf-console/pom.xml
features/netconf-connector/odl-netconf-topology/pom.xml
features/netconf-connector/pom.xml
features/netconf/features-netconf-testing/pom.xml
features/netconf/features-netconf/pom.xml
features/netconf/odl-aaa-netconf-plugin-no-cluster/pom.xml
features/netconf/odl-aaa-netconf-plugin/pom.xml
features/netconf/odl-netconf-all/pom.xml
features/netconf/odl-netconf-api/pom.xml
features/netconf/odl-netconf-client/pom.xml
features/netconf/odl-netconf-impl/pom.xml
features/netconf/odl-netconf-mapping-api/pom.xml
features/netconf/odl-netconf-mdsal/pom.xml
features/netconf/odl-netconf-netty-util/pom.xml
features/netconf/odl-netconf-notifications-api/pom.xml
features/netconf/odl-netconf-notifications-impl/pom.xml
features/netconf/odl-netconf-ssh/pom.xml
features/netconf/odl-netconf-tcp/pom.xml
features/netconf/odl-netconf-test-tools/pom.xml
features/netconf/odl-netconf-util/pom.xml
features/netconf/pom.xml
features/parent/pom.xml
features/pom.xml
features/restconf/features-restconf/pom.xml
features/restconf/odl-mdsal-apidocs/pom.xml
features/restconf/odl-restconf-all/pom.xml
features/restconf/odl-restconf-common/pom.xml
features/restconf/odl-restconf-nb-bierman02/pom.xml
features/restconf/odl-restconf-nb-rfc8040/pom.xml
features/restconf/odl-restconf/pom.xml
features/restconf/pom.xml
features/yanglib/features-yanglib/pom.xml
features/yanglib/odl-yanglib/pom.xml
features/yanglib/pom.xml
karaf-static/pom.xml
karaf/pom.xml
netconf/aaa-authn-odl-plugin/pom.xml
netconf/callhome-model/pom.xml
netconf/callhome-protocol/pom.xml
netconf/callhome-provider/pom.xml
netconf/mdsal-netconf-connector/pom.xml
netconf/mdsal-netconf-impl/pom.xml
netconf/mdsal-netconf-monitoring/pom.xml
netconf/mdsal-netconf-notification/pom.xml
netconf/mdsal-netconf-ssh/pom.xml
netconf/mdsal-netconf-tcp/pom.xml
netconf/mdsal-netconf-yang-library/pom.xml
netconf/models/ietf-netconf-acm/pom.xml
netconf/models/ietf-netconf-monitoring-extension/pom.xml
netconf/models/ietf-netconf-monitoring/pom.xml
netconf/models/ietf-netconf-nmda/pom.xml
netconf/models/ietf-netconf-notifications/pom.xml
netconf/models/ietf-netconf-with-defaults/pom.xml
netconf/models/ietf-netconf/pom.xml
netconf/models/netconf-test-models/pom.xml
netconf/models/pom.xml
netconf/netconf-api/pom.xml
netconf/netconf-auth/pom.xml
netconf/netconf-client/pom.xml
netconf/netconf-config/pom.xml
netconf/netconf-console/pom.xml
netconf/netconf-dom-api/pom.xml
netconf/netconf-impl/pom.xml
netconf/netconf-mapping-api/pom.xml
netconf/netconf-netty-util/pom.xml
netconf/netconf-notifications-api/pom.xml
netconf/netconf-topology-impl/pom.xml
netconf/netconf-topology-singleton/pom.xml
netconf/netconf-topology/pom.xml
netconf/netconf-util/pom.xml
netconf/pom.xml
netconf/sal-netconf-connector/pom.xml
netconf/shaded-exificient-jar/pom.xml
netconf/shaded-exificient/pom.xml
netconf/shaded-sshd-jar/pom.xml
netconf/shaded-sshd/pom.xml
netconf/tools/netconf-test-perf/pom.xml
netconf/tools/netconf-testtool/pom.xml
netconf/tools/pom.xml
netconf/yanglib/pom.xml
parent/pom.xml
pom.xml
restconf/pom.xml
restconf/restconf-common-models/pom.xml
restconf/restconf-common/pom.xml
restconf/restconf-models/ietf-restconf-monitoring/pom.xml
restconf/restconf-models/ietf-restconf/pom.xml
restconf/restconf-models/ietf-yang-patch/pom.xml
restconf/restconf-models/pom.xml
restconf/restconf-nb-bierman02/pom.xml
restconf/restconf-nb-rfc8040/pom.xml
restconf/sal-rest-connector-config/pom.xml
restconf/sal-rest-docgen/pom.xml
restconf/sal-restconf-broker/pom.xml
restconf/wadl-generator/pom.xml
restconf/websocket-client/pom.xml

index 1cd735f666e040ac190f9e4ea5542c9b49629a36..b1d15fd849cc187743bd9865ee3a90e00ebe675d 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-artifacts</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index 5de0027f34a6a9618f9041fba41a6edee52120bf..2f982a68bcdf3b16b1ceee4e41391369052ab999 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf-connector</artifactId>
-  <version>2.0.15-SNAPSHOT</version>
+  <version>3.0.0-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <properties>
index eb8e3c56ee1bde9d072cd52586825fbc6a2b55e3..8bb513cfd1b4a49207d8eef523932a9c4fb6b2fd 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index a0dfcb54d84a897fc29b7b93057d83d9cd8e399a..1883e01d6ff4e12dc920652b09445c727c574b91 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 3768f19a99b43f1f18eae17c004fcf08ddfd9485..9071ce2986d879cd530cc745f04705ec17253ebc 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index ec5c0c0d4ef63bcd5ea45f8db509c929cb574749..cbdc9a6a5b7fda5ed2066c57ad9e0cffb2716adf 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 0c73ef8dd03c4ca9d39051429436a5c17efb2fac..3bfcf9fbf134731d80905c9036ecc28d75e6efff 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 9ac15a3ee177684b439c0180a70aa367cb10cd99..0034d9da613339dc15d21cc28b5b54b43f6cf1b0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index e55970a377787c944fb00b3a07e02dfc2858a38d..7971894e6ce7ca1ba7e9e7a972d3e7e9870e6812 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>features-netconf-connector-aggregator</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 2b6bd6f1093dad52663179e635aba7029a23aa6b..42afdb92f02422e4fbbab3bf3412ae05d6d35698 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf-testing</artifactId>
-  <version>2.0.15-SNAPSHOT</version>
+  <version>3.0.0-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <dependencyManagement>
index 4bd01d89aa54f07457274cc2ea288dc1c3159e76..7a86de57f2f3763f1df503564f7a73f2fa6e13b3 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf</artifactId>
-  <version>2.0.15-SNAPSHOT</version>
+  <version>3.0.0-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <dependencyManagement>
index cacae83bd227043f8676a88d9db14d6b058d53ac..73c1ea0e03da3c44ff48fa0804227b4454a7a94a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 75821f75f85a068825a0f9db93dec67f52590847..938c6f53770674688674e51aedd51b8b84044ec4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 9d959157e49ca737493238c845fa847a9d216615..ae8b728c81c6a0efba7444130f5b3421b3532c9a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 6a503b5398ed372a55ef26fd9d6972109234d64f..d3bbe837383fe897598b7252b326c42929c4c305 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 0b5c54763836e1141515423a7dcbcba122b09493..9bbaa1ca6c6e756c73bacf0ddb333c8ce426680a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 9073b60272ae482f23c3abd3f203bbc485c1dbdc..42137ffed5ff0116c3dba028d58bbb1008d6660a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index f225e7afde95432e719663e155449e680a4b1ff4..8643c12d5296a6a0775ad87e3b8950155d426c9c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 738affec43153f65feac5a8cf1fa83fe125244db..c67030a47fadde0e391ab88e74d1167e19c63e7b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index a40f23b4a777ccaa9f121cb4c26225154bad6992..c4e24cce410923bf1f6097f7e68e35a7e0f09387 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 692e792bd851b92d9a4f390505f70d12f3c7ff9a..22d2d6d7c538abad6a523081971e3361f689b7c5 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 190dc8cbbb50de39306ef3749c5c5913c3d63624..7ac90b9fd1b424ba83cabe81181f0e25ee2f7229 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index e70db3ced6533d51e0c7af14ccaf34708e3cc959..f76a64d3558dc1889f1ac566bb98e7e50dc710e1 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index c6a3b3c6233b11ce29691c81ff2633e89ebc932d..3537b5b366ed1f959f1144dbc6e4ce8d839b7eae 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index e8c3c7f3dfa3a79cfbf3514715479304ffda0a08..68e11048dd13e8870fb06435a6d2dc29c8453133 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index d70a1f7ecb6a63c21acdbd14d076e357682fd567..f17a274528df139b5cdf8dedd1d46cea472c5967 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 6f9bab14a5909746bc4cc3881c498441040b31c2..9c71709795788840ca9d828d6e7c0372d93d73b4 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf-aggregator</artifactId>
-  <version>2.0.15-SNAPSHOT</version>
+  <version>3.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index 9bd8e1b9f60d202be2a76b084ff9f60541d2a53b..db098202318d36d5704b51f6bb9f51031aa9d225 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>feature-parent</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -26,7 +26,7 @@
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
                 <artifactId>netconf-parent</artifactId>
-                <version>2.0.15-SNAPSHOT</version>
+                <version>3.0.0-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 2f33b3c68668dd06421157a7e604b22bc12733dc..454845bd29ee3137ef37514680b73cecd472c041 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-features-parent</artifactId>
-  <version>2.0.15-SNAPSHOT</version>
+  <version>3.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index 680f2a31f6263fe018d8bec95a6b74cb16aad3cf..73a8001392e2d04d0824962bd8b1ad8f40b23804 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-restconf</artifactId>
-  <version>2.0.15-SNAPSHOT</version>
+  <version>3.0.0-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <dependencyManagement>
index 686a991190fdbfb9c346d8ee344ae83d9ffc77b8..42f65f2c95202a167fbb0bd8683de287a4e894c5 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index e3493d943856229ffdeffcd4c791911fb333bbcd..025ec2f9af028a4d489045df9b1344b51a9f2bfc 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 07eb2f2b6419df1f8a75a2adf7f3ee82025700ef..b3f4919b783bfceb76e8192bd65bb93edc17e59c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 5446fada5350d2fc13ed2ed3856c2fbe95dd01be..0043db801f75fa8c3c4b4aefbb89fe99a71f81fb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 253d82bc577135d2fc9151e575c72ecbbb4bba60..bfdd121c392b0541754f9fe4e7315d8ef48199bd 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 6daee294ed26c9601b7220849c67255b5e7aab71..b7b12c2165cc0587d7b7cff0f11041bc023ff9bf 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 9227a7e923b37a0a0519b8af07679f7ed498c72c..36871cdf829ab55aece12f3b804ac106d9501472 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>features-restconf-aggregator</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index f3e49d99ea2b716a2e5e0216d0676e5143d0b070..a2822ab824e2aa15cc2eb7c85ab689b0b54e3452 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>features-yanglib</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <dependencyManagement>
index 6bce337db5eba127a48f346a6c766b11d13c1b7b..2b122559b61050b3d7f9e6610d1c9d7631258407 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index cb73e4784a38772406b96e13e92951a5c3702f12..8050ce90ec67c61bd84e105e11e87af3a16d2949 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>features-yanglib-aggregator</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index ea6130f3c1dd50038e7dd38d2ae7a0053f76d63f..bf017da5171ae56bec82346906de1eabdc2e6df3 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>2.0.15-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <packaging>karaf-assembly</packaging>
 
     <properties>
index dc3b8ee8b71f2be896788cce5a3b9bad7ff5cbaf..c14fb1fc5d7025b5f6a86ea8fb64a09651eb94d1 100644 (file)
@@ -16,7 +16,7 @@
   </parent>
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-karaf</artifactId>
-  <version>2.0.15-SNAPSHOT</version>
+  <version>3.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
@@ -32,7 +32,7 @@
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 897b516e1c1bdf12cffec562f33872377d58b907..fcd3cae7ec28500e1b81d1da7de3bf11075ad5b9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 6f3ad47a4a17024a864ea7315f6d378b475e774e..73802e69232365e917c6041b7cde10cd588796d6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 5cd1cf56c51abb0426a70f992a124a3a1d56bece..c1e5f65a4ca5b3912df8bd214427f6adfe024327 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 84ef06e96b20f5138506b24f317707c4f768989c..71d9fd60d7eed405af4a08f0b7847ddd87d2c869 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index dae8263be99c4b02b063c534f4e27b43ad658e4f..bb33055536d59c90de5977c7be086e40106ba1a7 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 41f0e9e8b12d23c4c3e410ad5e7bfa90c106962d..c8ea791ce228bd68fe9202a2beab79e0e46fe9f1 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 43a23707f8d8d5ae72bee619ed3ce125849bc75e..4e92e97138502cd274db77b763fb3379be495101 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 4077772d6d17fa792e5d669a304d4fbc461069cf..92943b67065240a05d127592bf2c36c926e08310 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 75e3dbe08ec13ac326b87a45fdce5d62387c93ed..ff41de9f9296f7812b6f8dc7f5fd35b931aa64b7 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 2cbb3341399f26e505367806dd1514ea0e799ea9..0673b7eafd38dfa5e5b2cceccbe0ff5dc1d55a84 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index acea6149568a231bf0f4b1cf308e696c0e77527d..f1ea0270c1593da0db6b08046961beea297f58c4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index f471ba645aba1f52e5019ab2982b34d2462b7200..ae7c179e3a8147cff3efc7b5545aaccac8dba6ee 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 46374404aa79726d6891f83327281a2a8c344771..bf25b8d2aeb40cedd7526f4bfecee1acc79a2810 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <relativePath>../../../parent</relativePath>
   </parent>
 
index dc2e42c446bae6d9294399e564ab63f4c701ff9b..e596b3db7be19c9ba6530394b2c772d30300a005 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <relativePath>../../../parent</relativePath>
   </parent>
 
index 2760b2c194999065cbf083e0ec635e8fd61dd62f..6671df9045c199cb5a8734f106b87617f6280088 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index a56e68b6cba6581d1e6fb6cd98296ba19dbbfd2f..799dafda11eaca6bacb16eae25b660a7f5aae7c1 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <relativePath>../../../parent</relativePath>
   </parent>
 
index bb086d5309b08b691c728a518d8b42fc34144f4a..44e42e69e3c04de0f9472bff37ef90859d2d9dd0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 29be5d658ba7931ee63f90a4ffefac454d7a6f55..f67d483eece82175e6259177e54bd715adec2db1 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 3ac0deaddd9c56d3f355ef45150c5dde1efd72e0..e68290bc41370ad5a6810de2f8e987c865497461 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 1c72a770f706e707f2f8c0c18c394354ffbc191d..51e4de48103cc099b20dcb41f89509a00fdb885f 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-models</artifactId>
-  <version>2.0.15-SNAPSHOT</version>
+  <version>3.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index e6ca05bd11577d31d7dffb2d1ff2cc90ff571393..fe356b0728185b6a3e6df8958358bccbba126c4f 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index b0e28ac9a63181ee820fd5b48bc729908fa7dc8b..17fe5a42caebd390d46fa7fd39938fb20409fedd 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 3ad4d447f8818c4fff5fafd2f638d3c6be12497d..dab4592291e4a34cff6eb651dc17a8cf12437583 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 749b38edd6db4c69fac4ffa9f7b60ea4c06d6727..d807c816965ece3cdfae8accf8eecc9e806e4703 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-config</artifactId>
-  <version>2.0.15-SNAPSHOT</version>
+  <version>3.0.0-SNAPSHOT</version>
   <description>Configuration files for netconf</description>
   <packaging>bundle</packaging>
 </project>
index a71288ef38028756268c5231e7076698e42a0d15..95df7c395aca70b0983e2b94ea540a44bea4b2a7 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>2.0.15-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 4e74a4b4a9ece362ce5335fe2510cac4d8f228f6..648f2112b72dc81f220cf9e167b519ef8297903f 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 7d99391b07cd88f6fc84ff27fa3aecf979197e79..cbee3365a6efdb4602a3c12c0eea37e1f92eb374 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index c679aa981db88ce149f0e2a10dfe5a844f17e348..a4090dc2442024a42930ef4a6a631dcf00ba466c 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index ebc7ef6ea76beeaee0813fea12b7fb5aa2b2f393..5dc97a8c36933420f71e31bc46a8d11d755a051f 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index be0a27e8000de7c80c993c58442e9d6fad63e01c..ccb417528ff36c1a43fd22c78756d0d34c8bc57d 100644 (file)
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 093f23b6e89acc3a162ba0603b8530e5362089d8..605ab725fbfb9f372e94ebdb2506017ef6ef0694 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 94edca7eb1fb5ccfc945ffa7805501ea4e23c36a..41ef245651366793fead66362025aa10ec747ae3 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 5a81537c959eeefbba4b929ea1209b18b239bd16..0e65aef90f99cd6b3d7919834c6ec4d97d73e214 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index f4063a5ec561f60aa0123f4fa647b290bd6ac066..19439becd3bf5a1cd05dfdd7dcb2d242b1ee2ba5 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index ffc92eb5ec5af29a85e985dadb34089a4f9672b0..f78b7c078adc62dcbec71f38ade094317050467b 100644 (file)
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-subsystem</artifactId>
-  <version>2.0.15-SNAPSHOT</version>
+  <version>3.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index a9d095b28e156a6c9ff94788926bc682eeba6123..6e25f57a7a0178e29cfd11c58625b6e54095096c 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 8a18c5714768face2fb2ced13cf38b3c927f2fc8..0ef4884191efc24f9fa3cb370b6226c5a535dab8 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-exificient-jar</artifactId>
     <packaging>jar</packaging>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 0656b55c08061182db067b1f1da7d79e30bb8315..64b282501c2db0a8a9bd60613f18164eb7b057b1 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-exificient</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
@@ -35,7 +35,7 @@
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>shaded-exificient-jar</artifactId>
-            <version>2.0.15-SNAPSHOT</version>
+            <version>3.0.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>
index 7a1722e1b9c943f594f871b03dc19bdb7d8c936a..1052b7f1ae912a6d4f219ed41927b95179626072 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-sshd-jar</artifactId>
     <packaging>jar</packaging>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 6f5fdca73ca08de972c8432df59edeb5e60cc8fa..2bbe5799848c2dcb15cddfcfada874ec3746f953 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-sshd</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 102850ebedb8b6ba923461ecc1081f58547f6507..26be6e708feda05deccdd2333cf2e022f9171dc1 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 8b5ef650284c6de65748f36d1e405adcdd9f9283..f55ac4970f00db86f488610b61db1596ee873205 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 166f04c9a09d6fc3c977a8b0a892e2e9f5e2651e..ac74e740d52501bb240c078f3f5b2873921ac1ef 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-tools</artifactId>
-  <version>2.0.15-SNAPSHOT</version>
+  <version>3.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index c3cb16e072b5f345fbdb5a910b526cd65f0f6a5a..584e483b6e35eda414906077176417db065ed637 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 5c8846b2141b39d7703e75a1c5b878e28bb826b3..be6baed190fff46063b1f0ecbbd366200cca4a94 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-parent</artifactId>
-  <version>2.0.15-SNAPSHOT</version>
+  <version>3.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
@@ -47,7 +47,7 @@
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
diff --git a/pom.xml b/pom.xml
index 09f139b3502f96aa98bd89282d07d48024a0986e..e8e3a000f47f53a88e302d6cf7f99bd935f6f827 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-aggregator</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index 673c0f84b9c94df5dcd3d0316be6d80a50833c0c..7b7943eb2d8af9248ed54f796cdc4c45d13fee32 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-subsystem</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index d776330c94cef5a8b4e94237ad6f071bcdf8cd28..74c3e4a6f807e607cb3b5934fa9c553c5ffed6a7 100644 (file)
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index bb5f2c5d49d45318a8d9798b8f7dd86e13ac3a47..971be213b3d11a92930622d06f767cf85b754092 100644 (file)
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 318d788cfb5e55af6957c95880c0b161782a40f7..97b061db7ed6195471ba2abc5e1736365dc39fce 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index efa7d14971019d5b1da8b0244647add4c9eb35c5..63696dc0d6029a813101bde6f6905f8b9519ffc8 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index 36a74787ab1f80e19b1f8a377520de71b0f26d12..016463294b2c15ec12a475940c1b691554dc5460 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
index b25bd764680e93ef9014fd1f9d55a385b41b8e03..8dc0430ddea1b4a3cf969f186df9e3edf15b8280 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>restconf-models</artifactId>
-  <version>2.0.15-SNAPSHOT</version>
+  <version>3.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index 8edf675c5337d8c061c542f9c99bdd93d94d1dc5..dff2f55571e12766981ae2a664936f36a63f9e8b 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 40e0d3ff5ed3d87a59e621250bfb6734c046e0e4..89154c9a1cc6f01c169ee7cd88b58000db53eea0 100644 (file)
@@ -13,7 +13,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index ddbc879ae127d28f1cd9a79b2cf6eef652e0dfc3..e51fc70da23a93a48a07064e9a90debe0bda4454 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>sal-rest-connector-config</artifactId>
-  <version>2.0.15-SNAPSHOT</version>
+  <version>3.0.0-SNAPSHOT</version>
   <description>Configuration files for sal-rest-connector</description>
 
   <packaging>jar</packaging>
index a92ab02f92b6ed530fb8b7dac77b5515c8cafdf5..5e1d7da41ce27892eeeee5eca8df6dbee7facefb 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 10f69652f646c73c9c26930c84adf79a447d673f..6c12e915d500fa97304eed15ff8ef49ce80758e1 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index b68588a48157e10fce7882a52e947b63ff37c128..6209e41663b6952516212646c988518ab5cf0eae 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 614d891dbf7efe19f7c77d631692975d17fd44ea..83852b95892af1700f9825b2791a86a0fae97c2d 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>2.0.15-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>