Bump upstream K dependencies 32/107932/2
authorGilles Thouenon <gilles.thouenon@orange.com>
Wed, 20 Sep 2023 18:53:03 +0000 (20:53 +0200)
committerGilles Thouenon <gilles.thouenon@orange.com>
Thu, 21 Sep 2023 13:36:22 +0000 (13:36 +0000)
Adopt:
- yangtools-11.0.2
- mdsal-12.0.2
- netconf-6.0.4

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

16 files changed:
api/pom.xml
common/pom.xml
dmaap-client/pom.xml
features/odl-transportpce-inventory/pom.xml
features/odl-transportpce-swagger/pom.xml
features/odl-transportpce-tapi/pom.xml
features/odl-transportpce/pom.xml
inventory/pom.xml
nbinotifications/pom.xml
networkmodel/pom.xml
olm/pom.xml
pce/pom.xml
renderer/pom.xml
servicehandler/pom.xml
tapi/pom.xml
test-common/pom.xml

index 43a42173b50957b3650240168f7cbb0eafe82036..a3af64ad8227a6c8e21f34dbd2cd3b74cc22c729 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>12.0.1</version>
+    <version>12.0.2</version>
     <relativePath/>
   </parent>
 
index 61042130cc3e267964e3765518ade82554397459..c1f3184e2fb743d6f458f36a689e078ad8cb962c 100644 (file)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>12.0.1</version>
+    <version>12.0.2</version>
     <relativePath/>
   </parent>
 
@@ -35,7 +35,7 @@
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>6.0.3</version>
+        <version>6.0.4</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 97e77e09167ff1ca433bd424b97a03fc1caafe7c..82617107b8d44842338d26d89f2175b119611300 100644 (file)
@@ -9,7 +9,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>12.0.1</version>
+    <version>12.0.2</version>
     <relativePath/>
   </parent>
 
index 16a183e77f877672397274ecb32b0ba9ea5a8cd0..cb8e62622a1d111c86c45972cf9642c39e891442 100644 (file)
@@ -20,8 +20,8 @@
   <name>OpenDaylight :: transportpce :: Inventory</name>
 
   <properties>
-    <mdsal.version>12.0.1</mdsal.version>
-    <netconf.version>6.0.3</netconf.version>
+    <mdsal.version>12.0.2</mdsal.version>
+    <netconf.version>6.0.4</netconf.version>
     <transportpce.models.version>19.0.0-SNAPSHOT</transportpce.models.version>
     <transportpce.db.host>localhost:3306</transportpce.db.host>
     <transportpce.db.database>transportpce</transportpce.db.database>
index a1d5e42b55541529060ca77d9552a19b5fc26ae4..e8ff95e6d5e943d94e99b8a1dcffd10b1afad239 100644 (file)
@@ -23,7 +23,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <name>OpenDaylight :: transportpce :: swagger</name>
 
   <properties>
-    <netconf.version>6.0.3</netconf.version>
+    <netconf.version>6.0.4</netconf.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
     <skip.karaf.featureTest>false</skip.karaf.featureTest>
   </properties>
index 4ee72f51a58418e1aa984f051542714dc69adaab..7a325a4994247c37fd4fdc5b6bdcb7679b82958e 100644 (file)
@@ -23,8 +23,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <name>OpenDaylight :: transportpce :: tapi</name>
 
   <properties>
-    <mdsal.version>12.0.1</mdsal.version>
-    <netconf.version>6.0.3</netconf.version>
+    <mdsal.version>12.0.2</mdsal.version>
+    <netconf.version>6.0.4</netconf.version>
     <transportpce.models.version>19.0.0-SNAPSHOT</transportpce.models.version>
     <skip.karaf.featureTest>false</skip.karaf.featureTest>
   </properties>
@@ -41,7 +41,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <dependency>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>12.0.1</version>
+        <version>12.0.2</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index a143dfbba5cffe71d9e9dede2e5daba08e66115e..84d937a78a7f4680493ed80a89db5670a4b37ebf 100644 (file)
@@ -23,7 +23,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <name>OpenDaylight :: transportpce</name>
 
   <properties>
-    <netconf.version>6.0.3</netconf.version>
+    <netconf.version>6.0.4</netconf.version>
     <transportpce.models.version>19.0.0-SNAPSHOT</transportpce.models.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
     <skip.karaf.featureTest>false</skip.karaf.featureTest>
index 319ffac3700b3097e26c8c3453e21a99686234ed..61343be9514c18039eb39e3411c3ca3ace3bf4cc 100644 (file)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>12.0.1</version>
+    <version>12.0.2</version>
     <relativePath/>
   </parent>
 
@@ -35,7 +35,7 @@
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>6.0.3</version>
+        <version>6.0.4</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index fb1de3b7f7293eaf1fdbbb555c93fffc65a9fd68..3683f383d4ba4f740a1a1b95775ba28824bd59a8 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>12.0.1</version>
+    <version>12.0.2</version>
     <relativePath/>
   </parent>
 
index 324fdaa986babc4eb52f7b2d4c0c4b60621c18ba..3980dfee3a9f4cf737e4890e6eb8a0bc145f8402 100644 (file)
@@ -38,21 +38,21 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>11.0.1</version>
+        <version>11.0.2</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
       <dependency>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>12.0.1</version>
+        <version>12.0.2</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>6.0.3</version>
+        <version>6.0.4</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index ac7394939ff4b211f996be71bfa2d89e7239da08..83ddf8eac9889e8820fa5b1f5cef64e50613e9f6 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>12.0.1</version>
+    <version>12.0.2</version>
     <relativePath/>
   </parent>
 
index e60347b9e30c73e78456593d258682e2ec3235eb..d1e02d147cb4e45b7887ab6374c8542eccf0ea0a 100644 (file)
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>12.0.1</version>
+    <version>12.0.2</version>
     <relativePath/>
   </parent>
 
@@ -39,7 +39,7 @@
       <dependency>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>12.0.1</version>
+        <version>12.0.2</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 9b604a40e0837abe5f6fd76ef8aec8d3f57c1b95..1b1138c5a88869f9ec59cb7376c030940be87973 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>12.0.1</version>
+    <version>12.0.2</version>
     <relativePath/>
   </parent>
 
index 188e9ef8731d00f261007b3e04725fc87bd76ef6..777ddee1f14a1e421480f7b6df4fe91c11a52345 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>12.0.1</version>
+    <version>12.0.2</version>
     <relativePath/>
   </parent>
 
index 058f7c3c1d8d57d6a01ba866a907da76b0e0ab6b..d15e0a89f5f94b4c726b02f34b628c337ce5d125 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>12.0.1</version>
+    <version>12.0.2</version>
     <relativePath/>
   </parent>
 
@@ -40,7 +40,7 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>6.0.3</version>
+        <version>6.0.4</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 050f7498d27e02f97c279de4cff4c6c44bffc1df..315cca84cbcdb8197e8c440f547a77516586c057 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>12.0.1</version>
+    <version>12.0.2</version>
     <relativePath/>
   </parent>
 
@@ -37,7 +37,7 @@
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>6.0.3</version>
+        <version>6.0.4</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>