Bump mdsal and netconf deps to Neon SR2 snapshot 84/82484/1
authorguillaume.lambert <guillaume.lambert@orange.com>
Tue, 11 Jun 2019 09:40:06 +0000 (11:40 +0200)
committerguillaume.lambert <guillaume.lambert@orange.com>
Tue, 11 Jun 2019 09:42:09 +0000 (11:42 +0200)
Change-Id: I2b065d035b8b0365bec77736a51988bbd6592499
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
14 files changed:
common/pom.xml
features/odl-transportpce-api/pom.xml
features/odl-transportpce-ordmodels/pom.xml
features/odl-transportpce/pom.xml
networkmodel/pom.xml
olm/pom.xml
ordmodels/device/pom.xml
ordmodels/pom.xml
pce/pom.xml
renderer/pom.xml
servicehandler/pom.xml
test-common/pom.xml
tests/stubpce/pom.xml
tests/stubrenderer/pom.xml

index 61241d328d7f93693a22a84a1bc6cf26fe18ebfb..6995d49cf98cad6b976ae4b2fc8035c28cada787 100644 (file)
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>1.9.1-SNAPSHOT</version>
+                <version>1.9.2-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
                 <artifactId>netconf-artifacts</artifactId>
-                <version>1.6.1-SNAPSHOT</version>
+                <version>1.6.2-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 770b9d85383485ee46515ac52e9ee5672253acc9..94694da44a808c70160cd3f55ba694bc1826f9aa 100644 (file)
@@ -23,7 +23,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
 
   <properties>
-    <netconf.version>1.6.1-SNAPSHOT</netconf.version>
+    <netconf.version>1.6.2-SNAPSHOT</netconf.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
 
index 64c7fa68e3e3aa5de86723f517a94f0dc6079de1..871b772f327b8f52a0b8705ba01f9635bac44a79 100644 (file)
@@ -22,10 +22,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <packaging>feature</packaging>
 
   <properties>
-    <mdsal.version>1.9.1-SNAPSHOT</mdsal.version>
-    <restconf.version>1.9.1-SNAPSHOT</restconf.version>
+    <mdsal.version>1.9.2-SNAPSHOT</mdsal.version>
+    <restconf.version>1.9.2-SNAPSHOT</restconf.version>
     <yangtools.version>2.1.10</yangtools.version>
-    <netconf.version>1.6.1-SNAPSHOT</netconf.version>
+    <netconf.version>1.6.2-SNAPSHOT</netconf.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
 
index ffe702899a4667720dfe5cbe086424195e69f7ef..16036f0d65dc076d83f89879f77748d253ff5779 100644 (file)
@@ -24,10 +24,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <properties>
     <mdsal.model.version>0.13.2</mdsal.model.version>
-    <mdsal.version>1.9.1-SNAPSHOT</mdsal.version>
+    <mdsal.version>1.9.2-SNAPSHOT</mdsal.version>
     <yangtools.version>2.1.10</yangtools.version>
-    <netconf.version>1.6.1-SNAPSHOT</netconf.version>
-    <restconf.version>1.9.1-SNAPSHOT</restconf.version>
+    <netconf.version>1.6.2-SNAPSHOT</netconf.version>
+    <restconf.version>1.9.2-SNAPSHOT</restconf.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
 
index 623f4cde7679fbd2ea1a32307fa86da10b2825bf..c6ef1faa98823638b376f854917356d57e593f88 100644 (file)
@@ -27,7 +27,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>1.6.1-SNAPSHOT</version>
+        <version>1.6.2-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 35a49096d30db1a6f5bbfe1bed21f7f3a71d1884..e229302cf22d290db193e4d34f840f00ba2339f5 100644 (file)
@@ -27,14 +27,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>1.9.1-SNAPSHOT</version>
+        <version>1.9.2-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>1.6.1-SNAPSHOT</version>
+        <version>1.6.2-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index ac2968188ab2720dda1214d3d667785dc1133361..10d653dacaa922fd2a144aa6b9564e58830cb4d5 100644 (file)
@@ -26,7 +26,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>1.6.1-SNAPSHOT</version>
+        <version>1.6.2-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 0cbd3729ffc2a64eddd9dfad8ae8eb656682c799..bfbb48b4a3ae95f4e3158c9294148762754d5f72 100644 (file)
@@ -82,7 +82,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>1.6.1-SNAPSHOT</version>
+        <version>1.6.2-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index f60e42ae4b94699d800bb4d7cf66ebe736feb133..df67a64b0efbce521aca8ca4309f28a1e4b0cee9 100644 (file)
@@ -81,7 +81,7 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal-binding-broker-impl</artifactId>
-      <version>1.9.1-SNAPSHOT</version>
+      <version>1.9.2-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
 
index 58b182ab15fef3cd82b1266427029da03ea7dc99..e43ec8bd3945e5ad000fff9de8587b568ff1cc8f 100644 (file)
@@ -27,14 +27,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>1.9.1-SNAPSHOT</version>
+        <version>1.9.2-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>1.6.1-SNAPSHOT</version>
+        <version>1.6.2-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index e3c92eac4b34d3eab3d8300c7ceff4ff71d53f41..a2268f47726de17045223f378e9437711292cecc 100644 (file)
@@ -29,7 +29,7 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>1.9.1-SNAPSHOT</version>
+        <version>1.9.2-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 3a6ce82471fcb439287fed8c2dddfbb94ee405f3..05cb1c93f8118b3f38701a4b5c8faf579a411e95 100644 (file)
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>1.9.1-SNAPSHOT</version>
+                <version>1.9.2-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 33cbcd1e96c84e011622556171353206b229d31c..3049a10dfe12b5cb4bec749f1a3ca4e09a26a017 100644 (file)
@@ -46,14 +46,14 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>1.9.1-SNAPSHOT</version>
+        <version>1.9.2-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>1.6.1-SNAPSHOT</version>
+        <version>1.6.2-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 56af487faeda06aa07db0c87fcaf0c7069a4d673..93e519726bcb1415a964cda16285cbf7bfbbe766 100644 (file)
@@ -29,14 +29,14 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>1.9.1-SNAPSHOT</version>
+        <version>1.9.2-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>1.6.1-SNAPSHOT</version>
+        <version>1.6.2-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>