From f500065cc4edf1e51657d701c487cad90930c86e Mon Sep 17 00:00:00 2001 From: Tal Gitelman Date: Tue, 8 Jan 2019 17:31:28 +0200 Subject: [PATCH] New version change Change-Id: Icc6e5c4113d84f6ee9e5d7e34cbb32c079f8e67f Issue-ID: SDC-1955 Signed-off-by: Tal Gitelman --- pom.xml | 2 +- version.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index c75ce9b..7497f2d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.onap.sdc.jtosca jtosca - 1.4.10-SNAPSHOT + 1.5.0-SNAPSHOT sdc-jtosca diff --git a/version.properties b/version.properties index 3a44f58..011dc3c 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=4 -patch=10 +minor=5 +patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6