Fix version mis-bump 79/103079/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 4 Nov 2022 12:50:37 +0000 (13:50 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 4 Nov 2022 12:51:06 +0000 (13:51 +0100)
We have failed to update model versions, fix that up.

Change-Id: Ie5894174fa2322cb663a14a10a98f50a2ff94897
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
artifacts/pom.xml
features/odl-mdsal-exp-yanglib-api/pom.xml
features/odl-mdsal-exp-yanglib-rfc8525/pom.xml
model/ietf/ietf-topology/pom.xml
model/l2-types/pom.xml
model/yang-ext/pom.xml
yanglib/mdsal-yanglib-api/pom.xml
yanglib/mdsal-yanglib-rfc8525/pom.xml

index 0ac3463ebf32890b13754f6b8023d0951c67a5d5..cbb62f5435352f2e0b0c7d183b0e4d81b1deb69e 100644 (file)
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>yang-ext</artifactId>
-                <version>2013.09.07.22.3-SNAPSHOT</version>
+                <version>2013.09.07.23.0-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-yanglib-api</artifactId>
-                <version>0.15.3-SNAPSHOT</version>
+                <version>0.16.0-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-yanglib-rfc8525</artifactId>
-                <version>0.15.3-SNAPSHOT</version>
+                <version>0.16.0-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>odl-mdsal-exp-yanglib-api</artifactId>
-                <version>0.15.3-SNAPSHOT</version>
+                <version>0.16.0-SNAPSHOT</version>
                 <classifier>features</classifier>
                 <type>xml</type>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>odl-mdsal-exp-yanglib-rfc8525</artifactId>
-                <version>0.15.3-SNAPSHOT</version>
+                <version>0.16.0-SNAPSHOT</version>
                 <classifier>features</classifier>
                 <type>xml</type>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>opendaylight-l2-types</artifactId>
-                <version>2013.08.27.22.3-SNAPSHOT</version>
+                <version>2013.08.27.23.0-SNAPSHOT</version>
             </dependency>
 
             <!-- RFC6991 -->
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>ietf-topology</artifactId>
-                <version>2013.10.21.22.3-SNAPSHOT</version>
+                <version>2013.10.21.23.0-SNAPSHOT</version>
             </dependency>
 
             <!-- Features -->
index 4b1ac08497be9c1ff84ae4724edc9252f753c9fb..035e3a74441e24e2b85bbfb4fd7970047fef2756 100644 (file)
@@ -16,7 +16,7 @@
     </parent>
 
     <artifactId>odl-mdsal-exp-yanglib-api</artifactId>
-    <version>0.15.3-SNAPSHOT</version>
+    <version>0.16.0-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: MD-SAL :: YANG (Module) Library API</name>
     <description>MD-SAL YANG (Module) Library APIs</description>
index e37b84b337ff10b62bbe9fbfcaf7a3d9b6254ac2..7fca4827e81fd0d40d9f2fdb9bc26ce55d8562f5 100644 (file)
@@ -16,7 +16,7 @@
     </parent>
 
     <artifactId>odl-mdsal-exp-yanglib-rfc8525</artifactId>
-    <version>0.15.3-SNAPSHOT</version>
+    <version>0.16.0-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: MD-SAL :: RFC8525 YANG Library</name>
     <description>MD-SAL YANG Library (RFC8525)</description>
index 1e47b83100cf3c9592f70f40ec8e7e96a0d34c4b..5264c4f4bfb5734e51c8ae1e740a20aacb7141f3 100644 (file)
@@ -18,7 +18,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal.model</groupId>
     <artifactId>ietf-topology</artifactId>
-    <version>2013.10.21.22.3-SNAPSHOT</version>
+    <version>2013.10.21.23.0-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
index 4ff1a5ad0c4c1599bae6aed166b9764b37eabf7e..8922d7c262bb93ecc9bc63e8acb18579b92f776d 100644 (file)
@@ -19,6 +19,6 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal.model</groupId>
     <artifactId>opendaylight-l2-types</artifactId>
-    <version>2013.08.27.22.3-SNAPSHOT</version>
+    <version>2013.08.27.23.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 </project>
index a8aa816327a4622b975669ec51b557bc2db05303..87a154d0147c00619152a2f5fe6c038e07731926 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal.model</groupId>
     <artifactId>yang-ext</artifactId>
-    <version>2013.09.07.22.3-SNAPSHOT</version>
+    <version>2013.09.07.23.0-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
index 07612e98f3239af556078d833988374693325f71..258165d0d0f3b334daa7c8fa51dc82472b493df2 100644 (file)
@@ -18,7 +18,7 @@
     </parent>
 
     <artifactId>mdsal-yanglib-api</artifactId>
-    <version>0.15.3-SNAPSHOT</version>
+    <version>0.16.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 08ed98edcb66521a098f3b44d2035bf8558497e8..9d9ebacda15e093386bfeb57dbb9eea44767ab47 100644 (file)
@@ -18,7 +18,7 @@
     </parent>
 
     <artifactId>mdsal-yanglib-rfc8525</artifactId>
-    <version>0.15.3-SNAPSHOT</version>
+    <version>0.16.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>