bump version to 1.6.2 12/95112/1
authorOfir Sonsino <os0695@intl.att.com>
Fri, 6 Sep 2019 08:48:15 +0000 (11:48 +0300)
committerOfir Sonsino <os0695@intl.att.com>
Fri, 6 Sep 2019 08:48:15 +0000 (11:48 +0300)
need to bump again due to issue with releasing 1.6.1

Change-Id: I5880a44f7f83c74dbe777a9f13b34b5a5551f75b
Issue-ID: SDC-2504
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index a661522..36f333c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
        <artifactId>sdc-tosca</artifactId>
        <name>sdc-sdc-tosca</name>
        <description>SDC Tosca Parser JAR file for use by consumers</description>
-       <version>1.6.1-SNAPSHOT</version>
+       <version>1.6.2-SNAPSHOT</version>
        <packaging>jar</packaging>
 
        <parent>
index 0f0fb2b..07c5885 100644 (file)
@@ -5,7 +5,7 @@
 
 major=1
 minor=6
-patch=0
+patch=2
 
 base_version=${major}.${minor}.${patch}