Bump to Neon SR1 dev dependencies 84/81684/1
authorguillaume.lambert <guillaume.lambert@orange.com>
Wed, 17 Apr 2019 14:14:29 +0000 (16:14 +0200)
committerguillaume.lambert <guillaume.lambert@orange.com>
Wed, 17 Apr 2019 14:15:02 +0000 (16:15 +0200)
Change-Id: I975487a80160c897c2f23b318bf9451c27f12b5d
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
15 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/network/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 63e57e0ac93760c45517c3cdd65adec2911bbe0f..172d37236a8404d66d6098d94a721e17288d3d50 100644 (file)
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>1.9.0-SNAPSHOT</version>
+                <version>1.9.1-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
                 <artifactId>netconf-artifacts</artifactId>
-                <version>1.6.0-SNAPSHOT</version>
+                <version>1.6.1-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index a8c33fe26d04dc190900c44f28d38ba287bb0003..4321b4b3c41975eb7f00057f8cc969d7b3c3dfeb 100644 (file)
@@ -23,10 +23,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
 
   <properties>
-    <mdsal.version>1.9.0-SNAPSHOT</mdsal.version>
-    <restconf.version>1.9.0-SNAPSHOT</restconf.version>
+    <mdsal.version>1.9.1-SNAPSHOT</mdsal.version>
+    <restconf.version>1.9.1-SNAPSHOT</restconf.version>
     <yangtools.version>2.1.8</yangtools.version>
-    <netconf.version>1.6.0-SNAPSHOT</netconf.version>
+    <netconf.version>1.6.1-SNAPSHOT</netconf.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
 
index 712a6007dabc72bc49b4e875d0fd1169b2eed7a2..57ab64f18068aa2cfb840338a7087e407c63bbb7 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.0-SNAPSHOT</mdsal.version>
-    <restconf.version>1.9.0-SNAPSHOT</restconf.version>
+    <mdsal.version>1.9.1-SNAPSHOT</mdsal.version>
+    <restconf.version>1.9.1-SNAPSHOT</restconf.version>
     <yangtools.version>2.1.8</yangtools.version>
-    <netconf.version>1.6.0-SNAPSHOT</netconf.version>
+    <netconf.version>1.6.1-SNAPSHOT</netconf.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
 
index 89c079cb90ae9ae56269132f9e0b8376d406083c..82b48e24274d9da91674f72a602e2aa92ec7384a 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.0-SNAPSHOT</mdsal.version>
+    <mdsal.version>1.9.1-SNAPSHOT</mdsal.version>
     <yangtools.version>2.1.8</yangtools.version>
-    <netconf.version>1.6.0-SNAPSHOT</netconf.version>
-    <restconf.version>1.9.0-SNAPSHOT</restconf.version>
+    <netconf.version>1.6.1-SNAPSHOT</netconf.version>
+    <restconf.version>1.9.1-SNAPSHOT</restconf.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
 
index af0cd013c1f0c0bbcf179fc188f7acc362673553..e12c9ee5d1d305d1b9fe392f1738b7eeb7b32c5c 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.0-SNAPSHOT</version>
+        <version>1.6.1-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 1c37e39c7734dc0171ba2b5e57f8ed505d781f35..03f5a461cddd40edcd5d144d466a767455dd7349 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.0-SNAPSHOT</version>
+        <version>1.9.1-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>1.6.0-SNAPSHOT</version>
+        <version>1.6.1-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 02a7c348430b5565aaa1597901e490ecdded2af9..ce0b48e81a092691a4afc97fde4d3e672d89bb50 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.0-SNAPSHOT</version>
+        <version>1.6.1-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 37ca2b6419db079d7620943deed216f4da9d7f67..5b58b787d6bf9c600cf06d2aa89c6dcd1447d8dc 100644 (file)
@@ -69,7 +69,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <dependency>
       <groupId>org.opendaylight.mdsal.model</groupId>
       <artifactId>ietf-network-2015-06-08</artifactId>
-      <version>1.6.0-SNAPSHOT</version>
+      <version>1.6.1-SNAPSHOT</version>
     </dependency-->
   </dependencies>
 </project>
index 4098e70deeeaf67c19d680f0d7dac3173126f301..da438452d8cbd8c0b3b522ef629fe52380dc1d1b 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.0-SNAPSHOT</version>
+        <version>1.6.1-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 34833077fa9519d68bf8b9f5691dad3f1dafff84..fa9f9169975664c2ac19cab2070d0067e650ac66 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.0-SNAPSHOT</version>
+      <version>1.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
 
index 6bf720d4385b772aa1c9dda72df873bc5a401348..1b045c895f986d0dfd9b780a5bd263f8e4058ff1 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.0-SNAPSHOT</version>
+        <version>1.9.1-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>1.6.0-SNAPSHOT</version>
+        <version>1.6.1-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 57bb24e51c44855fd9fd6dbe08f0b0314f8763c9..b6df38c53a260d3351d5837e2d1a8f598cb0da57 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.0-SNAPSHOT</version>
+        <version>1.9.1-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index a455053a02ba0fe38d6a7ac99714b5741c98439f..91736ffa38e17b55e2f7abcd99618cc0aa2ac8d1 100644 (file)
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>1.9.0-SNAPSHOT</version>
+                <version>1.9.1-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index c2b268d95a55b95a8d6609ec5dae7b1cf07010a3..627ab9898dd9cd68b7fef71eb6fcc0203dcbe61b 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.0-SNAPSHOT</version>
+        <version>1.9.1-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>1.6.0-SNAPSHOT</version>
+        <version>1.6.1-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 8e8adb61af9eaa89cfb41923134f55588b107583..42ee232a33a41e61b48fd5f8cb06ba83b4a3f302 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.0-SNAPSHOT</version>
+        <version>1.9.1-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>1.6.0-SNAPSHOT</version>
+        <version>1.6.1-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>