Roll versions after J-Release 03/13003/3
authorJohnKeeney <john.keeney@est.tech>
Mon, 24 Jun 2024 10:40:51 +0000 (11:40 +0100)
committerJohnKeeney <john.keeney@est.tech>
Mon, 24 Jun 2024 13:20:58 +0000 (14:20 +0100)
Issue-ID: SMO-153
Change-Id: Ib8cb50ac8785d352792fdc1463830e10cbfb5a7e
Signed-off-by: JohnKeeney <john.keeney@est.tech>
pgsql-schema-generator/pom.xml
pom.xml
teiv/pom.xml
yang-parser/pom.xml

index e4da0b4..4dfd924 100644 (file)
     <parent>
         <groupId>org.oran.smo</groupId>
         <artifactId>topology-exposure-inventory</artifactId>
-        <version>0.0.1-SNAPSHOT</version>
+        <version>0.1.0-SNAPSHOT</version>
     </parent>
 
 
     <groupId>org.oran.smo.teiv.pgsqlgenerator</groupId>
     <artifactId>pgsql-schema-generator</artifactId>
-    <version>1.0.0</version>
+    <version>1.1.0</version>
     <packaging>jar</packaging>
 
     <properties>
diff --git a/pom.xml b/pom.xml
index 8dc1f49..9c6cdcd 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.0.1-SNAPSHOT</version>
+    <version>0.1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <licenses>
@@ -53,6 +53,8 @@
         <!-- Set compiler Java version, MUST match the Dockerfile JDK version -->
         <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.1.0-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>
@@ -83,8 +85,6 @@
         <version.contract-documentation-generator-mvn-plugin>1.0.1</version.contract-documentation-generator-mvn-plugin>
         <version.asciidoctor-maven-plugin>2.2.1</version.asciidoctor-maven-plugin>
         <version.spring-cloud-starter-contract-verifier>3.0.2</version.spring-cloud-starter-contract-verifier>
-        <version.yang-parser-jar>1.0.0-SNAPSHOT</version.yang-parser-jar>
-        <version.yang-validator-jar>1.0.0-SNAPSHOT</version.yang-validator-jar>
         <version.reactor-test>3.2.3.RELEASE</version.reactor-test>
         <!-- Updated from 3.0 to comply with CVE-2023-20861, CVE-2022-22971 & 17
             more -->
index cac4fad..4eed6f4 100644 (file)
     <parent>
         <groupId>org.oran.smo</groupId>
         <artifactId>topology-exposure-inventory</artifactId>
-        <version>0.0.1-SNAPSHOT</version>
+        <version>0.1.0-SNAPSHOT</version>
     </parent>
     <groupId>org.oran.smo.teiv</groupId>
     <artifactId>topology-exposure-inventory-jar</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>0.1.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>
index 72a5ff8..165322d 100644 (file)
     <parent>
         <groupId>org.oran.smo</groupId>
         <artifactId>topology-exposure-inventory</artifactId>
-        <version>0.0.1-SNAPSHOT</version>
+        <version>0.1.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.oran.smo.yangtools.parser</groupId>
     <artifactId>yang-parser-jar</artifactId>
     <name>Yang Parser</name>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>