From 36738baf503887fafef18388a33f68240a0de012 Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Sat, 4 Aug 2018 20:35:43 +0300 Subject: progress version Change-Id: I68720bf7100500386e4a55705af39d0384ad9c5c Issue-ID: SDC-1595 Signed-off-by: Michael Lando --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6744af9..1b561be 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.4.1-SNAPSHOT + 1.4.2-SNAPSHOT jar diff --git a/version.properties b/version.properties index a169fce..0d94dfd 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major=1 minor=4 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg