Step up version to 1.9.0-SNAPSHOT 62/136162/1
authorJvD_Ericsson <jeff.van.dam@est.tech>
Thu, 12 Oct 2023 12:11:15 +0000 (13:11 +0100)
committerJeff van Dam <jeff.van.dam@est.tech>
Thu, 12 Oct 2023 17:10:09 +0000 (17:10 +0000)
Issue-ID: SDC-4657
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: Idd1e754af111bb4ad29b92e6cb0c99e2f20ca07b

jtosca/pom.xml
pom.xml
sdc-tosca/pom.xml
version.properties

index e4f84a7..12ded15 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.onap.sdc.sdc-tosca</groupId>
         <artifactId>sdc-tosca-jtosca</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.9.0-SNAPSHOT</version>
     </parent>
 
     <dependencies>
diff --git a/pom.xml b/pom.xml
index e32f38a..d7e3946 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
     <artifactId>sdc-tosca-jtosca</artifactId>
     <name>sdc-tosca-jtosca</name>
     <description>SDC Tosca Parser JAR file for use by consumers</description>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <parent>
index 4f6544f..703e71e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.onap.sdc.sdc-tosca</groupId>
         <artifactId>sdc-tosca-jtosca</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.9.0-SNAPSHOT</version>
     </parent>
 
     <properties>
index 5627d16..74ae7c4 100644 (file)
@@ -4,7 +4,7 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=8
+minor=9
 patch=0
 
 base_version=${major}.${minor}.${patch}