Release smo/teiv 0.2.0
authorjenkins <jenkins@o-ran-sc.org>
Wed, 2 Jul 2025 09:47:58 +0000 (09:47 +0000)
committerjenkins <jenkins@o-ran-sc.org>
Wed, 2 Jul 2025 09:47:58 +0000 (09:47 +0000)
adapters/ncmp-to-teiv-adapter/pom.xml
adapters/pom.xml
pgsql-schema-generator/pom.xml
pom.xml
teiv/pom.xml
yang-parser/parser-example/pom.xml
yang-parser/pom.xml
yang-parser/yang-parser-jar/pom.xml

index c37b512..40c758f 100644 (file)
     <parent>
         <groupId>org.oran.smo</groupId>
         <artifactId>adapters</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
     <artifactId>ncmp-to-teiv-adapter</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>0.0.1</version>
     <packaging>jar</packaging>
 
     <licenses>
index 5497a35..5ba816b 100644 (file)
     <parent>
         <groupId>org.oran.smo</groupId>
         <artifactId>topology-exposure-inventory</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
 
     <artifactId>adapters</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.0</version>
     <packaging>pom</packaging>
 
     <licenses>
index eaa2b32..c47e04e 100644 (file)
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.oran.smo</groupId>
         <artifactId>topology-exposure-inventory</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
 
 
diff --git a/pom.xml b/pom.xml
index 90eed1d..152daac 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
     </parent>
     <groupId>org.oran.smo</groupId>
     <artifactId>topology-exposure-inventory</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.0</version>
     <packaging>pom</packaging>
 
     <licenses>
@@ -55,7 +55,7 @@
         <maven.compiler.release>17</maven.compiler.release>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <!-- Versions of co-located functions to use -->
-        <version.yang-parser-jar>1.2.0-SNAPSHOT</version.yang-parser-jar> <!--use current master snapshot version -->
+        <version.yang-parser-jar>1.2.0</version.yang-parser-jar> <!--use current master snapshot version -->
         <!-- 3PP Versions -->
         <version.jackson-databind-nullable>0.2.6</version.jackson-databind-nullable>
         <version.lombok>1.18.26</version.lombok>
index 00b0c5f..4666972 100644 (file)
     <parent>
         <groupId>org.oran.smo</groupId>
         <artifactId>topology-exposure-inventory</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
     <groupId>org.oran.smo.teiv</groupId>
     <artifactId>topology-exposure-inventory-jar</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.0</version>
     <packaging>jar</packaging>
 
     <properties>
index 6e7c241..62f79cb 100644 (file)
     <parent>
         <groupId>org.oran.smo</groupId>
         <artifactId>yang-parser</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
 
     <groupId>org.oran.smo.yangtools.parser.simple.example</groupId>
     <artifactId>parser-example</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>0.0.1</version>
     <name>yang-parser-example</name>
 
     <licenses>
index 357deda..71058f8 100644 (file)
     <parent>
         <groupId>org.oran.smo</groupId>
         <artifactId>topology-exposure-inventory</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
 
     <groupId>org.oran.smo</groupId>
     <artifactId>yang-parser</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.0</version>
     <packaging>pom</packaging>
 
     <licenses>
index 578f555..fae4874 100644 (file)
     <parent>
         <groupId>org.oran.smo</groupId>
         <artifactId>yang-parser</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
 
     <groupId>org.oran.smo.yangtools.parser</groupId>
     <artifactId>yang-parser-jar</artifactId>
     <name>Yang Parser</name>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0</version>
     <packaging>jar</packaging>
 
     <properties>