Step version to 1.7.0-SNAPSHOT 66/128766/3
authorvasraz <vasyl.razinkov@est.tech>
Thu, 21 Apr 2022 10:19:00 +0000 (11:19 +0100)
committerVasyl Razinkov <vasyl.razinkov@est.tech>
Thu, 21 Apr 2022 10:41:25 +0000 (10:41 +0000)
Change-Id: I5c423b4547057a05b5ac3947cd81ece7eb8310a6
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Issue-ID: SDC-3977

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

index 0aeffd4..041b8bb 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.onap.sdc.sdc-tosca</groupId>
         <artifactId>sdc-tosca-jtosca</artifactId>
-        <version>1.6.6-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <dependencies>
diff --git a/pom.xml b/pom.xml
index 2a5bcb2..fb337db 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.6.6-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <parent>
index 4ce2910..8bd4018 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.onap.sdc.sdc-tosca</groupId>
         <artifactId>sdc-tosca-jtosca</artifactId>
-        <version>1.6.6-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <dependencies>
index cf0968b..ffe55dc 100644 (file)
@@ -4,8 +4,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=6
-patch=6
+minor=7
+patch=0
 
 base_version=${major}.${minor}.${patch}