From 9b9124d146f1de836c9644548f6ec0516740cae3 Mon Sep 17 00:00:00 2001 From: Ofir Sonsino Date: Fri, 6 Sep 2019 11:48:15 +0300 Subject: bump version to 1.6.2 need to bump again due to issue with releasing 1.6.1 Change-Id: I5880a44f7f83c74dbe777a9f13b34b5a5551f75b Issue-ID: SDC-2504 Signed-off-by: Ofir Sonsino --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a661522..36f333c 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ sdc-tosca sdc-sdc-tosca SDC Tosca Parser JAR file for use by consumers - 1.6.1-SNAPSHOT + 1.6.2-SNAPSHOT jar diff --git a/version.properties b/version.properties index 0f0fb2b..07c5885 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major=1 minor=6 -patch=0 +patch=2 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg