Bump dependencies to newer Sodium SR2 dev versions 81/86781/1
authorguillaume.lambert <guillaume.lambert@orange.com>
Tue, 7 Jan 2020 09:47:26 +0000 (10:47 +0100)
committerguillaume.lambert <guillaume.lambert@orange.com>
Tue, 7 Jan 2020 09:58:03 +0000 (10:58 +0100)
org.opendaylight.odlparent  *                   5.0.3 -> 5.0.4
org.opendaylight.yangtools  yangtools-artifacts 3.0.6 -> 3.0.7
org.opendaylight.mdsal      binding-parent      4.0.7 -> 4.0.8
org.opendaylight.mdsal      mdsal-artifacts     4.0.7 -> 4.0.8

https://docs.opendaylight.org/projects/integration-distribution/en/stable-sodium/platform-versions.html

Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I4e22d0e9310dbdf4107fb57a1a73b6bb83b38cb5

25 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-inventory/pom.xml
features/odl-transportpce-ordmodels/pom.xml
features/odl-transportpce-stubmodels/pom.xml
features/odl-transportpce/pom.xml
features/pom.xml
inventory/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
tapi/pom.xml
test-common/pom.xml

index 5eac63c6ca82715e1e9214edfede97aa9226ec02..af7987fcc36dcbd88824affb2163d453ad1ddb26 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.7</version>
+    <version>4.0.8</version>
     <relativePath/>
   </parent>
 
index bcaae83b98607103c671753c63bfaff50f5e1313..54159a187bdc1c8c038df85842a3106ff51eb9ce 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.3</version>
+    <version>5.0.4</version>
     <relativePath/>
   </parent>
 
index d99be57cdf1c4ddf899ef29cdede3c5d8c00826b..7508c44f916e167f1d86dd1212008f2369922b84 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>4.0.7</version>
+        <version>4.0.8</version>
         <relativePath />
     </parent>
 
index 685844e594875321fac8c7469e624de8badcb2ba..d2ac03be4d0cecc6e516d3c2a27b15e6f08192a8 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.3</version>
+    <version>5.0.4</version>
     <relativePath/>
   </parent>
 
index 2caab37fc0f5f7c0174e2ee1950ac6df795b3d87..58b7207d2449fdea638823c604d456d614a49d69 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.3</version>
+    <version>5.0.4</version>
     <relativePath/>
   </parent>
 
index 6f2a75bd6464e759af3cc46824b0ea2ac00c0cdf..74da3a0d6912521c0b542b93e3861f9fc5c8b824 100644 (file)
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>5.0.3</version>
+        <version>5.0.4</version>
         <relativePath/>
     </parent>
 
index 66a2f3e475588e425427fb24c1e5f759c0dfb890..6b8b72bbe8aa8b2a3347197d37cbeee2d08d4370 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.3</version>
+    <version>5.0.4</version>
     <relativePath/>
   </parent>
 
@@ -24,7 +24,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <properties>
     <mdsal.version>1.10.2-SNAPSHOT</mdsal.version>
     <restconf.version>1.10.2-SNAPSHOT</restconf.version>
-    <yangtools.version>3.0.6</yangtools.version>
+    <yangtools.version>3.0.7</yangtools.version>
     <netconf.version>1.7.2-SNAPSHOT</netconf.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
index f3900b71790f4d9ca5259e89f19fc765fca22339..0dee03b95a172078beb36ca737ee585258c0ee71 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.3</version>
+    <version>5.0.4</version>
     <relativePath/>
   </parent>
 
index 60b8f22358ead5e994a0ba497373977bec8282a3..8edc04a39fa2437945b8aef22b50f84d5f4b6d39 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.3</version>
+    <version>5.0.4</version>
     <relativePath/>
   </parent>
 
@@ -24,7 +24,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <properties>
     <mdsal.version>1.10.2-SNAPSHOT</mdsal.version>
-    <yangtools.version>3.0.6</yangtools.version>
+    <yangtools.version>3.0.7</yangtools.version>
     <netconf.version>1.7.2-SNAPSHOT</netconf.version>
     <restconf.version>1.10.2-SNAPSHOT</restconf.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
index a870f14e485be11ccb48aa35a75c15c87ac866c7..c35d36662619432b2bd3b8da436160b18cefc162 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.3</version>
+    <version>5.0.4</version>
     <relativePath/>
   </parent>
 
index fd890251c0e2bb2d96c75908fc5ca77fa04f44a6..6b00f1b7fb9e9676330ff85932010bf0af1d6684 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>4.0.7</version>
+        <version>4.0.8</version>
         <relativePath />
     </parent>
 
index 9b91c6bd4082e6a61c44a1ce09d31faa4dcba47c..722ef13b60132c4e60f00cd5a3628cc4edd857fc 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.3</version>
+    <version>5.0.4</version>
     <relativePath/>
   </parent>
 
index c800409b91a2113fb3c60e9540e80fd05d670860..790e57929cb89f73043f9e58c980a1853dc76255 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.3</version>
+    <version>5.0.4</version>
     <relativePath/>
   </parent>
 
index d366782708bcd72e0fedbbbb273ea38b4451cb05..74690a29a31fc5cac9eb46c5d7685dd077522abb 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.7</version>
+    <version>4.0.8</version>
     <relativePath/>
   </parent>
 
index 83a627bcf956696027c1571bf4a9e3ce4e8fe9fb..6c0413041bb4dad05fe63a0cc1f733d68577459e 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.7</version>
+    <version>4.0.8</version>
     <relativePath/>
   </parent>
 
index c97ceeefd08f9d8f8812040557b40b502298a663..3ae653498c653b039ce94d18ab41125f6a46141e 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.7</version>
+    <version>4.0.8</version>
     <relativePath/>
   </parent>
 
index 9605d97bc43da03a19ed08c1d5c6d5915ea68262..36130e4221042411bf4ffcef50fb96ebe44611cd 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.7</version>
+    <version>4.0.8</version>
     <relativePath/>
   </parent>
 
index 74426c25d5cbf07aea1500d7f1d7891be5545744..0bcba205aa6d163ab943cd242d3cc447097590db 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.7</version>
+    <version>4.0.8</version>
     <relativePath/>
   </parent>
 
index 69f7040c3a94996a8598b30b7c177c38f84a3591..d1be640a3989ea228a5270aed93ff5efb66be159 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.7</version>
+    <version>4.0.8</version>
     <relativePath/>
   </parent>
 
index 5e2250d9e3db51bb289ac237e0b7b3215ba47af2..43cff90492067ea7853b9f05e920b0daa7a74ce2 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.7</version>
+    <version>4.0.8</version>
     <relativePath/>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index 908c921287b20165ab7f3a63002abe86ad35a9d1..ce0eec7215db17121d929f334b6f50097a1992cd 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.3</version>
+    <version>5.0.4</version>
     <relativePath/>
   </parent>
 
index 584808d22129fefd33b8eee1b12a11c19deb4d2d..835fa4f5836f7fed49126bb69387abdf8b3abcce 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.7</version>
+    <version>4.0.8</version>
     <relativePath/>
   </parent>
 
index 21d921a8b7484a2e8d3d1a63f1d8fb1eb099a28c..c1f4a64862d6a65564e5e33dc8d02faa11c22ebf 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.7</version>
+    <version>4.0.8</version>
     <relativePath/>
   </parent>
 
index 3fed05afda99893447356dd388858806bfeeb2e7..7294d088324bff4c131d589537187fd00ee3d75e 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.7</version>
+    <version>4.0.8</version>
     <relativePath/>
   </parent>
 
index 98288ce734c16be3129929f32858e8303fd21050..e4f3c0a1cd000060f104d589bf3cfcc4aa59424a 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>5.0.3</version>
+        <version>5.0.4</version>
         <relativePath/>
     </parent>
 
@@ -32,7 +32,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>3.0.6</version>
+                <version>3.0.7</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>