From 718f5b1ab6d4338b6128671d558034eddfd139d8 Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Sat, 26 May 2018 19:58:32 +0300 Subject: [PATCH] update version in master update pom anf version.properties to 1.4.0 Change-Id: Ia745033ce141c6c1866ab78f94232a0f9767fae5 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 5a2d1be..db09499 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.onap.sdc.jtosca jtosca - 1.3.5-SNAPSHOT + 1.4.0-SNAPSHOT sdc-jtosca 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} -- 2.16.6