aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2022-04-21 11:19:00 +0100
committerVasyl Razinkov <vasyl.razinkov@est.tech>2022-04-21 10:41:25 +0000
commitb477b1ad8bc7ea0e7022ce510d9b6f5047c71724 (patch)
tree471e79b51971306a566690fb33230c216f8f19dd
parent974bbeb1ca432885c1569ec71c1b5060d5c1c519 (diff)
Step version to 1.7.0-SNAPSHOT
Change-Id: I5c423b4547057a05b5ac3947cd81ece7eb8310a6 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3977
-rw-r--r--jtosca/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--sdc-tosca/pom.xml2
-rw-r--r--version.properties4
4 files changed, 5 insertions, 5 deletions
diff --git a/jtosca/pom.xml b/jtosca/pom.xml
index 0aeffd4..041b8bb 100644
--- a/jtosca/pom.xml
+++ b/jtosca/pom.xml
@@ -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
--- 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>
diff --git a/sdc-tosca/pom.xml b/sdc-tosca/pom.xml
index 4ce2910..8bd4018 100644
--- a/sdc-tosca/pom.xml
+++ b/sdc-tosca/pom.xml
@@ -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>
diff --git a/version.properties b/version.properties
index cf0968b..ffe55dc 100644
--- a/version.properties
+++ b/version.properties
@@ -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}