Bumping versions by 0.0.1 for next dev cycle 74/43174/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 4 Aug 2016 22:26:05 +0000 (18:26 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 4 Aug 2016 22:26:05 +0000 (18:26 -0400)
Change-Id: Ie3c6d789e4e4c9b9630db998c586b6e1d7652167
Signed-off-by: Thanh Ha <thanh.ha@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 2accfb1321ce016741716cce9e6623a1d2064e33..254eaeb793886489dc05b816f7a4b9b8e74b921a 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.6.3-SNAPSHOT</version>
+    <version>1.6.4-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf-connector</artifactId>
-  <version>1.0.3-SNAPSHOT</version>
+  <version>1.0.4-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <properties>
-    <aaa.version>0.3.3-SNAPSHOT</aaa.version>
-    <commons.opendaylight.version>1.6.3-SNAPSHOT</commons.opendaylight.version>
-    <controller.mdsal.version>1.3.3-SNAPSHOT</controller.mdsal.version>
-    <config.version>0.4.3-SNAPSHOT</config.version>
-    <features.test.version>1.6.3-SNAPSHOT</features.test.version>
-    <mdsal.version>2.0.3-SNAPSHOT</mdsal.version>
-    <mdsal.model.version>0.8.3-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.0.3-SNAPSHOT</netconf.version>
-    <netconf.connector.version>1.3.3-SNAPSHOT</netconf.connector.version>
-    <yangtools.version>0.8.3-SNAPSHOT</yangtools.version>
+    <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>
     <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.3-SNAPSHOT</version>
+        <version>1.0.4-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 0588377de6f908b913f2fc3ec340d87495a6f85a..5018fc374060a0c4fa62f1bbd731c13f19434d71 100644 (file)
@@ -4,26 +4,26 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.6.3-SNAPSHOT</version>
+    <version>1.6.4-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <!-- FIXME: Convert to features-parent -->
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf</artifactId>
-  <version>1.0.3-SNAPSHOT</version>
+  <version>1.0.4-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <properties>
-    <aaa.version>0.3.3-SNAPSHOT</aaa.version>
-    <commons.opendaylight.version>1.6.3-SNAPSHOT</commons.opendaylight.version>
-    <controller.mdsal.version>1.3.3-SNAPSHOT</controller.mdsal.version>
-    <config.version>0.4.3-SNAPSHOT</config.version>
+    <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>
     <exi.nagasena.version>0000.0002.0053.0</exi.nagasena.version>
-    <features.test.version>1.6.3-SNAPSHOT</features.test.version>
-    <mdsal.model.version>0.8.3-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.0.3-SNAPSHOT</netconf.version>
-    <protocol-framework.version>0.7.3-SNAPSHOT</protocol-framework.version>
-    <yangtools.version>0.8.3-SNAPSHOT</yangtools.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>
     <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.3-SNAPSHOT</version>
+        <version>1.6.4-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 02669a03dab19d3747486290b1df14e5e198f83c..875f2c4591d52dd9169d845f8489761b4102b6cb 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>netconf-features-parent</artifactId>
index 88c85cc10fed3302baa65480d465e10b3671fa3a..fa7ec5bca5a4dae17ff5e0c79f635bafb6c64962 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.6.3-SNAPSHOT</version>
+    <version>1.6.4-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <artifactId>features-restconf</artifactId>
   <groupId>org.opendaylight.netconf</groupId>
-  <version>1.3.3-SNAPSHOT</version>
+  <version>1.3.4-SNAPSHOT</version>
   <packaging>jar</packaging>
   <properties>
-    <aaa.version>0.3.3-SNAPSHOT</aaa.version>
-    <commons.opendaylight.version>1.6.3-SNAPSHOT</commons.opendaylight.version>
-    <controller.mdsal.version>1.3.3-SNAPSHOT</controller.mdsal.version>
-    <features.test.version>1.6.3-SNAPSHOT</features.test.version>
-    <mdsal.version>2.0.3-SNAPSHOT</mdsal.version>
-    <mdsal.model.version>0.8.3-SNAPSHOT</mdsal.model.version>
-    <restconf.version>1.3.3-SNAPSHOT</restconf.version>
+    <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>
     <surefire.version>2.15</surefire.version>
-    <yangtools.version>0.8.3-SNAPSHOT</yangtools.version>
+    <yangtools.version>0.8.4-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.3-SNAPSHOT</version>
+        <version>1.6.4-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 0be821a1df1330a868c4805aae75290b8c4474de..f11f687cc2dab63ed6683ae0029f8b9cdc68b2c6 100644 (file)
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>karaf-parent</artifactId>
-    <version>1.6.3-SNAPSHOT</version>
+    <version>1.6.4-SNAPSHOT</version>
     <relativePath></relativePath>
   </parent>
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-karaf</artifactId>
-  <version>1.3.3-SNAPSHOT</version>
+  <version>1.3.4-SNAPSHOT</version>
   <packaging>pom</packaging>
   <prerequisites>
     <maven>3.1.1</maven>
   </prerequisites>
   <properties>
-    <netconf.version>1.0.3-SNAPSHOT</netconf.version>
-    <restconf.version>1.3.3-SNAPSHOT</restconf.version>
+    <netconf.version>1.0.4-SNAPSHOT</netconf.version>
+    <restconf.version>1.3.4-SNAPSHOT</restconf.version>
   </properties>
 
   <dependencies>
index 2c1679af64ec7aa08940a75c5f4eab5200cdb00f..a38d1e2220483bc0499a614524a19cad43b6e708 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-subsystem</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.4-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
index a6d9f2eacdba2a997cca678f48ed0c0f55954afb..049d1e39d0e87f275618f7722cfcbcd393659576 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.netconf</groupId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.4-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 74c2a723b88872419bbb9f4e5f39cc01dcd031a3..e38f9c534ccf27e3795a9c8c6405f80ac6e158ac 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>config-netconf-connector</artifactId>
index f476b5fa308dddab1f57af0a75102a641a27b00b..096906a24f230ed3e27bf7438170eb36943769ff 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4-SNAPSHOT</version>
   </parent>
   <artifactId>mdsal-netconf-connector</artifactId>
   <packaging>bundle</packaging>
index 6efdfa4045e303c56ba77f8aff12ca7f085451c7..f2abe96753ed32bec0c93eb073c033d196a62d17 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4-SNAPSHOT</version>
   </parent>
   <artifactId>mdsal-netconf-monitoring</artifactId>
   <packaging>bundle</packaging>
index 2059e1e0cd01c8706c7ac122d65abb5ba3384a55..8d31014d467838590b1c17e459241a2a8fae00fb 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-subsystem</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.4-SNAPSHOT</version>
     </parent>
     <artifactId>mdsal-netconf-notification</artifactId>
     <packaging>bundle</packaging>
index c9fe3c24fa94331b43573fa345f78d46318ca7cb..378c7660e458fe8608b083bebb59ffa6a883478c 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.3-SNAPSHOT</version>
+        <version>1.0.4-SNAPSHOT</version>
     </parent>
 
     <artifactId>messagebus-netconf</artifactId>
index 77dc06b0034647391670c906f9b86302477d4020..15deca4e707a90149f1c6454e6785a1bb02c2d41 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-models</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4-SNAPSHOT</version>
   </parent>
   <artifactId>ietf-netconf-monitoring-extension</artifactId>
   <packaging>bundle</packaging>
index a6555e5572fce9bab9d1027c523d7c10852d4d05..7293401645fdff16e6b6b7de6093f20c881c2c0e 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-models</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4-SNAPSHOT</version>
   </parent>
   <artifactId>ietf-netconf-monitoring</artifactId>
   <packaging>bundle</packaging>
index 50cddb8bb1e65bbb86543fb8e0ef7ccf02c32a36..1e061d127c5608d594650548a7bcf366dfb9e715 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-models</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4-SNAPSHOT</version>
   </parent>
   <artifactId>ietf-netconf-notifications</artifactId>
   <packaging>bundle</packaging>
index d7f0c663773830ee844f0792bee3711c67dde020..0efe513594c8bedece577973d65050207cd68711 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-models</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.4-SNAPSHOT</version>
     </parent>
     <artifactId>ietf-netconf</artifactId>
     <packaging>bundle</packaging>
index 44026925773c6b9b28e1721db175f909ec677630..b45522373d0e68ec9f280e10d61265dffae2a11a 100644 (file)
@@ -5,11 +5,11 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-models</artifactId>
 
-  <version>1.0.3-SNAPSHOT</version>
+  <version>1.0.4-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index cacd192cf22de9bd26062652ed558b0fa82044c4..a5a3c9f0c3471cfe3eced8cae12ccf271ac5f659 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-api</artifactId>
   <packaging>bundle</packaging>
index 9bce2485ffb6194f03095f93256fc780b65801dc..ab40c5731098b6b97fdc97e20832e4f9550bb357 100644 (file)
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>1.6.3-SNAPSHOT</version>
+      <version>1.6.4-SNAPSHOT</version>
       <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-artifacts</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
-        <mdsal.version>1.3.3-SNAPSHOT</mdsal.version>
+        <mdsal.version>1.3.4-SNAPSHOT</mdsal.version>
     </properties>
 
     <dependencyManagement>
index e44033991291e0596d43acde9382de93d0548e58..01e6657d253b6912c2c358c1222a52047129fa5e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-subsystem</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.4-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <artifactId>netconf-auth</artifactId>
index 35cf3a8aa06fbbf53136f2f3beda9ec6f80a8375..9ac589212c38fc3cc3cfc55dd59e3b88fe677ac5 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-client</artifactId>
   <packaging>bundle</packaging>
index 65c3109ff2c40517a26159ae312ae1692bafc2b5..efe4ca1d8d23a52a784aa72164994bb9f9f8e431 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-subsystem</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.4-SNAPSHOT</version>
     </parent>
 
   <artifactId>netconf-config-dispatcher</artifactId>
index 17fc335d63ef24ab71bca590abfcda4a9761cbdb..c8f7c63625b323cd25c52b356c64362905ed64b3 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-config</artifactId>
   <description>Configuration files for netconf</description>
index 58d91e3b4d5a9b0928ed6012536264d7301277cc..97df9f3d72dcd345661fcff8b43ca1c6b32d4437 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-connector-config</artifactId>
   <description>Configuration files for netconf-connector</description>
index f8ab5739277620403423604806d7f8c345e357c2..a4d1d69a55721e92b7317aba8725be3c648146b6 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-impl</artifactId>
   <packaging>bundle</packaging>
index 5892630b1480080a2a07787a99bd0e2f3d780ec8..f5c47a3780d323db7f8bc7d18fc21f22fa8f0161 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4-SNAPSHOT</version>
   </parent>
 
   <artifactId>netconf-it</artifactId>
index fd1bf7502932bee767fd0c3e3023e05007bcdbad..08ead3f78dd481cff5b91f1622499a3cbe166931 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-mapping-api</artifactId>
 
index 1fd5e8653914cbebf4f89c6ddd16bce617dc2323..f861a709d02af0023254b22a2ed83880c37e9372 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-mdsal-config</artifactId>
   <description>Configuration files for netconf for mdsal</description>
index d72bef34a28b805deb1f6b54063144118ea7f08d..da339a9d53e20c2c58cca57be3b691b7e74dc611 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-monitoring</artifactId>
   <packaging>bundle</packaging>
index f980a69f4b1204b8cd0e03022dc0b0e0c66fa86c..a783f7816f61c103e8bb6116bac7afab0ceb5652 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-netty-util</artifactId>
   <packaging>bundle</packaging>
index b8a451e91ef71a6cb99e1032a505f47d22288c99..cdcd4dc22f316a5930040e235ca1a989d1ca023b 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.netconf</groupId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.4-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <packaging>bundle</packaging>
index 0e40de8f28f782e0dd3a99e897a030a30c30a84e..d872aa899ec583dbe441a03a40c7d58e0eb2b05b 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.netconf</groupId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.4-SNAPSHOT</version>
     </parent>
     <packaging>bundle</packaging>
     <artifactId>netconf-notifications-impl</artifactId>
index 1be17e819a9a3a76dbbe124a22fcbe55c5dc5998..1353c091bc185b7a4929cc4180829f0e46cd15d6 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-ssh</artifactId>
   <packaging>bundle</packaging>
index 38d51a5e2c7e01c1873d03e5e00813b9676e3dce..1494ca5e2b658b7d2b5002f2623c1007777a9ca8 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>netconf-tcp</artifactId>
index 59fc52acd697fd8f86b6013947ceb18ef2537a9b..540808c8e8f323b3dec998c3e21812fe5d32a87a 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.netconf</groupId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.4-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index ee3378de07e168172222709ed42d1554733bf259..c0438a1a97eb133ae607ef1307362e7eb0343f45 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.netconf</groupId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.4-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index dc8461f85c4e6453009f122905c4f305f9178cc2..0c15ff591831d3a53fd60d7aa6c7c14a1459daa8 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-util</artifactId>
   <packaging>bundle</packaging>
index be7c0b0f85c10a64f01b59997d877f166606abb1..65f727c514fe8c6da58aaa47a6eb74b5dd8a7b26 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
 
index 66d96b1800e8f6c97aa06e18761f88d7b5c9ab0a..d190ce17c92c35ead3ffb3b32ac1210b948ca57c 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4-SNAPSHOT</version>
   </parent>
 
   <artifactId>sal-netconf-connector</artifactId>
index 02690a894e739ef31fdcaa3182609508df71e0b2..1a5bad255ca25569d91db701fc16323c540d9962 100644 (file)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-tools</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-cli</artifactId>
   <packaging>jar</packaging>
index 121acc7153c34cc70ce163b72fe61fa0cc9923de..12fd8f3a111655bc0bd7e2c6816f5b646d4f1f3e 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-tools</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.4-SNAPSHOT</version>
     </parent>
 
     <artifactId>netconf-testtool</artifactId>
index cd1beefd292372fa7e29b4c5a4c1919379701de5..c81feac26604a678c20a804c5893002435200f00 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>netconf-tools</artifactId>
index 5e4026c4ce35a4dc96497825021825bab9ce7f2d..69d697ca45487e8232d8c2729d1d5d148946c5e9 100644 (file)
@@ -5,11 +5,11 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.4-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <artifactId>restconf-parent</artifactId>
-    <version>1.3.3-SNAPSHOT</version>
+    <version>1.3.4-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index a37f00180b59b1d4498049c7195d54187c400a07..0575bb09afd342369df68a12d0925ee735b7f6d9 100644 (file)
@@ -8,13 +8,13 @@
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>1.6.3-SNAPSHOT</version>
+      <version>1.6.4-SNAPSHOT</version>
       <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-artifacts</artifactId>
-    <version>1.3.3-SNAPSHOT</version>
+    <version>1.3.4-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index d551a97e1e7cb38b7c5b7968464b08976ebb4147..732944120cbee38b9cfa5584d9c342753f02c25d 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-parent</artifactId>
-    <version>1.3.3-SNAPSHOT</version>
+    <version>1.3.4-SNAPSHOT</version>
   </parent>
   <artifactId>sal-rest-connector-config</artifactId>
   <description>Configuration files for sal-rest-connector</description>
index f277e610476899f93dca052d0a256f7d35b6a869..22b14f0768936d2ea242a59203b6e82ee64b3775 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-parent</artifactId>
-    <version>1.3.3-SNAPSHOT</version>
+    <version>1.3.4-SNAPSHOT</version>
   </parent>
   <artifactId>sal-rest-connector</artifactId>
   <packaging>bundle</packaging>
index fea502c2f9fe6c15b66a6be9462e128304066937..e43387eb2bc9888ed4916184eb49444eccc40bab 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>restconf-parent</artifactId>
-        <version>1.3.3-SNAPSHOT</version>
+        <version>1.3.4-SNAPSHOT</version>
     </parent>
 
     <artifactId>sal-rest-docgen-maven</artifactId>
index 917e4fb6d962851eb9069f0e76738d343397f8d9..da09a277d8f8bb912f4211c23697992d02216ab4 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-parent</artifactId>
-    <version>1.3.3-SNAPSHOT</version>
+    <version>1.3.4-SNAPSHOT</version>
   </parent>
 
   <artifactId>sal-rest-docgen</artifactId>
index 5db4443cf05a34fc9873b567ccd3e90ea5a6a4c7..20cd78bdefd404a55bd98ab7e96e71227b81c85f 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-parent</artifactId>
-    <version>1.3.3-SNAPSHOT</version>
+    <version>1.3.4-SNAPSHOT</version>
   </parent>
   <artifactId>sal-restconf-broker</artifactId>
   <packaging>bundle</packaging>
diff --git a/pom.xml b/pom.xml
index 665e5a908faeea35fd78a715f6bbf6d28bb96514..6eb8222ca59a597e1d36285dfc8be5660a9d15d6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,12 +5,12 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.6.3-SNAPSHOT</version>
+        <version>1.6.4-SNAPSHOT</version>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
     </modules>
 
     <properties>
-        <aaa.version>0.3.3-SNAPSHOT</aaa.version>
+        <aaa.version>0.3.4-SNAPSHOT</aaa.version>
         <akka.version>2.3.14</akka.version>
-        <commons.logback_settings.version>0.2.3-SNAPSHOT</commons.logback_settings.version>
-        <commons.opendaylight.version>1.6.3-SNAPSHOT</commons.opendaylight.version>
-        <config.version>0.4.3-SNAPSHOT</config.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>
         <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory>
         <exi.nagasena.version>0000.0002.0053.0</exi.nagasena.version>
-        <features.test.version>1.6.3-SNAPSHOT</features.test.version>
-        <ietf-inet-types.version>2010.09.24.8.3-SNAPSHOT</ietf-inet-types.version>
-        <ietf-restconf.version>2013.10.19.8.3-SNAPSHOT</ietf-restconf.version>
-        <ietf-topology.version>2013.10.21.8.3-SNAPSHOT</ietf-topology.version>
-        <ietf-yang-types.version>2010.09.24.8.3-SNAPSHOT</ietf-yang-types.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>
 
-        <mdsal.version>2.0.3-SNAPSHOT</mdsal.version>
-        <mdsal.model.version>0.8.3-SNAPSHOT</mdsal.model.version>
-        <controller.mdsal.version>1.3.3-SNAPSHOT</controller.mdsal.version>
-        <netconf.version>1.0.3-SNAPSHOT</netconf.version>
-        <restconf.version>1.3.3-SNAPSHOT</restconf.version>
-        <protocol-framework.version>0.7.3-SNAPSHOT</protocol-framework.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>
         <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.3-SNAPSHOT</yangtools.version>
+        <yangtools.version>0.8.4-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.3-SNAPSHOT</version>
+                            <version>0.2.4-SNAPSHOT</version>
                         </dependency>
                     </dependencies>
                     <executions>