Bumping versions by 0.0.1 for next dev cycle 74/47274/1
authorAnil Belur <abelur@linuxfoundation.org>
Fri, 21 Oct 2016 04:13:59 +0000 (14:13 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Fri, 21 Oct 2016 04:13:59 +0000 (14:13 +1000)
Change-Id: I1d417745693597385d8a5570b94f5261371e4368
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
50 files changed:
features/netconf-connector/pom.xml
features/netconf/pom.xml
features/pom.xml
features/restconf/pom.xml
karaf/pom.xml
opendaylight/netconf/aaa-authn-odl-plugin/pom.xml
opendaylight/netconf/abstract-topology/pom.xml
opendaylight/netconf/config-netconf-connector/pom.xml
opendaylight/netconf/mdsal-netconf-connector/pom.xml
opendaylight/netconf/mdsal-netconf-monitoring/pom.xml
opendaylight/netconf/mdsal-netconf-notification/pom.xml
opendaylight/netconf/messagebus-netconf/pom.xml
opendaylight/netconf/models/ietf-netconf-monitoring-extension/pom.xml
opendaylight/netconf/models/ietf-netconf-monitoring/pom.xml
opendaylight/netconf/models/ietf-netconf-notifications/pom.xml
opendaylight/netconf/models/ietf-netconf/pom.xml
opendaylight/netconf/models/pom.xml
opendaylight/netconf/netconf-api/pom.xml
opendaylight/netconf/netconf-artifacts/pom.xml
opendaylight/netconf/netconf-auth/pom.xml
opendaylight/netconf/netconf-client/pom.xml
opendaylight/netconf/netconf-config-dispatcher/pom.xml
opendaylight/netconf/netconf-config/pom.xml
opendaylight/netconf/netconf-connector-config/pom.xml
opendaylight/netconf/netconf-impl/pom.xml
opendaylight/netconf/netconf-it/pom.xml
opendaylight/netconf/netconf-mapping-api/pom.xml
opendaylight/netconf/netconf-mdsal-config/pom.xml
opendaylight/netconf/netconf-monitoring/pom.xml
opendaylight/netconf/netconf-netty-util/pom.xml
opendaylight/netconf/netconf-notifications-api/pom.xml
opendaylight/netconf/netconf-notifications-impl/pom.xml
opendaylight/netconf/netconf-ssh/pom.xml
opendaylight/netconf/netconf-tcp/pom.xml
opendaylight/netconf/netconf-topology-config/pom.xml
opendaylight/netconf/netconf-topology/pom.xml
opendaylight/netconf/netconf-util/pom.xml
opendaylight/netconf/pom.xml
opendaylight/netconf/sal-netconf-connector/pom.xml
opendaylight/netconf/tools/netconf-cli/pom.xml
opendaylight/netconf/tools/netconf-testtool/pom.xml
opendaylight/netconf/tools/pom.xml
opendaylight/restconf/pom.xml
opendaylight/restconf/restconf-artifacts/pom.xml
opendaylight/restconf/sal-rest-connector-config/pom.xml
opendaylight/restconf/sal-rest-connector/pom.xml
opendaylight/restconf/sal-rest-docgen-maven/pom.xml
opendaylight/restconf/sal-rest-docgen/pom.xml
opendaylight/restconf/sal-restconf-broker/pom.xml
pom.xml

index 254eaeb793886489dc05b816f7a4b9b8e74b921a..3cf5e35b47455864c57325adbc5e88d1b156f866 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.6.4-SNAPSHOT</version>
+    <version>1.6.5-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf-connector</artifactId>
-  <version>1.0.4-SNAPSHOT</version>
+  <version>1.0.5-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <properties>
-    <aaa.version>0.3.4-SNAPSHOT</aaa.version>
-    <commons.opendaylight.version>1.6.4-SNAPSHOT</commons.opendaylight.version>
-    <controller.mdsal.version>1.3.4-SNAPSHOT</controller.mdsal.version>
-    <config.version>0.4.4-SNAPSHOT</config.version>
-    <features.test.version>1.6.4-SNAPSHOT</features.test.version>
-    <mdsal.version>2.0.4-SNAPSHOT</mdsal.version>
-    <mdsal.model.version>0.8.4-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.0.4-SNAPSHOT</netconf.version>
-    <netconf.connector.version>1.3.4-SNAPSHOT</netconf.connector.version>
-    <yangtools.version>0.8.4-SNAPSHOT</yangtools.version>
+    <aaa.version>0.3.5-SNAPSHOT</aaa.version>
+    <commons.opendaylight.version>1.6.5-SNAPSHOT</commons.opendaylight.version>
+    <controller.mdsal.version>1.3.5-SNAPSHOT</controller.mdsal.version>
+    <config.version>0.4.5-SNAPSHOT</config.version>
+    <features.test.version>1.6.5-SNAPSHOT</features.test.version>
+    <mdsal.version>2.0.5-SNAPSHOT</mdsal.version>
+    <mdsal.model.version>0.8.5-SNAPSHOT</mdsal.model.version>
+    <netconf.version>1.0.5-SNAPSHOT</netconf.version>
+    <netconf.connector.version>1.3.5-SNAPSHOT</netconf.connector.version>
+    <yangtools.version>0.8.5-SNAPSHOT</yangtools.version>
     <surefire.version>2.15</surefire.version>
 
     <features.file>features.xml</features.file>
@@ -45,7 +45,7 @@
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>1.0.4-SNAPSHOT</version>
+        <version>1.0.5-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 5018fc374060a0c4fa62f1bbd731c13f19434d71..9244b6520fa5dc1ab131549b72ddbdd7234bedab 100644 (file)
@@ -4,26 +4,26 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.6.4-SNAPSHOT</version>
+    <version>1.6.5-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <!-- FIXME: Convert to features-parent -->
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf</artifactId>
-  <version>1.0.4-SNAPSHOT</version>
+  <version>1.0.5-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <properties>
-    <aaa.version>0.3.4-SNAPSHOT</aaa.version>
-    <commons.opendaylight.version>1.6.4-SNAPSHOT</commons.opendaylight.version>
-    <controller.mdsal.version>1.3.4-SNAPSHOT</controller.mdsal.version>
-    <config.version>0.4.4-SNAPSHOT</config.version>
+    <aaa.version>0.3.5-SNAPSHOT</aaa.version>
+    <commons.opendaylight.version>1.6.5-SNAPSHOT</commons.opendaylight.version>
+    <controller.mdsal.version>1.3.5-SNAPSHOT</controller.mdsal.version>
+    <config.version>0.4.5-SNAPSHOT</config.version>
     <exi.nagasena.version>0000.0002.0053.0</exi.nagasena.version>
-    <features.test.version>1.6.4-SNAPSHOT</features.test.version>
-    <mdsal.model.version>0.8.4-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.0.4-SNAPSHOT</netconf.version>
-    <protocol-framework.version>0.7.4-SNAPSHOT</protocol-framework.version>
-    <yangtools.version>0.8.4-SNAPSHOT</yangtools.version>
+    <features.test.version>1.6.5-SNAPSHOT</features.test.version>
+    <mdsal.model.version>0.8.5-SNAPSHOT</mdsal.model.version>
+    <netconf.version>1.0.5-SNAPSHOT</netconf.version>
+    <protocol-framework.version>0.7.5-SNAPSHOT</protocol-framework.version>
+    <yangtools.version>0.8.5-SNAPSHOT</yangtools.version>
     <sshd-core.version>0.14.0</sshd-core.version>
 
     <features.file>features.xml</features.file>
@@ -44,7 +44,7 @@
       <dependency>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-artifacts</artifactId>
-        <version>1.6.4-SNAPSHOT</version>
+        <version>1.6.5-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 875f2c4591d52dd9169d845f8489761b4102b6cb..a0c85fa434868f19824679c6a7f33a7ce34fee27 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.5-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>netconf-features-parent</artifactId>
index fa7ec5bca5a4dae17ff5e0c79f635bafb6c64962..8be526995cac23290253981956e803634a26aff4 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.6.4-SNAPSHOT</version>
+    <version>1.6.5-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <artifactId>features-restconf</artifactId>
   <groupId>org.opendaylight.netconf</groupId>
-  <version>1.3.4-SNAPSHOT</version>
+  <version>1.3.5-SNAPSHOT</version>
   <packaging>jar</packaging>
   <properties>
-    <aaa.version>0.3.4-SNAPSHOT</aaa.version>
-    <commons.opendaylight.version>1.6.4-SNAPSHOT</commons.opendaylight.version>
-    <controller.mdsal.version>1.3.4-SNAPSHOT</controller.mdsal.version>
-    <features.test.version>1.6.4-SNAPSHOT</features.test.version>
-    <mdsal.version>2.0.4-SNAPSHOT</mdsal.version>
-    <mdsal.model.version>0.8.4-SNAPSHOT</mdsal.model.version>
-    <restconf.version>1.3.4-SNAPSHOT</restconf.version>
+    <aaa.version>0.3.5-SNAPSHOT</aaa.version>
+    <commons.opendaylight.version>1.6.5-SNAPSHOT</commons.opendaylight.version>
+    <controller.mdsal.version>1.3.5-SNAPSHOT</controller.mdsal.version>
+    <features.test.version>1.6.5-SNAPSHOT</features.test.version>
+    <mdsal.version>2.0.5-SNAPSHOT</mdsal.version>
+    <mdsal.model.version>0.8.5-SNAPSHOT</mdsal.model.version>
+    <restconf.version>1.3.5-SNAPSHOT</restconf.version>
     <surefire.version>2.15</surefire.version>
-    <yangtools.version>0.8.4-SNAPSHOT</yangtools.version>
+    <yangtools.version>0.8.5-SNAPSHOT</yangtools.version>
 
     <features.file>features.xml</features.file>
     <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory>
@@ -41,7 +41,7 @@
       <dependency>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-artifacts</artifactId>
-        <version>1.6.4-SNAPSHOT</version>
+        <version>1.6.5-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index f11f687cc2dab63ed6683ae0029f8b9cdc68b2c6..09a0489784295bf6f329422ec89434ae629cb68c 100644 (file)
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>karaf-parent</artifactId>
-    <version>1.6.4-SNAPSHOT</version>
+    <version>1.6.5-SNAPSHOT</version>
     <relativePath></relativePath>
   </parent>
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-karaf</artifactId>
-  <version>1.3.4-SNAPSHOT</version>
+  <version>1.3.5-SNAPSHOT</version>
   <packaging>pom</packaging>
   <prerequisites>
     <maven>3.1.1</maven>
   </prerequisites>
   <properties>
-    <netconf.version>1.0.4-SNAPSHOT</netconf.version>
-    <restconf.version>1.3.4-SNAPSHOT</restconf.version>
+    <netconf.version>1.0.5-SNAPSHOT</netconf.version>
+    <restconf.version>1.3.5-SNAPSHOT</restconf.version>
   </properties>
 
   <dependencies>
index a38d1e2220483bc0499a614524a19cad43b6e708..b634c5867bfe1e2df3202a66b7a1bd8dd3064f59 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-subsystem</artifactId>
-        <version>1.0.4-SNAPSHOT</version>
+        <version>1.0.5-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
index 049d1e39d0e87f275618f7722cfcbcd393659576..47ae721b4b15fdfef8ab02e3557f7854bebaf097 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.netconf</groupId>
-        <version>1.0.4-SNAPSHOT</version>
+        <version>1.0.5-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index e38f9c534ccf27e3795a9c8c6405f80ac6e158ac..5036be0e0ec093432af1252a83f6ddb5f2a93992 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.5-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>config-netconf-connector</artifactId>
index 096906a24f230ed3e27bf7438170eb36943769ff..8a30c8748992a70f3377958bc65b489e9ae80dd9 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.5-SNAPSHOT</version>
   </parent>
   <artifactId>mdsal-netconf-connector</artifactId>
   <packaging>bundle</packaging>
index f2abe96753ed32bec0c93eb073c033d196a62d17..d35ccec0963db1cea8ce08c8254821f9c21016ac 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.5-SNAPSHOT</version>
   </parent>
   <artifactId>mdsal-netconf-monitoring</artifactId>
   <packaging>bundle</packaging>
index 8d31014d467838590b1c17e459241a2a8fae00fb..9a6e507f03d646d237a869bc84d1589a54d180f4 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-subsystem</artifactId>
-        <version>1.0.4-SNAPSHOT</version>
+        <version>1.0.5-SNAPSHOT</version>
     </parent>
     <artifactId>mdsal-netconf-notification</artifactId>
     <packaging>bundle</packaging>
index 378c7660e458fe8608b083bebb59ffa6a883478c..06fbdb62e16a111ef9c0d9a9454935582adfd1eb 100644 (file)
@@ -14,7 +14,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-subsystem</artifactId>
-        <version>1.0.4-SNAPSHOT</version>
+        <version>1.0.5-SNAPSHOT</version>
     </parent>
 
     <artifactId>messagebus-netconf</artifactId>
index 15deca4e707a90149f1c6454e6785a1bb02c2d41..860996bb6320ee3a8d29c0d46388ed096f3432dc 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-models</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.5-SNAPSHOT</version>
   </parent>
   <artifactId>ietf-netconf-monitoring-extension</artifactId>
   <packaging>bundle</packaging>
index 7293401645fdff16e6b6b7de6093f20c881c2c0e..5de1d39b49fede1dd7807aadd74c0f664ec41c7b 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-models</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.5-SNAPSHOT</version>
   </parent>
   <artifactId>ietf-netconf-monitoring</artifactId>
   <packaging>bundle</packaging>
index 1e061d127c5608d594650548a7bcf366dfb9e715..316fbd2f8250652d79baa6490843bdecfa7a1fc2 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-models</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.5-SNAPSHOT</version>
   </parent>
   <artifactId>ietf-netconf-notifications</artifactId>
   <packaging>bundle</packaging>
index 0efe513594c8bedece577973d65050207cd68711..47cf2abb5da3265c80278471ffa64441100ca2b8 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-models</artifactId>
-        <version>1.0.4-SNAPSHOT</version>
+        <version>1.0.5-SNAPSHOT</version>
     </parent>
     <artifactId>ietf-netconf</artifactId>
     <packaging>bundle</packaging>
index b45522373d0e68ec9f280e10d61265dffae2a11a..f396769e7cdaee404962fac27a3ebcdfc4a8866f 100644 (file)
@@ -5,11 +5,11 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.5-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-models</artifactId>
 
-  <version>1.0.4-SNAPSHOT</version>
+  <version>1.0.5-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index a5a3c9f0c3471cfe3eced8cae12ccf271ac5f659..f3e1fb0ddb888701d3fe5df9518ed3871a6ddce5 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.5-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-api</artifactId>
   <packaging>bundle</packaging>
index ab40c5731098b6b97fdc97e20832e4f9550bb357..85dc8c54aedfb50332fead9a62c73a0cfe2da285 100644 (file)
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>1.6.4-SNAPSHOT</version>
+      <version>1.6.5-SNAPSHOT</version>
       <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-artifacts</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
-        <mdsal.version>1.3.4-SNAPSHOT</mdsal.version>
+        <mdsal.version>1.3.5-SNAPSHOT</mdsal.version>
     </properties>
 
     <dependencyManagement>
index 01e6657d253b6912c2c358c1222a52047129fa5e..71bf7a85c27991bf17f0c3d063aa7f9e704ceaaa 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-subsystem</artifactId>
-        <version>1.0.4-SNAPSHOT</version>
+        <version>1.0.5-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <artifactId>netconf-auth</artifactId>
index 9ac589212c38fc3cc3cfc55dd59e3b88fe677ac5..fcf73da52af70d7b7698dac388807fcf877dcd2e 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.5-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-client</artifactId>
   <packaging>bundle</packaging>
index efe4ca1d8d23a52a784aa72164994bb9f9f8e431..6653788f8abd5f709b939b18646e22625b8abaae 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-subsystem</artifactId>
-        <version>1.0.4-SNAPSHOT</version>
+        <version>1.0.5-SNAPSHOT</version>
     </parent>
 
   <artifactId>netconf-config-dispatcher</artifactId>
index c8f7c63625b323cd25c52b356c64362905ed64b3..a72d9a78e8592a9f57f398b419e1946087a6ae50 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.5-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-config</artifactId>
   <description>Configuration files for netconf</description>
index 97df9f3d72dcd345661fcff8b43ca1c6b32d4437..c49617bc29e70d04d14cb53cf8322ebbb99433ca 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.5-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-connector-config</artifactId>
   <description>Configuration files for netconf-connector</description>
index a4d1d69a55721e92b7317aba8725be3c648146b6..0202e082f5bef2d4daf2d501a7f884611aa80ae4 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.5-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-impl</artifactId>
   <packaging>bundle</packaging>
index f5c47a3780d323db7f8bc7d18fc21f22fa8f0161..9011685c4ea73071f1b5fdc2c3284510a430a1f3 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>netconf-it</artifactId>
index 08ead3f78dd481cff5b91f1622499a3cbe166931..7286ef0163f591b9d2188b04149ac8e95dddd494 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.5-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-mapping-api</artifactId>
 
index f861a709d02af0023254b22a2ed83880c37e9372..d18618973fb416bb76023016677387e107318018 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.5-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-mdsal-config</artifactId>
   <description>Configuration files for netconf for mdsal</description>
index da339a9d53e20c2c58cca57be3b691b7e74dc611..f272875b5d38cf7bfb24fca0054781a574f5cca6 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.5-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-monitoring</artifactId>
   <packaging>bundle</packaging>
index a783f7816f61c103e8bb6116bac7afab0ceb5652..e0bc89d70a05f9e47854f4d2ec8894e887955256 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.5-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-netty-util</artifactId>
   <packaging>bundle</packaging>
index cdcd4dc22f316a5930040e235ca1a989d1ca023b..2134217929a5786fd2945aaf62ea2d4b6beec1b1 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.netconf</groupId>
-        <version>1.0.4-SNAPSHOT</version>
+        <version>1.0.5-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <packaging>bundle</packaging>
index d872aa899ec583dbe441a03a40c7d58e0eb2b05b..f8c75ba20694f4e8eb4de3cef38e6f72931d505c 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.netconf</groupId>
-        <version>1.0.4-SNAPSHOT</version>
+        <version>1.0.5-SNAPSHOT</version>
     </parent>
     <packaging>bundle</packaging>
     <artifactId>netconf-notifications-impl</artifactId>
index 1353c091bc185b7a4929cc4180829f0e46cd15d6..745f008ee9ec7efa6836f947805834f48b81972e 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.5-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-ssh</artifactId>
   <packaging>bundle</packaging>
index 1494ca5e2b658b7d2b5002f2623c1007777a9ca8..92f0c9972af8250e875481f3ec461c2b1a90c65e 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.5-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>netconf-tcp</artifactId>
index 540808c8e8f323b3dec998c3e21812fe5d32a87a..d34dc19296087dc06a58eb2e0e1d1eb6fdd1cee8 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.netconf</groupId>
-        <version>1.0.4-SNAPSHOT</version>
+        <version>1.0.5-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index c0438a1a97eb133ae607ef1307362e7eb0343f45..65680c95048a8d66e11f8ebdbaf6bde90ee0e8ef 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.netconf</groupId>
-        <version>1.0.4-SNAPSHOT</version>
+        <version>1.0.5-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 0c15ff591831d3a53fd60d7aa6c7c14a1459daa8..9a35099b329470a8311b60f2676c73b85a270d45 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.5-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-util</artifactId>
   <packaging>bundle</packaging>
index 65f727c514fe8c6da58aaa47a6eb74b5dd8a7b26..f267c52c315217393f3a928f6a830b000ac480e2 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.5-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
 
index d190ce17c92c35ead3ffb3b32ac1210b948ca57c..8a75a556a10db86cd30dacf079c3db36e2e5aea5 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>sal-netconf-connector</artifactId>
index 1a5bad255ca25569d91db701fc16323c540d9962..5f78a7669a649c2674324e62a411de2aadaad90c 100644 (file)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-tools</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.5-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-cli</artifactId>
   <packaging>jar</packaging>
index 12fd8f3a111655bc0bd7e2c6816f5b646d4f1f3e..01c57b44c76e064082b46bba8ddd80f48e421acb 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-tools</artifactId>
-        <version>1.0.4-SNAPSHOT</version>
+        <version>1.0.5-SNAPSHOT</version>
     </parent>
 
     <artifactId>netconf-testtool</artifactId>
index c81feac26604a678c20a804c5893002435200f00..3d92795cb04a501536ad4b9fa81e0ff08c73b24a 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.5-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>netconf-tools</artifactId>
index 69d697ca45487e8232d8c2729d1d5d148946c5e9..ef4a6a9752abc9769ff19f970fe6045d292c4219 100644 (file)
@@ -5,11 +5,11 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>1.0.4-SNAPSHOT</version>
+        <version>1.0.5-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <artifactId>restconf-parent</artifactId>
-    <version>1.3.4-SNAPSHOT</version>
+    <version>1.3.5-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index 0575bb09afd342369df68a12d0925ee735b7f6d9..627565ca54b711e2547ff11d1fe63e0cd566ab0f 100644 (file)
@@ -8,13 +8,13 @@
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>1.6.4-SNAPSHOT</version>
+      <version>1.6.5-SNAPSHOT</version>
       <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-artifacts</artifactId>
-    <version>1.3.4-SNAPSHOT</version>
+    <version>1.3.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index 732944120cbee38b9cfa5584d9c342753f02c25d..353698b8e7ede8835feb58d8e027dccabc92c1ef 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-parent</artifactId>
-    <version>1.3.4-SNAPSHOT</version>
+    <version>1.3.5-SNAPSHOT</version>
   </parent>
   <artifactId>sal-rest-connector-config</artifactId>
   <description>Configuration files for sal-rest-connector</description>
index 22b14f0768936d2ea242a59203b6e82ee64b3775..f97c1f2937a6c8ec655d663aabfa9fa626c040c5 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-parent</artifactId>
-    <version>1.3.4-SNAPSHOT</version>
+    <version>1.3.5-SNAPSHOT</version>
   </parent>
   <artifactId>sal-rest-connector</artifactId>
   <packaging>bundle</packaging>
index e43387eb2bc9888ed4916184eb49444eccc40bab..329585e219c34e403ea2877e83bc659ff8612cc7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>restconf-parent</artifactId>
-        <version>1.3.4-SNAPSHOT</version>
+        <version>1.3.5-SNAPSHOT</version>
     </parent>
 
     <artifactId>sal-rest-docgen-maven</artifactId>
index da09a277d8f8bb912f4211c23697992d02216ab4..3aa8603e042c06c9e66d51e06c299ef665e5c451 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-parent</artifactId>
-    <version>1.3.4-SNAPSHOT</version>
+    <version>1.3.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>sal-rest-docgen</artifactId>
index 20cd78bdefd404a55bd98ab7e96e71227b81c85f..9d19e5bd424f00761ad0c79265efcf1d3b85815f 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-parent</artifactId>
-    <version>1.3.4-SNAPSHOT</version>
+    <version>1.3.5-SNAPSHOT</version>
   </parent>
   <artifactId>sal-restconf-broker</artifactId>
   <packaging>bundle</packaging>
diff --git a/pom.xml b/pom.xml
index 6eb8222ca59a597e1d36285dfc8be5660a9d15d6..64f8e73352b279d4c8f019bb3f7ce824d7af171d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,12 +5,12 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.6.4-SNAPSHOT</version>
+        <version>1.6.5-SNAPSHOT</version>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
     </modules>
 
     <properties>
-        <aaa.version>0.3.4-SNAPSHOT</aaa.version>
+        <aaa.version>0.3.5-SNAPSHOT</aaa.version>
         <akka.version>2.3.14</akka.version>
-        <commons.logback_settings.version>0.2.4-SNAPSHOT</commons.logback_settings.version>
-        <commons.opendaylight.version>1.6.4-SNAPSHOT</commons.opendaylight.version>
-        <config.version>0.4.4-SNAPSHOT</config.version>
+        <commons.logback_settings.version>0.2.5-SNAPSHOT</commons.logback_settings.version>
+        <commons.opendaylight.version>1.6.5-SNAPSHOT</commons.opendaylight.version>
+        <config.version>0.4.5-SNAPSHOT</config.version>
         <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory>
         <exi.nagasena.version>0000.0002.0053.0</exi.nagasena.version>
-        <features.test.version>1.6.4-SNAPSHOT</features.test.version>
-        <ietf-inet-types.version>2010.09.24.8.4-SNAPSHOT</ietf-inet-types.version>
-        <ietf-restconf.version>2013.10.19.8.4-SNAPSHOT</ietf-restconf.version>
-        <ietf-topology.version>2013.10.21.8.4-SNAPSHOT</ietf-topology.version>
-        <ietf-yang-types.version>2010.09.24.8.4-SNAPSHOT</ietf-yang-types.version>
+        <features.test.version>1.6.5-SNAPSHOT</features.test.version>
+        <ietf-inet-types.version>2010.09.24.8.5-SNAPSHOT</ietf-inet-types.version>
+        <ietf-restconf.version>2013.10.19.8.5-SNAPSHOT</ietf-restconf.version>
+        <ietf-topology.version>2013.10.21.8.5-SNAPSHOT</ietf-topology.version>
+        <ietf-yang-types.version>2010.09.24.8.5-SNAPSHOT</ietf-yang-types.version>
 
-        <mdsal.version>2.0.4-SNAPSHOT</mdsal.version>
-        <mdsal.model.version>0.8.4-SNAPSHOT</mdsal.model.version>
-        <controller.mdsal.version>1.3.4-SNAPSHOT</controller.mdsal.version>
-        <netconf.version>1.0.4-SNAPSHOT</netconf.version>
-        <restconf.version>1.3.4-SNAPSHOT</restconf.version>
-        <protocol-framework.version>0.7.4-SNAPSHOT</protocol-framework.version>
+        <mdsal.version>2.0.5-SNAPSHOT</mdsal.version>
+        <mdsal.model.version>0.8.5-SNAPSHOT</mdsal.model.version>
+        <controller.mdsal.version>1.3.5-SNAPSHOT</controller.mdsal.version>
+        <netconf.version>1.0.5-SNAPSHOT</netconf.version>
+        <restconf.version>1.3.5-SNAPSHOT</restconf.version>
+        <protocol-framework.version>0.7.5-SNAPSHOT</protocol-framework.version>
         <sshd-core.version>0.14.0</sshd-core.version>
         <scala.major.version>2.11</scala.major.version>
         <scala.minor.version>7</scala.minor.version>
         <surefire.version>2.15</surefire.version>
-        <yangtools.version>0.8.4-SNAPSHOT</yangtools.version>
+        <yangtools.version>0.8.5-SNAPSHOT</yangtools.version>
 
         <jmxGeneratorPath>src/main/yang-gen-config</jmxGeneratorPath>
         <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath>
                         <dependency>
                             <groupId>org.opendaylight.controller</groupId>
                             <artifactId>checkstyle</artifactId>
-                            <version>0.2.4-SNAPSHOT</version>
+                            <version>0.2.5-SNAPSHOT</version>
                         </dependency>
                     </dependencies>
                     <executions>