From 7f26b650a3a058327cd6ced31ccd4d4b5b3f053f Mon Sep 17 00:00:00 2001 From: Ofir Sonsino Date: Mon, 28 Oct 2019 11:56:20 +0200 Subject: Bump to 1.6.5 Change-Id: I7106b63cfb06613c37ed354e89dd2d25e6f40300 Issue-ID: SDC-2586 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 9f06be8..0fa843e 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.3-SNAPSHOT + 1.6.5-SNAPSHOT jar 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} -- cgit 1.2.3-korg