TEIV: Roll versions after L-Release 35/14635/2
authorJohnKeeney <john.keeney@est.tech>
Wed, 2 Jul 2025 14:44:13 +0000 (15:44 +0100)
committerJohn Keeney <John.Keeney@est.tech>
Wed, 2 Jul 2025 15:31:32 +0000 (15:31 +0000)
Issue-ID: SMO-190
Change-Id: Iaf90389c66649e50e46d5083dac348d846fea3c3
Signed-off-by: JohnKeeney <john.keeney@est.tech>
adapters/ncmp-to-teiv-adapter/pom.xml
adapters/pom.xml
charts/smo/topology-exposure-inventory/values.yaml
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..9da2360 100644 (file)
@@ -2,7 +2,7 @@
 <!-- spotless:off -->
 <!--
   ============LICENSE_START=======================================================
-  Modifications Copyright (C) 2025 OpenInfra Foundation Europe
+  Copyright (C) 2025 OpenInfra Foundation Europe
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
     <parent>
         <groupId>org.oran.smo</groupId>
         <artifactId>adapters</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.3.0-SNAPSHOT</version>
     </parent>
     <artifactId>ncmp-to-teiv-adapter</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>0.0.2-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <licenses>
index 5497a35..4cbd9e5 100644 (file)
@@ -2,7 +2,7 @@
 <!-- spotless:off -->
 <!--
   ============LICENSE_START=======================================================
-  Modifications Copyright (C) 2025 OpenInfra Foundation Europe
+  Copyright (C) 2024-2025 OpenInfra Foundation Europe
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
     <parent>
         <groupId>org.oran.smo</groupId>
         <artifactId>topology-exposure-inventory</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.3.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>adapters</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.3.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <licenses>
index 22cb6c8..41e6d40 100644 (file)
@@ -1,5 +1,5 @@
 #  ============LICENSE_START===============================================
-#  Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved.
+#  Copyright (C) 2024-2025 OpenInfra Foundation Europe. All rights reserved.
 #  ========================================================================
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
@@ -113,7 +113,7 @@ application: &applicationConfig
   info.app.description: Topology Exposure and Inventory Service
   info.app.version: '@version@'
   info.app.legal: 'Copyright (C) 2024 Ericsson
-  Modifications Copyright (C) 2024 OpenInfra Foundation Europe
+  Modifications Copyright (C) 2024-2025 OpenInfra Foundation Europe
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
@@ -182,7 +182,7 @@ topology-exposure:
   image:
     registry: "nexus3.o-ran-sc.org:10003"
     name: o-ran-sc/smo-teiv-exposure
-    tag: 0.2.0-SNAPSHOT
+    tag: 0.3.0-SNAPSHOT
   service:
     type: ClusterIP
     ports:
@@ -209,7 +209,7 @@ topology-ingestion:
   image:
     registry: "nexus3.o-ran-sc.org:10003"
     name: o-ran-sc/smo-teiv-ingestion
-    tag: 0.2.0-SNAPSHOT
+    tag: 0.3.0-SNAPSHOT
   service:
     type: ClusterIP
     ports:
index eaa2b32..a2b5481 100644 (file)
@@ -3,7 +3,7 @@
 <!--
   ============LICENSE_START=======================================================
   Copyright (C) 2024 Ericsson
-  Modifications Copyright (C) 2024 OpenInfra Foundation Europe
+  Modifications Copyright (C) 2024-2025 OpenInfra Foundation Europe
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
     <parent>
         <groupId>org.oran.smo</groupId>
         <artifactId>topology-exposure-inventory</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.3.0-SNAPSHOT</version>
     </parent>
 
 
     <groupId>org.oran.smo.teiv.pgsqlgenerator</groupId>
     <artifactId>pgsql-schema-generator</artifactId>
-    <version>1.2.0</version>
+    <version>1.2.1</version>
     <packaging>jar</packaging>
 
     <properties>
diff --git a/pom.xml b/pom.xml
index 90eed1d..d431833 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.3.0-SNAPSHOT</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.1-SNAPSHOT</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..47c979d 100644 (file)
@@ -3,7 +3,7 @@
 <!--
   ============LICENSE_START=======================================================
   Copyright (C) 2024 Ericsson
-  Modifications Copyright (C) 2024 OpenInfra Foundation Europe
+  Modifications Copyright (C) 2024-2025 OpenInfra Foundation Europe
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
     <parent>
         <groupId>org.oran.smo</groupId>
         <artifactId>topology-exposure-inventory</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.3.0-SNAPSHOT</version>
     </parent>
     <groupId>org.oran.smo.teiv</groupId>
     <artifactId>topology-exposure-inventory-jar</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.3.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>
                             <executable>java</executable>
                             <arguments>
                                 <argument>-jar</argument>
-                                <argument>${project.parent.basedir}/pgsql-schema-generator/target/pgsql-schema-generator-1.2.0.jar</argument>
+                                <argument>${project.parent.basedir}/pgsql-schema-generator/target/pgsql-schema-generator-1.2.1.jar</argument>
                                 <argument>--yang-model.external.source=${project.basedir}/src/main/resources/models</argument>
                                 <argument>--schema.data.output=src/test/resources/pgsqlschema/00_init-oran-smo-teiv-data.sql</argument>
                                 <argument>--schema.model.output=src/test/resources/pgsqlschema/01_init-oran-smo-teiv-model.sql</argument>
index 6e7c241..10aef38 100644 (file)
@@ -3,7 +3,7 @@
 <!--
   ============LICENSE_START=======================================================
   Copyright (C) 2024 Ericsson
-  Modifications Copyright (C) 2024 OpenInfra Foundation Europe
+  Modifications Copyright (C) 2024-2025 OpenInfra Foundation Europe
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
     <parent>
         <groupId>org.oran.smo</groupId>
         <artifactId>yang-parser</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.3.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.oran.smo.yangtools.parser.simple.example</groupId>
     <artifactId>parser-example</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>0.0.2-SNAPSHOT</version>
     <name>yang-parser-example</name>
 
     <licenses>
index 357deda..96b0c96 100644 (file)
@@ -3,7 +3,7 @@
 <!--
   ============LICENSE_START=======================================================
   Copyright (C) 2024 Ericsson
-  Modifications Copyright (C) 2024 OpenInfra Foundation Europe
+  Modifications Copyright (C) 2024-2025 OpenInfra Foundation Europe
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
     <parent>
         <groupId>org.oran.smo</groupId>
         <artifactId>topology-exposure-inventory</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.3.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.oran.smo</groupId>
     <artifactId>yang-parser</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.3.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <licenses>
index 578f555..a1043c9 100644 (file)
@@ -3,7 +3,7 @@
 <!--
   ============LICENSE_START=======================================================
   Copyright (C) 2024 Ericsson
-  Modifications Copyright (C) 2024 OpenInfra Foundation Europe
+  Modifications Copyright (C) 2024-2025 OpenInfra Foundation Europe
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
     <parent>
         <groupId>org.oran.smo</groupId>
         <artifactId>yang-parser</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.3.0-SNAPSHOT</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.1-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>