aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOfir Sonsino <os0695@intl.att.com>2019-10-28 11:56:20 +0200
committerOfir Sonsino <os0695@intl.att.com>2019-10-28 11:56:20 +0200
commit7f26b650a3a058327cd6ced31ccd4d4b5b3f053f (patch)
treedf8600892773de2f646a7157aef305da526a75a6
parent9ea78f2e3ac764a0a313b356764283277bcf7023 (diff)
Bump to 1.6.5
Change-Id: I7106b63cfb06613c37ed354e89dd2d25e6f40300 Issue-ID: SDC-2586 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 9f06be8..0fa843e 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.3-SNAPSHOT</version>
+ <version>1.6.5-SNAPSHOT</version>
<packaging>jar</packaging>
<parent>
diff --git a/version.properties b/version.properties
index 7b8aab4..beaf19b 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major=1
minor=6
-patch=3
+patch=5
base_version=${major}.${minor}.${patch}