Bump to 1.6.5 31/97631/1
authorOfir Sonsino <os0695@intl.att.com>
Mon, 28 Oct 2019 09:56:20 +0000 (11:56 +0200)
committerOfir Sonsino <os0695@intl.att.com>
Mon, 28 Oct 2019 09:56:20 +0000 (11:56 +0200)
Change-Id: I7106b63cfb06613c37ed354e89dd2d25e6f40300
Issue-ID: SDC-2586
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 9f06be8..0fa843e 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.3-SNAPSHOT</version>
+       <version>1.6.5-SNAPSHOT</version>
        <packaging>jar</packaging>
 
        <parent>
index 7b8aab4..beaf19b 100644 (file)
@@ -5,7 +5,7 @@
 
 major=1
 minor=6
-patch=3
+patch=5
 
 base_version=${major}.${minor}.${patch}