From 0cd216d717aa82938ad2ef1cf8562a0fe0fe8e0b Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Sat, 26 May 2018 19:51:34 +0300 Subject: update master version update pom and version properties in master to 1.4.0-snapshot Issue-ID: SDC-1370 Change-Id: Iaa13add5aa3ce2cf0ac9f74566f17abc96348579 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 bf81779..92a9e2c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.onap.sdc.sdc-docker-base sdc-docker-base pom - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT sdc-sdc-docker-base diff --git a/version.properties b/version.properties index a61846b..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=1 +minor=4 +patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg