Bump MRI upstreams 67/102467/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 23 Sep 2022 15:25:20 +0000 (17:25 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 23 Sep 2022 15:25:20 +0000 (17:25 +0200)
Adopt the following versions:
- mdsal-10.0.2
- controller-6.0.2
- aaa-0.16.3
- netconf-4.0.2
- bgpcep-0.18.2

Change-Id: I7a6ac54d33733eade6007925c56adf88c395e16a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
20 files changed:
api/pom.xml
common/pom.xml
dmaap-client/pom.xml
features/odl-transportpce-swagger/pom.xml
features/odl-transportpce/pom.xml
inventory/pom.xml
nbinotifications/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
renderer/pom.xml
servicehandler/pom.xml
tapi/pom.xml
tapimodels/pom.xml
test-common/pom.xml

index 41e2805738bf83783249d6f60e7f3db83b2228bd..0a023ab0589783f380cd6ca4530519a7669af435 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>10.0.1</version>
+    <version>10.0.2</version>
     <relativePath/>
   </parent>
 
index 64a61d0d87720bf09077f3a884a690371e5e9600..8f8e708a2dce629923bd08692c2d438c7fcb5f38 100644 (file)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>10.0.1</version>
+    <version>10.0.2</version>
     <relativePath/>
   </parent>
 
@@ -24,7 +24,7 @@
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>4.0.1</version>
+        <version>4.0.2</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index cb3a12ef30db204bfdec806a02dc785f53f0e623..29dc03f3b51e5d86ebbb45fe46abb1e38fb799b6 100644 (file)
@@ -9,7 +9,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>10.0.1</version>
+    <version>10.0.2</version>
     <relativePath/>
   </parent>
 
index 592ab06f60720b4dd896b9a13d1229946e5c6662..c3f8f20444c7e58300e179392bffcaef96a3d528 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>4.0.1</netconf.version>
+    <netconf.version>4.0.2</netconf.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
 
index 9e21107bdc43f5b090a273c0ccfb428208467c43..3ee7cdce77e9ee9a7f3a816c6737ee2b19e547e6 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>4.0.1</netconf.version>
+    <netconf.version>4.0.2</netconf.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
 
index 69314b17f4db4b353ca3059166254803c77ba75a..e65fc2b9d898960617ad09471639f29c0933ed77 100644 (file)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>10.0.1</version>
+    <version>10.0.2</version>
     <relativePath/>
   </parent>
 
index d6647c9043c6e75273cb4a1a1c16ddbc0f6ac3e4..20eafb2e8673823db6243af542712e2e5f6d3e92 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>10.0.1</version>
+    <version>10.0.2</version>
     <relativePath/>
   </parent>
 
index 1f8f00d5394492f250c4ff1ffcd3a00391936f00..a226bf86173be78e8f85e2dda9d48bef2607353c 100644 (file)
@@ -34,14 +34,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>10.0.1</version>
+        <version>10.0.2</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>4.0.1</version>
+        <version>4.0.2</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 10bfde6f8c83e438e0bb800461850676516ca878..09439f77bc78eb3a7c9b8edb5e5f34085f98ba1a 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>10.0.1</version>
+    <version>10.0.2</version>
     <relativePath/>
   </parent>
 
index bc091c0a42e38a9cc17c0204fead6fb9adc07ea0..352e2a7e80c7025c0cf81ddb56a9d2bbb86feda4 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>10.0.1</version>
+    <version>10.0.2</version>
     <relativePath/>
   </parent>
 
index 1bd590b146c1852513e791b31f0ab27538b07dad..8a385da4bf541584f1a4c347b9e79430a706d840 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>10.0.1</version>
+    <version>10.0.2</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>4.0.1</version>
+        <version>4.0.2</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 819bc38491d1752bce7c59de871fc50682243bbf..7763b08ba95a007be3f4e4b11fabd6c5d525d10f 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>10.0.1</version>
+    <version>10.0.2</version>
     <relativePath/>
   </parent>
 
index 135db93586f2cfb4a27b968ef93d52ecb64d3bb1..8dd4e832ff2d12adb88e603946c84d600d499adb 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>10.0.1</version>
+    <version>10.0.2</version>
     <relativePath/>
   </parent>
 
index 5e4d4c6aec4895a22864d109f475e4c2194d1a9b..e78cd424c3628fe39bc2966307dc54b2681befd5 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>10.0.1</version>
+    <version>10.0.2</version>
     <relativePath/>
   </parent>
 
index 63419124869e847da17eb129b9192d492fab90a1..2e6cff3c7a144d7318c8161f481919a66c09792a 100644 (file)
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>10.0.1</version>
+    <version>10.0.2</version>
     <relativePath/>
   </parent>
 
index 50169a07421708b5c541cd0443d503b9fafef49d..a88940f050bee8d8595a9dda7e153eee51c79922 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>10.0.1</version>
+    <version>10.0.2</version>
     <relativePath/>
   </parent>
 
index a4390f427c162091ec26ca9c3ca328f4b50bce0b..ca897bda9c6241f0567ec63e1c946a7432941481 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>10.0.1</version>
+    <version>10.0.2</version>
     <relativePath/>
   </parent>
 
index a65d9fa676fcac68525f2fa8e088d9c16833e143..e8924b3654f38bb589645f265ed1785053e56f80 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>10.0.1</version>
+    <version>10.0.2</version>
     <relativePath/>
   </parent>
 
@@ -29,7 +29,7 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>4.0.1</version>
+        <version>4.0.2</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 2332db230379527058205c4a349590b06e358ff7..b65351cb5fa4b59e86de276d3d298876b1965231 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>10.0.1</version>
+    <version>10.0.2</version>
     <relativePath/>
   </parent>
 
index aa9ff06abee4511a1500bceefdb44e67f0f8686c..1e7991ea94edb963960228e68bf28a37ee2d25ad 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>10.0.1</version>
+    <version>10.0.2</version>
     <relativePath/>
   </parent>
 
@@ -26,7 +26,7 @@
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>4.0.1</version>
+        <version>4.0.2</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>