diff options
author | 2019-10-28 11:56:20 +0200 | |
---|---|---|
committer | 2019-10-28 11:56:20 +0200 | |
commit | 7f26b650a3a058327cd6ced31ccd4d4b5b3f053f (patch) | |
tree | df8600892773de2f646a7157aef305da526a75a6 | |
parent | 9ea78f2e3ac764a0a313b356764283277bcf7023 (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.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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} |