Merge "Bug 5475 - File descriptor leak on netconf connector reconnects" into stable...
authorTomas Cere <tcere@cisco.com>
Tue, 29 Mar 2016 12:54:56 +0000 (12:54 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 29 Mar 2016 12:54:56 +0000 (12:54 +0000)
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 4e4cf5e774a736f76a3427f1bb32e2457d0dade4..5d7c1a9826d532aa53f628a492dfa0c710f2869d 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.6.1-SNAPSHOT</version>
+    <version>1.6.2-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf-connector</artifactId>
-  <version>1.0.1-SNAPSHOT</version>
+  <version>1.0.2-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <properties>
-    <aaa.version>0.3.1-SNAPSHOT</aaa.version>
-    <commons.opendaylight.version>1.6.1-SNAPSHOT</commons.opendaylight.version>
-    <controller.mdsal.version>1.3.1-SNAPSHOT</controller.mdsal.version>
-    <config.version>0.4.1-SNAPSHOT</config.version>
-    <features.test.version>1.6.1-SNAPSHOT</features.test.version>
-    <mdsal.version>2.0.1-SNAPSHOT</mdsal.version>
-    <mdsal.model.version>0.8.1-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.0.1-SNAPSHOT</netconf.version>
-    <netconf.connector.version>1.3.1-SNAPSHOT</netconf.connector.version>
-    <yangtools.version>0.8.1-SNAPSHOT</yangtools.version>
+    <aaa.version>0.3.2-SNAPSHOT</aaa.version>
+    <commons.opendaylight.version>1.6.2-SNAPSHOT</commons.opendaylight.version>
+    <controller.mdsal.version>1.3.2-SNAPSHOT</controller.mdsal.version>
+    <config.version>0.4.2-SNAPSHOT</config.version>
+    <features.test.version>1.6.2-SNAPSHOT</features.test.version>
+    <mdsal.version>2.0.2-SNAPSHOT</mdsal.version>
+    <mdsal.model.version>0.8.2-SNAPSHOT</mdsal.model.version>
+    <netconf.version>1.0.2-SNAPSHOT</netconf.version>
+    <netconf.connector.version>1.3.2-SNAPSHOT</netconf.connector.version>
+    <yangtools.version>0.8.2-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.1-SNAPSHOT</version>
+        <version>1.0.2-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 1b39f02542fc51ff0f5eef46b92930ac841ac31d..5c570a3785eb2bb32d50dbe4c26f9ccc2333748c 100644 (file)
@@ -4,26 +4,26 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.6.1-SNAPSHOT</version>
+    <version>1.6.2-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <!-- FIXME: Convert to features-parent -->
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf</artifactId>
-  <version>1.0.1-SNAPSHOT</version>
+  <version>1.0.2-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <properties>
-    <aaa.version>0.3.1-SNAPSHOT</aaa.version>
-    <commons.opendaylight.version>1.6.1-SNAPSHOT</commons.opendaylight.version>
-    <controller.mdsal.version>1.3.1-SNAPSHOT</controller.mdsal.version>
-    <config.version>0.4.1-SNAPSHOT</config.version>
+    <aaa.version>0.3.2-SNAPSHOT</aaa.version>
+    <commons.opendaylight.version>1.6.2-SNAPSHOT</commons.opendaylight.version>
+    <controller.mdsal.version>1.3.2-SNAPSHOT</controller.mdsal.version>
+    <config.version>0.4.2-SNAPSHOT</config.version>
     <exi.nagasena.version>0000.0002.0053.0</exi.nagasena.version>
-    <features.test.version>1.6.1-SNAPSHOT</features.test.version>
-    <mdsal.model.version>0.8.1-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.0.1-SNAPSHOT</netconf.version>
-    <protocol-framework.version>0.7.1-SNAPSHOT</protocol-framework.version>
-    <yangtools.version>0.8.1-SNAPSHOT</yangtools.version>
+    <features.test.version>1.6.2-SNAPSHOT</features.test.version>
+    <mdsal.model.version>0.8.2-SNAPSHOT</mdsal.model.version>
+    <netconf.version>1.0.2-SNAPSHOT</netconf.version>
+    <protocol-framework.version>0.7.2-SNAPSHOT</protocol-framework.version>
+    <yangtools.version>0.8.2-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.1-SNAPSHOT</version>
+        <version>1.6.2-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 1838991141d53c508c0a9c7b3aef65b04ef32488..578c3a872444966cbffda3e1db5e3eeca4ed298b 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.2-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>netconf-features-parent</artifactId>
index 7295dc68b028b9a306925573c26560c586842cbf..b01d9f36fdeebdd10cb5725543427663b047788d 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.6.1-SNAPSHOT</version>
+    <version>1.6.2-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <artifactId>features-restconf</artifactId>
   <groupId>org.opendaylight.netconf</groupId>
-  <version>1.3.1-SNAPSHOT</version>
+  <version>1.3.2-SNAPSHOT</version>
   <packaging>jar</packaging>
   <properties>
-    <aaa.version>0.3.1-SNAPSHOT</aaa.version>
-    <commons.opendaylight.version>1.6.1-SNAPSHOT</commons.opendaylight.version>
-    <controller.mdsal.version>1.3.1-SNAPSHOT</controller.mdsal.version>
-    <features.test.version>1.6.1-SNAPSHOT</features.test.version>
-    <mdsal.version>2.0.1-SNAPSHOT</mdsal.version>
-    <mdsal.model.version>0.8.1-SNAPSHOT</mdsal.model.version>
-    <restconf.version>1.3.1-SNAPSHOT</restconf.version>
+    <aaa.version>0.3.2-SNAPSHOT</aaa.version>
+    <commons.opendaylight.version>1.6.2-SNAPSHOT</commons.opendaylight.version>
+    <controller.mdsal.version>1.3.2-SNAPSHOT</controller.mdsal.version>
+    <features.test.version>1.6.2-SNAPSHOT</features.test.version>
+    <mdsal.version>2.0.2-SNAPSHOT</mdsal.version>
+    <mdsal.model.version>0.8.2-SNAPSHOT</mdsal.model.version>
+    <restconf.version>1.3.2-SNAPSHOT</restconf.version>
     <surefire.version>2.15</surefire.version>
-    <yangtools.version>0.8.1-SNAPSHOT</yangtools.version>
+    <yangtools.version>0.8.2-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.1-SNAPSHOT</version>
+        <version>1.6.2-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 563084043d3a8c57fc57be0ed50f29854202b6ca..105b24b5378b84e1ba43be199863b6785cac7fe2 100644 (file)
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>karaf-parent</artifactId>
-    <version>1.6.1-SNAPSHOT</version>
+    <version>1.6.2-SNAPSHOT</version>
     <relativePath></relativePath>
   </parent>
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-karaf</artifactId>
-  <version>1.3.1-SNAPSHOT</version>
+  <version>1.3.2-SNAPSHOT</version>
   <packaging>pom</packaging>
   <prerequisites>
     <maven>3.1.1</maven>
   </prerequisites>
   <properties>
-    <netconf.version>1.0.1-SNAPSHOT</netconf.version>
-    <restconf.version>1.3.1-SNAPSHOT</restconf.version>
+    <netconf.version>1.0.2-SNAPSHOT</netconf.version>
+    <restconf.version>1.3.2-SNAPSHOT</restconf.version>
   </properties>
 
   <dependencies>
index 138ff4bad380f6ba0ef854c479a8855d97871e56..ac41941b13400a77581097c22f87b26694d8facc 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-subsystem</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.2-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
index 7814dbf3619bcf6163b0b568a9fc4e5333d3c46e..593154132472155e889f1abefc68c1a4a93b151a 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.netconf</groupId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.2-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 7f7b634cc1653d1bd7050227f42b01ea93c089f4..e93d50cd2f96925d3c443ac6fd99947d17242905 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.2-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>config-netconf-connector</artifactId>
index 79fc4e14d5e67d127050fe1955d23e3d7314b609..315e2236f955d2ef9e8b6614bda8ff568339c8b8 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.2-SNAPSHOT</version>
   </parent>
   <artifactId>mdsal-netconf-connector</artifactId>
   <packaging>bundle</packaging>
index c2f988c9a3738b52ef549a671a5b894ae5dc8f12..f83a4c9d8c8413c25faaa821a4abc6612e3457d6 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.2-SNAPSHOT</version>
   </parent>
   <artifactId>mdsal-netconf-monitoring</artifactId>
   <packaging>bundle</packaging>
index 72b540e6ebb5fc591aed36c9db49625b400dacf2..f5d62b0634ebedf4378ac119a1aaca56b38ddc39 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-subsystem</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.2-SNAPSHOT</version>
     </parent>
     <artifactId>mdsal-netconf-notification</artifactId>
     <packaging>bundle</packaging>
index 6091628993f9a5c33597370474b4f59776987c39..f37431eb8e58acf4f13b5e1ed75d041b61c9e24b 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.1-SNAPSHOT</version>
+        <version>1.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>messagebus-netconf</artifactId>
index 76410f8384cb5a799b6cd02c77f0ef4ada90dc5e..db384f7bab4b2d6bb57184ce5be42b5d075016d1 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-models</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.2-SNAPSHOT</version>
   </parent>
   <artifactId>ietf-netconf-monitoring-extension</artifactId>
   <packaging>bundle</packaging>
index e6a5f78e57dc2d0eb081eed3dd47dd76d6776811..57b31332161b53651c3b3b7c46847fdb362a5fb5 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-models</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.2-SNAPSHOT</version>
   </parent>
   <artifactId>ietf-netconf-monitoring</artifactId>
   <packaging>bundle</packaging>
index 94945ac9cd74f0b050a161c841987224b83d1f5a..4086056eac467f65b081d0798b7a1fd6823d7a4f 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-models</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.2-SNAPSHOT</version>
   </parent>
   <artifactId>ietf-netconf-notifications</artifactId>
   <packaging>bundle</packaging>
index d4591fbb666f54157872dc1cc5bcaf635d83679b..d88cd17a208d809a8168a434e38358f276d58dc4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-models</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.2-SNAPSHOT</version>
     </parent>
     <artifactId>ietf-netconf</artifactId>
     <packaging>bundle</packaging>
index 4c59a84af6786ca4f129e05f3a194ee020bdd653..9ed52cf44d17fde9e22a705913f3a14973cd042b 100644 (file)
@@ -5,11 +5,11 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.2-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-models</artifactId>
 
-  <version>1.0.1-SNAPSHOT</version>
+  <version>1.0.2-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index f17454b70e1c8ae083a87af3ab1492b68f6709e3..f9a6cbfe696eee4d52c5aaf43b4e77d169b00ab4 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.2-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-api</artifactId>
   <packaging>bundle</packaging>
index 760c6d70b186dcf5d7600cc013bdb84c5789f479..389440abde194f6404da4c810f0e0fb2b18fed63 100644 (file)
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>1.6.1-SNAPSHOT</version>
+      <version>1.6.2-SNAPSHOT</version>
       <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-artifacts</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.2-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
-        <mdsal.version>1.3.1-SNAPSHOT</mdsal.version>
+        <mdsal.version>1.3.2-SNAPSHOT</mdsal.version>
     </properties>
 
     <dependencyManagement>
index 6a45f707821563543d1d210894a95b223499da7f..6747828c019a3cf1381b85085008091ca8185819 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-subsystem</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.2-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <artifactId>netconf-auth</artifactId>
index c8b12e325870423d8a30c3cd1a729745556600bf..bd29f3239d1a2cf171149b96bb999ed90f629e3f 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.2-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-client</artifactId>
   <packaging>bundle</packaging>
index d8257cf9e0e71046365c67e4f0ac24034289476c..85804f6be2fdcc7c4814e1253393438eb69b5d45 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-subsystem</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.2-SNAPSHOT</version>
     </parent>
 
   <artifactId>netconf-config-dispatcher</artifactId>
index 84f53cc623e1e7d7434d400f41341ea319c47180..0d736babfa3c01aa2947e2ee1c8f0578495e25eb 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.2-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-config</artifactId>
   <description>Configuration files for netconf</description>
index 115521d40ca51d1eba8bc0f9f9bcc8d327cd20c3..fa4470d93de6a899188f78488697be56d365127a 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.2-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-connector-config</artifactId>
   <description>Configuration files for netconf-connector</description>
index 0710120203a1a664e3802d9cfa55cf6110f147cb..545b90300a4dc1e1a483d44df85ca4a25fbd2ae6 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.2-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-impl</artifactId>
   <packaging>bundle</packaging>
index 74446f7554c002ac680e1a31f0cc7f9299c27599..98a5e39f21e0f39b9248d4112f63612cca7faf2a 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>netconf-it</artifactId>
index 68e561c96963caa0fbc7e5f8b9252ddcd48dd293..7b9fc669f3395a7acd9e556965f5a1aa5c914fc7 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.2-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-mapping-api</artifactId>
 
index 969149bd8e7185174d7da380066560afb1f0b386..862b397479158fd358a0bc8bfd5e423e4bf20865 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.2-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-mdsal-config</artifactId>
   <description>Configuration files for netconf for mdsal</description>
index f7d1a02c5bed16bbf166908f6ebc11f1639175ff..a745b135755bed3b68b83c197ff9d0300d0776bc 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.2-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-monitoring</artifactId>
   <packaging>bundle</packaging>
index 3c93723facf9889e97eb0a2fd84b10406a43c6f4..a15a0ecd85e5bae99b7a6479318b701ea010bffc 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.2-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-netty-util</artifactId>
   <packaging>bundle</packaging>
index 7743e7c9062351fa3c856c89873da0c3764100fb..f3a90d38d3ff1d600449a02677a53331930929af 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.netconf</groupId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <packaging>bundle</packaging>
index dcda76d6b46f402eeedbb854a89c02efa201c58d..cd0c5ea2923fae60d6c25493a8c7756baa17924d 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.netconf</groupId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.2-SNAPSHOT</version>
     </parent>
     <packaging>bundle</packaging>
     <artifactId>netconf-notifications-impl</artifactId>
index bf1aa1164cc1ea42e22c92d12db5f8f2f709071d..c65366b9b90b9d3c97afc7b0e85919f22a182117 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.2-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-ssh</artifactId>
   <packaging>bundle</packaging>
index cbbb8ffd154e6491fba6cf95fa32730b27fdd000..beebc9af465ba96bfdfaf3ccf61c3263105fdb09 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.2-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>netconf-tcp</artifactId>
index 1593f21085c3d83cd289c23e9e53924d4eadc9c2..a51d1dd41c7a807d5bc332d25f1ae487b8966b0e 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.netconf</groupId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.2-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index c6343fa4b84ea476f8231ffbeff5bc7d4510590a..a8af740a7cf78abc15dd5d3aa1027050e66603f5 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.netconf</groupId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.2-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 6df1fe2b86a68b794537af0e5ece63851e367d06..fa7588a820caf8a0cb2d9104c3f846a0eec98e86 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.2-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-util</artifactId>
   <packaging>bundle</packaging>
index b90e9ca84c9f73ccfb487d6ade66e8229cd18ed2..b24d0fae1d51d565a35a09d05475c335b398c679 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.2-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
 
index e840ac30d4b2d8686c7c15df6d3ba64849c93ac7..e6e79d0d39cd467bf163a3a79caa8349aa15078c 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>sal-netconf-connector</artifactId>
index 9f6d515ce9aa549145cb84cc3f701d6d636f45aa..ae9eb60c602366ff5414f2b9e41bd1fe43a5aa8f 100644 (file)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-tools</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.2-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-cli</artifactId>
   <packaging>jar</packaging>
index c51bee360b96fb14421dd6952bdaeac8ea502826..e0dc8ff69d14021699c96df6cf79e64bb1a91db2 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-tools</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>netconf-testtool</artifactId>
index 820a00efd536ef8498055d3e710ec58619f165bb..c3e867aae1be664386ce08430826d183b2380ed8 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.2-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>netconf-tools</artifactId>
index 11ad06c6afdb33e4326511a19d46a2793e1cfd36..30a921607991890f2b8f9771da73cf75d3f401c8 100644 (file)
@@ -5,11 +5,11 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.2-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <artifactId>restconf-parent</artifactId>
-    <version>1.3.1-SNAPSHOT</version>
+    <version>1.3.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index a0b130110d2390e50288b8209fa0befb95f52ae8..bfb3d1d7c5973a3c4a017d06ebcae24cc15057da 100644 (file)
@@ -8,13 +8,13 @@
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>1.6.1-SNAPSHOT</version>
+      <version>1.6.2-SNAPSHOT</version>
       <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-artifacts</artifactId>
-    <version>1.3.1-SNAPSHOT</version>
+    <version>1.3.2-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index 4e019bb4193e65540490b5fff2e9e9df36441bed..a3608b6b95596bce5c0afe0bea0b5ac69f2a8125 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-parent</artifactId>
-    <version>1.3.1-SNAPSHOT</version>
+    <version>1.3.2-SNAPSHOT</version>
   </parent>
   <artifactId>sal-rest-connector-config</artifactId>
   <description>Configuration files for sal-rest-connector</description>
index 6534dcd3b0bb700afc8d05139d74aca42a41f4f5..ba74508331d0cd32c678966c8c032f16b2251f9c 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-parent</artifactId>
-    <version>1.3.1-SNAPSHOT</version>
+    <version>1.3.2-SNAPSHOT</version>
   </parent>
   <artifactId>sal-rest-connector</artifactId>
   <packaging>bundle</packaging>
index 8fd0c975b738597880f683043483817ed66657d1..9a311a820e18c3b71c890ecd3b38700922f0e279 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>restconf-parent</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>sal-rest-docgen-maven</artifactId>
index 424068079a09fb3648c0406ff5f7ec8a58177aa7..dc509e48c2e61c125d4b9a4091ed41650e4ce07c 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-parent</artifactId>
-    <version>1.3.1-SNAPSHOT</version>
+    <version>1.3.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>sal-rest-docgen</artifactId>
index 4e9bd3da227b8efd57c0f3009ee17b5aaf33e0d3..898f9db48d78fc3b01456a7014dd6288b4ea23b3 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-parent</artifactId>
-    <version>1.3.1-SNAPSHOT</version>
+    <version>1.3.2-SNAPSHOT</version>
   </parent>
   <artifactId>sal-restconf-broker</artifactId>
   <packaging>bundle</packaging>
diff --git a/pom.xml b/pom.xml
index cf2da2cb991544d56538e317212156cc306849fb..192489aa461a54566dbce774df7a325fa6f64cfa 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,12 +5,12 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.6.1-SNAPSHOT</version>
+        <version>1.6.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
     </modules>
 
     <properties>
-        <aaa.version>0.3.1-SNAPSHOT</aaa.version>
+        <aaa.version>0.3.2-SNAPSHOT</aaa.version>
         <akka.version>2.3.14</akka.version>
-        <commons.logback_settings.version>0.2.1-SNAPSHOT</commons.logback_settings.version>
-        <commons.opendaylight.version>1.6.1-SNAPSHOT</commons.opendaylight.version>
-        <config.version>0.4.1-SNAPSHOT</config.version>
+        <commons.logback_settings.version>0.2.2-SNAPSHOT</commons.logback_settings.version>
+        <commons.opendaylight.version>1.6.2-SNAPSHOT</commons.opendaylight.version>
+        <config.version>0.4.2-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.1-SNAPSHOT</features.test.version>
-        <ietf-inet-types.version>2010.09.24.8.1-SNAPSHOT</ietf-inet-types.version>
-        <ietf-restconf.version>2013.10.19.8.1-SNAPSHOT</ietf-restconf.version>
-        <ietf-topology.version>2013.10.21.8.1-SNAPSHOT</ietf-topology.version>
-        <ietf-yang-types.version>2010.09.24.8.1-SNAPSHOT</ietf-yang-types.version>
+        <features.test.version>1.6.2-SNAPSHOT</features.test.version>
+        <ietf-inet-types.version>2010.09.24.8.2-SNAPSHOT</ietf-inet-types.version>
+        <ietf-restconf.version>2013.10.19.8.2-SNAPSHOT</ietf-restconf.version>
+        <ietf-topology.version>2013.10.21.8.2-SNAPSHOT</ietf-topology.version>
+        <ietf-yang-types.version>2010.09.24.8.2-SNAPSHOT</ietf-yang-types.version>
 
-        <mdsal.version>2.0.1-SNAPSHOT</mdsal.version>
-        <mdsal.model.version>0.8.1-SNAPSHOT</mdsal.model.version>
-        <controller.mdsal.version>1.3.1-SNAPSHOT</controller.mdsal.version>
-        <netconf.version>1.0.1-SNAPSHOT</netconf.version>
-        <restconf.version>1.3.1-SNAPSHOT</restconf.version>
-        <protocol-framework.version>0.7.1-SNAPSHOT</protocol-framework.version>
+        <mdsal.version>2.0.2-SNAPSHOT</mdsal.version>
+        <mdsal.model.version>0.8.2-SNAPSHOT</mdsal.model.version>
+        <controller.mdsal.version>1.3.2-SNAPSHOT</controller.mdsal.version>
+        <netconf.version>1.0.2-SNAPSHOT</netconf.version>
+        <restconf.version>1.3.2-SNAPSHOT</restconf.version>
+        <protocol-framework.version>0.7.2-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.1-SNAPSHOT</yangtools.version>
+        <yangtools.version>0.8.2-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.1-SNAPSHOT</version>
+                            <version>0.2.2-SNAPSHOT</version>
                         </dependency>
                     </dependencies>
                     <executions>