Use mdsal-8.0.0 artifacts 81/96681/3
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 25 Jun 2021 18:18:59 +0000 (20:18 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 26 Jun 2021 08:42:29 +0000 (10:42 +0200)
mdsal-8.0.0, switch to using released artifacts.

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

index 859f08b398aaedba452de5ebdbd890fda9af7685..cbb9e7c5728980e4035895a9ff007679c2f1e897 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>8.0.0-SNAPSHOT</version>
+        <version>8.0.0</version>
         <relativePath/>
     </parent>
 
index e061411aec6383b67144a298b7ff24e0caefcb04..8b592d1a21eb818719733fed06d4c812a59cd486 100644 (file)
@@ -59,7 +59,7 @@
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>8.0.0-SNAPSHOT</version>
+                <version>8.0.0</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index bf3f03dc7a1742a4730b24d4bce8ddbe8d569a44..a326e41b467da5af56c80a4cd3ac2bcca7090c4f 100644 (file)
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
-            <artifactId>mdsal-binding-generator-impl</artifactId>
+            <artifactId>mdsal-binding-generator</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>