Bump pom dependencies to sodium SR1 18/85718/1
authorGilles Thouenon <gilles.thouenon@orange.com>
Tue, 24 Sep 2019 08:37:25 +0000 (10:37 +0200)
committerguillaume.lambert <guillaume.lambert@orange.com>
Fri, 8 Nov 2019 13:49:45 +0000 (14:49 +0100)
align org.opendaylight.controller and org.opendaylight.netconf
dependencies on sodium SR1
https://docs.opendaylight.org/projects/integration-distribution/en/stable-sodium/platform-versions.html

Signed-off-by: Gilles Thouenon <gilles.thouenon@orange.com>
Change-Id: I55ac9a4da0e7dd7ad316b4374835216dcbe4717d

22 files changed:
api/pom.xml
artifacts/pom.xml
common/pom.xml
features/features-transportpce/pom.xml
features/odl-transportpce-api/pom.xml
features/odl-transportpce-ordmodels/pom.xml
features/odl-transportpce-stubmodels/pom.xml
features/odl-transportpce/pom.xml
features/pom.xml
karaf/pom.xml
networkmodel/pom.xml
olm/pom.xml
ordmodels/common/pom.xml
ordmodels/device/pom.xml
ordmodels/network/pom.xml
ordmodels/pom.xml
ordmodels/service/pom.xml
pce/pom.xml
pom.xml
renderer/pom.xml
servicehandler/pom.xml
test-common/pom.xml

index c1bcc18c308427208cde9d6ad1b3769b035f5e23..0bb1f06660f0de94e5decae0df3133d8a32590bf 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>4.0.4</version>
+    <version>4.0.6</version>
     <relativePath/>
   </parent>
 
index 6f1acdcb2fd50d5ff274589e506ff4dfdfaf9647..2a205057426c63e2f07d54c06ff0077ea208839c 100644 (file)
@@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>5.0.1</version>
+    <version>5.0.2</version>
     <relativePath/>
   </parent>
 
index d7ff95f54a656862c86634d2f044b8c6d98514b3..7c7f3092ae42316c7bf77a50d00e50f1854c5ab7 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>4.0.4</version>
+        <version>4.0.6</version>
         <relativePath />
     </parent>
 
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>1.10.0-SNAPSHOT</version>
+                <version>1.10.1-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
                 <artifactId>netconf-artifacts</artifactId>
-                <version>1.7.0-SNAPSHOT</version>
+                <version>1.7.1-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index f503ab7acfc7ad01084426629312f8baa312d64a..f01f21a8305e674d9f2df0296e31ada009db595d 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>feature-repo-parent</artifactId>
-    <version>5.0.1</version>
+    <version>5.0.2</version>
     <relativePath/>
   </parent>
 
index 1d51e73069ee34e04730286a8359406a05682dc5..d8acd309ddb487d01548426097010c196426af34 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>5.0.1</version>
+    <version>5.0.2</version>
     <relativePath/>
   </parent>
 
@@ -23,7 +23,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
 
   <properties>
-    <netconf.version>1.7.0-SNAPSHOT</netconf.version>
+    <netconf.version>1.7.1-SNAPSHOT</netconf.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
 
index 52c6305718183f1b8ffd3812e501828cdb91240a..e2b0d71f068ade5da59ba40ff2f16c1067ce1ebf 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>5.0.1</version>
+    <version>5.0.2</version>
     <relativePath/>
   </parent>
 
@@ -22,10 +22,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <packaging>feature</packaging>
 
   <properties>
-    <mdsal.version>1.10.0-SNAPSHOT</mdsal.version>
-    <restconf.version>1.10.0-SNAPSHOT</restconf.version>
-    <yangtools.version>3.0.4</yangtools.version>
-    <netconf.version>1.7.0-SNAPSHOT</netconf.version>
+    <mdsal.version>1.10.1-SNAPSHOT</mdsal.version>
+    <restconf.version>1.10.1-SNAPSHOT</restconf.version>
+    <yangtools.version>3.0.5</yangtools.version>
+    <netconf.version>1.7.1-SNAPSHOT</netconf.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
 
index 1006fa0d15b74a89b85b484bcd35f0cbb86c89c9..9bbded9a2802065d93e8b9c8b817736481199336 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>5.0.1</version>
+    <version>5.0.2</version>
     <relativePath/>
   </parent>
 
index bfb6b8656d57bd88f4690e47486b03d3460f3d2a..0fc4c395654097d81840ce0e9f90afc3f93e1953 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>5.0.1</version>
+    <version>5.0.2</version>
     <relativePath/>
   </parent>
 
@@ -23,10 +23,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
 
   <properties>
-    <mdsal.version>1.10.0-SNAPSHOT</mdsal.version>
-    <yangtools.version>3.0.4</yangtools.version>
-    <netconf.version>1.7.0-SNAPSHOT</netconf.version>
-    <restconf.version>1.10.0-SNAPSHOT</restconf.version>
+    <mdsal.version>1.10.1-SNAPSHOT</mdsal.version>
+    <yangtools.version>3.0.5</yangtools.version>
+    <netconf.version>1.7.1-SNAPSHOT</netconf.version>
+    <restconf.version>1.10.1-SNAPSHOT</restconf.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
 
index 32967e785b54503fb500927850e7295e878d40b7..f8dd9ea4df916e75c455f1f7f5d57600a8e83225 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>5.0.1</version>
+    <version>5.0.2</version>
     <relativePath/>
   </parent>
 
index 038f5856e3100b9e5ed734c649b7064bc1af8810..c93a5f1de179b22a36397eb916cf6c2b52934304 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>karaf4-parent</artifactId>
-    <version>5.0.1</version>
+    <version>5.0.2</version>
     <relativePath/>
   </parent>
 
index 5ed928310fb14f1a159da4eff90b56f450424a63..40127c2b32ba7b964d436d87756db16faeb50e85 100644 (file)
@@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>5.0.1</version>
+    <version>5.0.2</version>
     <relativePath/>
   </parent>
 
@@ -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.7.0-SNAPSHOT</version>
+        <version>1.7.1-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 5dde38ab83c2feca0c81066c45b695eb55be64e1..8868800ff625c7d2b12441b8fa809497b27cd553 100644 (file)
@@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>4.0.4</version>
+    <version>4.0.6</version>
     <relativePath/>
   </parent>
 
@@ -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.10.0-SNAPSHOT</version>
+        <version>1.10.1-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>1.7.0-SNAPSHOT</version>
+        <version>1.7.1-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index ba9cd9e2e3f1645bbef3d4ec2299fa8f3c5e1001..e045cfadf821b1f604b8a66bef93c52cd4448dfc 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>4.0.4</version>
+    <version>4.0.6</version>
     <relativePath/>
   </parent>
 
index 5a268fde65dd75763bc4813c1adb133e1dfa1b54..06cfe9e1dfe9bb92989182b24db341a9a661e770 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>4.0.4</version>
+    <version>4.0.6</version>
     <relativePath/>
   </parent>
 
@@ -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.7.0-SNAPSHOT</version>
+        <version>1.7.1-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index b4853f4f509397b1fddfd445de395e2dd83629b0..37b765d1dd39a3a85d6ad12c0e6341989966a8d0 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>4.0.4</version>
+    <version>4.0.6</version>
     <relativePath/>
   </parent>
 
index f75b7a10f0a849c9d77d09d62bca16da67866ec2..91d6b2380bdc922f80fea3b577ad5dfed9e063fd 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>4.0.4</version>
+    <version>4.0.6</version>
     <relativePath/>
   </parent>
 
@@ -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.7.0-SNAPSHOT</version>
+        <version>1.7.1-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 7fd3a66d3a854df689907a5b2ae360ea2e3b1a32..8e03197b7351c00af046bfe529b8f16dc793a899 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>4.0.4</version>
+    <version>4.0.6</version>
     <relativePath/>
   </parent>
 
index fc0d3f8380fb34513aec1562f68ff1603079a943..bbbca18962c4f24f640c1a8f8c4daf46092c2e33 100644 (file)
@@ -17,7 +17,7 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>4.0.4</version>
+    <version>4.0.6</version>
     <relativePath/>
   </parent>
 
@@ -87,7 +87,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.10.0-SNAPSHOT</version>
+      <version>1.10.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/pom.xml b/pom.xml
index a8a447f99a9978b742e461ef187f8c994f94815f..ab61361261b51393f44db38429e73beb2c804f1f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>5.0.1</version>
+    <version>5.0.2</version>
     <relativePath/>
   </parent>
 
index 2e6847e6253aef5c5aaf43acbf43675adc892831..82dd66f0638f28a3d205eeb214ca4ffa96698ef8 100644 (file)
@@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>4.0.4</version>
+    <version>4.0.6</version>
     <relativePath/>
   </parent>
 
@@ -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.10.0-SNAPSHOT</version>
+        <version>1.10.1-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>1.7.0-SNAPSHOT</version>
+        <version>1.7.1-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index b839da5af856aef45d7e228fa57fe492a259c570..3effc084de3d3be7af4cd1cc16de9e2538e915e6 100644 (file)
@@ -15,7 +15,7 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>4.0.4</version>
+    <version>4.0.6</version>
     <relativePath/>
   </parent>
 
@@ -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.10.0-SNAPSHOT</version>
+        <version>1.10.1-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 7196ec6e7b06dcc1417b79a4b87e18dc3f3df29f..525745b81492ca82702ce2778d3c7c930a5eb3ed 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2</version>
         <relativePath/>
     </parent>
 
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>1.10.0-SNAPSHOT</version>
+                <version>1.10.1-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>3.0.4</version>
+                <version>3.0.5</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>