aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOfir Sonsino <os0695@intl.att.com>2019-09-06 11:48:15 +0300
committerOfir Sonsino <os0695@intl.att.com>2019-09-06 11:48:15 +0300
commit9b9124d146f1de836c9644548f6ec0516740cae3 (patch)
tree37925b2063ff333c61e96487f6a9f3ea77bde1e8
parente19def08fa82176057e23ee54f0fb5130a619354 (diff)
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 <os0695@intl.att.com>
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
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 @@
<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>
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}