From c3faa49849665b4e84c058e9ac1bf12c280299ba Mon Sep 17 00:00:00 2001 From: ml636r Date: Fri, 11 May 2018 17:49:40 +0300 Subject: update version apdate master version to 1.4.0 in pom and version properties Change-Id: Ia020661a8ddc0c5a31250a6756e4f90a014d88d8 Issue-ID: SDC-1370 Signed-off-by: Michael Lando --- pom.xml | 2 +- version.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 44003e7..b51e68b 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.3.5-SNAPSHOT + 1.4.0-SNAPSHOT jar diff --git a/version.properties b/version.properties index a24b0ee..d709d86 100644 --- a/version.properties +++ b/version.properties @@ -4,8 +4,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=3 -patch=5 +minor=4 +patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg