Bump deps to new Silicon dev versions 98/94398/5
authorguillaume.lambert <guillaume.lambert@orange.com>
Mon, 4 Jan 2021 10:59:30 +0000 (11:59 +0100)
committermanuedelf <emmanuelle.delfour@orange.com>
Sat, 9 Jan 2021 14:41:16 +0000 (15:41 +0100)
org.opendaylight.odlparent * 8.0.0 -> 8.0.3
org.opendaylight.mdsal     * 7.0.1 -> 7.0.4

add jakarta.xml.bind-api dependency (needed by jersey-test) with
scope test in pce pom file as it was dropped from yangtools
dependencies in change
https://git.opendaylight.org/gerrit/c/yangtools/+/93852

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

22 files changed:
api/pom.xml
common/pom.xml
features/odl-transportpce-inventory/pom.xml
features/odl-transportpce-tapi/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
tapimodels/pom.xml
test-common/pom.xml

index b04c3cb3117fbada3ff427010682d0b4860ffd99..2a2d6e4363e401804feb065dd6c6b6388d144e4b 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>7.0.1</version>
+    <version>7.0.4</version>
     <relativePath/>
   </parent>
 
index c0d6062249453c28a4f60aa2f1eb71f86690f003..b29c3e1fe96b10601b09f0945a4f45d96bd6134c 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>7.0.1</version>
+        <version>7.0.4</version>
         <relativePath />
     </parent>
 
@@ -31,7 +31,7 @@
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>7.0.1</version>
+                <version>7.0.4</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index cb7ee30106f5ab596593b5f65ae82ce901ef454c..871382af5f45bf166b0113714a7e07177e6fc7dd 100644 (file)
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.3</version>
         <relativePath/>
     </parent>
 
index 21ca534d21e4ebf45f590239d6624dc030f9d0c8..c03f2d4165873264ab7d4f266019b9e4a60ace30 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>8.0.0</version>
+    <version>8.0.3</version>
     <relativePath/>
   </parent>
 
index 4aad74866d93fc0bc2ec9b5eb58cbb935435936e..5455ca92ae554e81dace0ea5c094185d94eab1a2 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>8.0.0</version>
+    <version>8.0.3</version>
     <relativePath/>
   </parent>
 
index 43c9e59dc0946638717903e8a97a66c0b318e780..157532930f11404b4666a39194a8db852b524461 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>8.0.0</version>
+    <version>8.0.3</version>
     <relativePath/>
   </parent>
 
index 77cfa30b8cc0669804244de32c9bcab8ddfca99e..bca92bfc6f9699cb78032ebf2910d04aff7c16d5 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>7.0.1</version>
+        <version>7.0.4</version>
         <relativePath />
     </parent>
 
index a2ac221ddf23ed504c527a72b9e36d2cb1fdfe43..a5782269ac0fdf063f6c1f92cec56c684f9f7889 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>8.0.0</version>
+    <version>8.0.3</version>
     <relativePath/>
   </parent>
 
index bd843053c0c2685d2cb6f7d99e5b0ffc1afef934..fcf990a2f97947df6a7b2eb91e529109850d0e85 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>8.0.0</version>
+    <version>8.0.3</version>
     <relativePath/>
   </parent>
 
@@ -27,7 +27,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>7.0.1</version>
+        <version>7.0.4</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index a0c43588d6ed9b9705a99282f0e92d564cb3f325..3394e74452d6cbd97b4e819b4965cb0d0798c704 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>7.0.1</version>
+    <version>7.0.4</version>
     <relativePath/>
   </parent>
 
index 59baa0e305c60b63f50a1e5c8783356dd2eadfe2..d0ba9cc8a5005e2f74fe5652c1c50e4098e43a07 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>7.0.1</version>
+    <version>7.0.4</version>
     <relativePath/>
   </parent>
 
index 3851059037f807c8bf3b629f96fdf4b4be256ba7..4017e985c5ac23932b9e92aecb66d7e7210005f0 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>7.0.1</version>
+    <version>7.0.4</version>
     <relativePath/>
   </parent>
 
index e66553ae741265700f456d1b7782bddd61f2ca0e..74d76c2ef70f871c2144aa40e2c32b8054fe43ac 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>7.0.1</version>
+    <version>7.0.4</version>
     <relativePath/>
   </parent>
 
index 3904d2aebab4983094a4124a2ad5b13609710644..7728730c0ec2b872060115c949f9f6b7a937513e 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>7.0.1</version>
+    <version>7.0.4</version>
     <relativePath/>
   </parent>
 
index 211fad2c21f5a827cec809d619fd94a83e73ab54..e92b1f3b059c954ce86c851477d579f6aa8a20e1 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>7.0.1</version>
+    <version>7.0.4</version>
     <relativePath/>
   </parent>
 
index 84de5b4da9dc30ce0af1027a23fde6aa992b7c44..15dab814b339d039e4ed1c3a559c9a622fa47d89 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>7.0.1</version>
+        <version>7.0.4</version>
         <relativePath />
     </parent>
 
             <artifactId>jersey-hk2</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>jakarta.xml.bind</groupId>
+            <artifactId>jakarta.xml.bind-api</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>
diff --git a/pom.xml b/pom.xml
index 207b3ca751e7fa0d18eec8f447d9700e516cb679..b3f924f0f2aaba6391acaed43140aaa2653263d8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.3</version>
         <relativePath/>
     </parent>
 
index c8b77b555d40c0bda0aa26273fa4c720cb2e3103..19e7d4549a3c80ebd811d2db88645297ad24eb88 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>7.0.1</version>
+    <version>7.0.4</version>
     <relativePath/>
   </parent>
 
index cd8933fc2964a6f166b085165869ed0c8d0ad945..38acad2d0fd17122e0a929f0dad31d44030548fe 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>7.0.1</version>
+    <version>7.0.4</version>
     <relativePath/>
   </parent>
 
index 87a7f96f219f8797d42712bbc691f9c0602ba9d7..e4ff756747e782cc6ddc4f377fae2e4cb29f76ed 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>7.0.1</version>
+    <version>7.0.4</version>
     <relativePath/>
   </parent>
 
@@ -29,7 +29,7 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
       <dependency>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>7.0.1</version>
+        <version>7.0.4</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 877eee05aa44536217b7040175aba8779233a9d7..e31f43f43adc05bfbde4d19224b81c38c8704923 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>7.0.1</version>
+    <version>7.0.4</version>
     <relativePath/>
   </parent>
 
index 2ca4c842daabc073710ecc68b709992f588afa9f..7850990ce25e1899579b3406504a7296da58d616 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.3</version>
         <relativePath />
     </parent>
 
@@ -32,7 +32,7 @@
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>7.0.1</version>
+                <version>7.0.4</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>