Bump upstreams 55/104755/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 3 Mar 2023 12:00:05 +0000 (13:00 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 3 Mar 2023 12:00:05 +0000 (13:00 +0100)
Adopt:
- odlparent-12.0.3
- infrautils-5.0.3
- yangtools-10.0.4
- mdsal-11.0.7
- controller-7.0.4
- aaa-0.17.6
- netconf-5.0.3

Change-Id: Iab75841e6fa00c09ebf31a3944e0f7a3280c7378
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
33 files changed:
commons/binding-parent/pom.xml
commons/it/pom.xml
commons/pom.xml
hwvtepsouthbound/hwvtepsouthbound-artifacts/pom.xml
hwvtepsouthbound/hwvtepsouthbound-features/features/pom.xml
hwvtepsouthbound/hwvtepsouthbound-features/odl-ovsdb-hwvtepsouthbound-api/pom.xml
hwvtepsouthbound/hwvtepsouthbound-features/odl-ovsdb-hwvtepsouthbound-rest/pom.xml
hwvtepsouthbound/hwvtepsouthbound-features/odl-ovsdb-hwvtepsouthbound-test/pom.xml
hwvtepsouthbound/hwvtepsouthbound-features/odl-ovsdb-hwvtepsouthbound-ui/pom.xml
hwvtepsouthbound/hwvtepsouthbound-features/odl-ovsdb-hwvtepsouthbound/pom.xml
hwvtepsouthbound/hwvtepsouthbound-features/pom.xml
hwvtepsouthbound/hwvtepsouthbound-karaf/pom.xml
hwvtepsouthbound/pom.xml
library/artifacts/pom.xml
library/features/features/pom.xml
library/features/odl-ovsdb-library/pom.xml
library/features/pom.xml
library/karaf/pom.xml
library/pom.xml
pom.xml
schemas/pom.xml
southbound/pom.xml
southbound/southbound-artifacts/pom.xml
southbound/southbound-features/features/pom.xml
southbound/southbound-features/odl-ovsdb-southbound-api/pom.xml
southbound/southbound-features/odl-ovsdb-southbound-impl-rest/pom.xml
southbound/southbound-features/odl-ovsdb-southbound-impl-ui/pom.xml
southbound/southbound-features/odl-ovsdb-southbound-impl/pom.xml
southbound/southbound-features/odl-ovsdb-southbound-test/pom.xml
southbound/southbound-features/pom.xml
southbound/southbound-karaf/pom.xml
utils/odl-ovsdb-utils/pom.xml
utils/pom.xml

index b248bd10d4df65c0af996cc390fe080d6ff37d21..6755f10533975d877d9410143959657b77f82809 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>11.0.6</version>
+    <version>11.0.7</version>
     <relativePath/>
   </parent>
 
       <dependency>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-artifacts</artifactId>
-        <version>0.17.5</version>
+        <version>0.17.6</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
       <dependency>
         <groupId>org.opendaylight.infrautils</groupId>
         <artifactId>infrautils-artifacts</artifactId>
-        <version>5.0.2</version>
+        <version>5.0.3</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 71af9be78ac896c903e7973c435b59e84ddf82e2..e3d3b5abbef6db71bcd113db9a7f5e6be52ededc 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>7.0.3</version>
+    <version>7.0.4</version>
     <relativePath/>
   </parent>
 
@@ -70,7 +70,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>11.0.6</version>
+        <version>11.0.7</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 0f497566140637ba098aeb56e6ec7b2199feb47b..9f977c4d6fe246e64d45d75a7da99c8fd17e9edf 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>12.0.2</version>
+    <version>12.0.3</version>
     <relativePath/>
   </parent>
 
index acfeda6a32f2a5c9feecabc01162ef0c289f8c2d..252b71ca99bb54fd8fd9a768d4c0f8ed454a5cf2 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>12.0.2</version>
+    <version>12.0.3</version>
     <relativePath/>
   </parent>
 
index 2217586a60b1866c8628fa30b41a006d59462e48..9a37db7d2e69d7c581f40420f9b5471cdaad022d 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>feature-repo-parent</artifactId>
-        <version>12.0.2</version>
+        <version>12.0.3</version>
         <relativePath/>
     </parent>
 
index e364239f96ca87b38597d24b02fc0a1f42d9bac1..e76265f8a5043156c4d4b2bc0fbbde389d3a7523 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>12.0.2</version>
+        <version>12.0.3</version>
         <relativePath/>
     </parent>
 
@@ -22,7 +22,7 @@
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>11.0.6</version>
+                <version>11.0.7</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 4f6c5369309699a5a7f307630e3b55c6c12d30b7..8227a82f8ebab6bb3148a90ac08121003fec76c7 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>12.0.2</version>
+        <version>12.0.3</version>
         <relativePath/>
     </parent>
 
@@ -36,7 +36,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-restconf</artifactId>
-            <version>5.0.2</version>
+            <version>5.0.3</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 5e3977bd6d6e6b4efcbc1dcd93b19e1223d782cc..11ce4b3929c0c166ed8bb14eb7f5b30fbb031f80 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>12.0.2</version>
+        <version>12.0.3</version>
         <relativePath/>
     </parent>
 
index 31687925e5146c0b1a2f3ff9b76a757b9fc59cfe..7ee17449e5b20f47050acd1a2394e4dfb73943aa 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>12.0.2</version>
+        <version>12.0.3</version>
         <relativePath/>
     </parent>
 
@@ -36,7 +36,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-mdsal-apidocs</artifactId>
-            <version>5.0.2</version>
+            <version>5.0.3</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 688cbf88d4a03b233b14fcdb93b105c12781a14a..75473c581ac4ee0a071330aaa4e50f92434fa10e 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>12.0.2</version>
+        <version>12.0.3</version>
         <relativePath/>
     </parent>
 
index 672488a0630337692bc59d9bd78f378b1d12e954..8106c44fc0a5024a31b27d340c1052a2ea352f0f 100644 (file)
@@ -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-lite</artifactId>
-    <version>12.0.2</version>
+    <version>12.0.3</version>
     <relativePath/>
   </parent>
   <groupId>org.opendaylight.ovsdb</groupId>
index 232b2f07a4fad76c37641d8f50908ac8d604d015..7e9e071f1969bf4310498afb155d5ae26b4c78b1 100644 (file)
@@ -9,7 +9,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>12.0.2</version>
+    <version>12.0.3</version>
     <relativePath/>
   </parent>
   <modelVersion>4.0.0</modelVersion>
index b5cf800d99d4bbdf6427453aa815b43571ca2b55..50f4d236add8ee591e1d70ff8b7274adfc6016f2 100644 (file)
@@ -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-lite</artifactId>
-    <version>12.0.2</version>
+    <version>12.0.3</version>
     <relativePath/>
   </parent>
 
index fc37b70170e16e7bf7befd820cf197f4f32d01be..c0774f11ce034fdf632d92d69646889e8b597bf6 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>12.0.2</version>
+    <version>12.0.3</version>
     <relativePath/>
   </parent>
 
index c740b5355e3e0a144c1a31688468e5bc136bef03..7883ab9f92efca73fa26ffd8c56dd5c1e10ff4a4 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>feature-repo-parent</artifactId>
-        <version>12.0.2</version>
+        <version>12.0.3</version>
         <relativePath/>
     </parent>
 
index a6871ed39f35e5f1e4b98c2dc22dc3c8cdac76a2..9289192b87d9385dfa0a2c07b641acb7111f5152 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>12.0.2</version>
+        <version>12.0.3</version>
         <relativePath/>
     </parent>
 
@@ -41,7 +41,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.opendaylight.aaa</groupId>
             <artifactId>odl-aaa-cert</artifactId>
-            <version>0.17.5</version>
+            <version>0.17.6</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 11d72bb4bfa15d578ce9aea16a60ed4cd6d4a758..cc3d712cccbbf85ff7d1ae9f9633b9c1b03d5b0a 100644 (file)
@@ -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-lite</artifactId>
-    <version>12.0.2</version>
+    <version>12.0.3</version>
     <relativePath/>
   </parent>
   <groupId>org.opendaylight.ovsdb</groupId>
index a8119d4510e6d57582127ea628b5888eb5aec39c..c93c74c18a2ee9a1ce453ff5a6105d7b9752644e 100644 (file)
@@ -9,7 +9,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>12.0.2</version>
+    <version>12.0.3</version>
     <relativePath/>
   </parent>
   <modelVersion>4.0.0</modelVersion>
index 218755d1f7ca338626a32d73fc71f3471c95412e..5f39f298724f9072c6c47c14f90940e72ddac293 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>12.0.2</version>
+    <version>12.0.3</version>
     <relativePath/>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index 8c03eedd65e8a0183859f19cf7a261ed3a42c114..bb93154b2a5f67b3fcaaa063ea974285d1f04008 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>12.0.2</version>
+    <version>12.0.3</version>
     <relativePath/>
   </parent>
 
index 518cdb7097e117140e8e92e3b31b0679b26dddc3..b798fbfa532ddf8c37feee54a723169f9d187233 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>12.0.2</version>
+    <version>12.0.3</version>
     <relativePath/>
   </parent>
 
index cdf7ee58af22f2a76b02f77b2cecac934408f760..6a0edae913a8364bd242ee148ac550ea56af5000 100644 (file)
@@ -10,7 +10,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>12.0.2</version>
+    <version>12.0.3</version>
     <relativePath/>
   </parent>
 
index 2168ba6db7f027960dd01e56b0728c3e5cb42cfc..d643359144844c4c97c6defb58f8b3b1ae458dbb 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>12.0.2</version>
+    <version>12.0.3</version>
     <relativePath/>
   </parent>
 
index 3f029f70e0d94e0df2324ad8da80011de4220d30..5e3c0d41491bf78c392e31a0d4b6a37643c63d71 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>feature-repo-parent</artifactId>
-        <version>12.0.2</version>
+        <version>12.0.3</version>
         <relativePath/>
     </parent>
 
index 11d5296329cffd0098b61b7bb1d25075c1827c30..37324cb02cdf04691dee46ef2ff048349cd36b41 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>12.0.2</version>
+        <version>12.0.3</version>
         <relativePath/>
     </parent>
 
@@ -29,7 +29,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>11.0.6</version>
+                <version>11.0.7</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 47d2a4a4599dd5364194f30ee478720100eea86e..228e5d901e61e92834cfe9efee2dd9c7b5dd7148 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>12.0.2</version>
+        <version>12.0.3</version>
         <relativePath/>
     </parent>
 
@@ -36,7 +36,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-restconf</artifactId>
-            <version>5.0.2</version>
+            <version>5.0.3</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 6f7c18de9f8ddc160e5edd8086e9cad53e2380a9..bde063781257ab7f373219deac4ac28535e96c78 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>12.0.2</version>
+        <version>12.0.3</version>
         <relativePath/>
     </parent>
 
@@ -36,7 +36,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-mdsal-apidocs</artifactId>
-            <version>5.0.2</version>
+            <version>5.0.3</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 5f55559eb1ea98afb900cc878db30436f29bc1ae..a8f82f20155c74d17f4e1f61fe6e9b25cedcbcc1 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>12.0.2</version>
+        <version>12.0.3</version>
         <relativePath/>
     </parent>
 
@@ -30,7 +30,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <dependency>
                 <groupId>org.opendaylight.infrautils</groupId>
                 <artifactId>infrautils-artifacts</artifactId>
-                <version>5.0.2</version>
+                <version>5.0.3</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 91f5d936162b6280a89f9dac86521a71b575579c..95934f56bbc67a248d4f73546357b44366330fd6 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>12.0.2</version>
+        <version>12.0.3</version>
         <relativePath/>
     </parent>
 
index 5d7cfa0c72766ad1087a39e66dc1d04333301a4d..981922bdfbd38bf8011bb1d65c82c64769dcb18b 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>12.0.2</version>
+        <version>12.0.3</version>
         <relativePath/>
     </parent>
 
index 7cd0eca128d4f7f1410715c9864bba8f294379f9..be5291b2311760994bce215b51dda226da1a8621 100644 (file)
@@ -9,7 +9,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>12.0.2</version>
+    <version>12.0.3</version>
     <relativePath/>
   </parent>
   <modelVersion>4.0.0</modelVersion>
index 240610affbfb8633aa5c44968a2b109fcacac295..04dbf296b67f543a2272d36ecc60d6f0807fb32a 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>12.0.2</version>
+        <version>12.0.3</version>
         <relativePath/>
     </parent>
 
@@ -29,7 +29,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>controller-artifacts</artifactId>
-                <version>7.0.3</version>
+                <version>7.0.4</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index f70667e71246347c9e833db08a1619389f0e033b..6b3e44529b36c68ee518cd5e2778aa888fb37ef7 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>12.0.2</version>
+    <version>12.0.3</version>
     <relativePath/>
   </parent>