Bump MRI upstreams 81/97181/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 11 Aug 2021 19:29:46 +0000 (21:29 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 11 Aug 2021 19:29:46 +0000 (21:29 +0200)
Adopt following versions:
- mdsal-7.0.9
- controller-3.0.10
- aaa-0.13.5
- netconf-1.13.4

Change-Id: If21a41bd9d0f14ea3be265a5aff83aca266f7dfe
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding-parent/pom.xml
parent/pom.xml

index e50a41ffbaea29f2d843d81f25f3e14bd2c73432..a2892665a6fb1ebbb045e3bc2f3a7548968ffa11 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>7.0.8</version>
+        <version>7.0.9</version>
         <relativePath/>
     </parent>
 
index df1316f8dc1ffe3757b00007e36a0b85dddc6929..08e37e9a9592305ec4bd07c069a1e6db9e3dfadb 100644 (file)
@@ -43,7 +43,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>controller-artifacts</artifactId>
-                <version>3.0.9</version>
+                <version>3.0.10</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
@@ -59,7 +59,7 @@
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>7.0.8</version>
+                <version>7.0.9</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
@@ -67,7 +67,7 @@
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
                 <artifactId>netconf-artifacts</artifactId>
-                <version>1.13.3</version>
+                <version>1.13.4</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>