Bump mdsal and netconf deps to Neon SR2 snapshot 85/82485/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:47:37 +0000 (11:47 +0200)
Change-Id: I2b065d035b8b0365bec77736a51988bbd6592499
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
12 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

index 2786a5a1b37cc85ef234419854c663880986a94e..17f0ecd223c5fe50366d4e55c8a977c0ce4482d6 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 6f9e5be118e8fbeb85326caa671bd8a4c7552377..188a13981b5057b9f611d1aaf472bcca05745714 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 660d5fb1abe9b0b5d75b5a62ae709852bd19dd7d..af69d61f347ed22e255d6c0cff47543bd472a5e6 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 f0ff1eb8a465d8accb8d3b11a5bb616351f5fca5..e747fe91ab5ddbf7c0660ad3123029909c2eb8d3 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 4f5f6dfbb807eec68a6fcf343923d8668cd9f440..8c7c8894324f489b1af3d6b67f9860e161b9ff22 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 67212f852c86a8b584fb43998876ee1f12730084..ea8d4d85aed8faafa2deecfa8ecceb5d8e743e9e 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 e5dd035f65db78b2ffba0b9d00db6da6ad52c6b5..ef83bc556044c602254f57e9e822228413369028 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 78627d582ea7ab195c774ddf716f836a348cd08a..1d130ecd5fe1f6bde6eec99b328922bae10589df 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 2d5e2f896d5a9de93b38dbaba072a8e0d305c32b..8dd6f3abe69758b63b2b2697eab31a88916611cb 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 30807d4da3882147f26148d9a55868049f2c7c9b..f1ad8f6f7225a0c78ef89f204fb769e7b6de16f6 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 c120b9133879651de5d1ccdd9c50fd0e69cfac63..f3816b9fdd13462fad11b647855bdb227b2f48cb 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 8563dc2be0c7953d3d8897a946b12125d612f221..3c598ee58e891ff3ea40a38c2eab7c40b2bf74b5 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>