Bump mdsal to release 65/106765/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 30 Jun 2023 07:12:06 +0000 (09:12 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 30 Jun 2023 07:12:06 +0000 (09:12 +0200)
Use proper mdsal-12.0.0 release.

Change-Id: I0b377692c5ea48ccbdd45ecc64d6f0542999dbb4
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
bundle-parent/pom.xml
docs/pom.xml
opendaylight/blueprint/pom.xml
opendaylight/md-sal/mdsal-it-base/pom.xml
opendaylight/md-sal/parent/pom.xml

index de0e1f76f51f7346e0c579239bf3b31563b49025..27f0951d629b74ea415b625a80d4a0fa68c2c483 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>dom-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath/>
     </parent>
 
index 9ac813a7a55f81583ead3386cfffa80f4882cc0e..e3bc4efea0cdfdb0cad95401bb7756d7d0a7a7d4 100644 (file)
 
                         <link>https://www.javadoc.io/doc/org.opendaylight.odlparent/odlparent-docs/13.0.3/</link>
                         <link>https://www.javadoc.io/doc/org.opendaylight.yangtools/yangtools-docs/11.0.0/</link>
-                        <link>https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/12.0.0-SNAPSHOT/</link>
+                        <link>https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/12.0.0/</link>
                     </links>
                     <groups>
                         <group>
index 0aac2b430da104409a4aec45d5ceae222e632e91..60e1daa0ca0d3fc1118e3755e4a20ffd09b77068 100644 (file)
@@ -34,7 +34,7 @@
       <dependency>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 25be8e2cb6b693fa8dceb33516840697b1d9ccf9..763efc142435c61fc02a8f5e057b3e02102aa5f4 100644 (file)
@@ -26,7 +26,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 07528ff45e5be283b4e9c1d662f225211d1b1d31..48c4c5174c1255d18b529fa5c826210edbd50a6e 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>12.0.0</version>
     <relativePath/>
   </parent>