Step up version to 1.8.0-SNAPSHOT 29/133729/3
authorvasraz <vasyl.razinkov@est.tech>
Wed, 22 Mar 2023 12:03:47 +0000 (12:03 +0000)
committerVasyl Razinkov <vasyl.razinkov@est.tech>
Wed, 22 Mar 2023 14:23:19 +0000 (14:23 +0000)
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: If8b02ef7638be39ba85fde6270755a50d2796f6b
Issue-ID: SDC-4443

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

index 1242668..e4f84a7 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.onap.sdc.sdc-tosca</groupId>
         <artifactId>sdc-tosca-jtosca</artifactId>
-        <version>1.7.0-SNAPSHOT</version>
+        <version>1.8.0-SNAPSHOT</version>
     </parent>
 
     <dependencies>
diff --git a/pom.xml b/pom.xml
index a567e7a..19b9968 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.7.0-SNAPSHOT</version>
+    <version>1.8.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <parent>
index 1c71e3a..32b6626 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.onap.sdc.sdc-tosca</groupId>
         <artifactId>sdc-tosca-jtosca</artifactId>
-        <version>1.7.0-SNAPSHOT</version>
+        <version>1.8.0-SNAPSHOT</version>
     </parent>
 
     <properties>
index ffe55dc..5627d16 100644 (file)
@@ -4,7 +4,7 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=7
+minor=8
 patch=0
 
 base_version=${major}.${minor}.${patch}