From b3c2a9844392bea8158c6a1634b496cd7645e00d Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Sat, 26 May 2018 20:09:34 +0300 Subject: update version update pom and version.properties to 1.4.0 Change-Id: I5b7c828f9443bb51638932080e544969d57efcae Issue-ID: SDC-1370 Signed-off-by: Michael Lando --- pom.xml | 2 +- sdc-distribution-client/pom.xml | 2 +- version.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 2996647..f9e992f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.onap.sdc.sdc-distribution-client sdc-main-distribution-client - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT pom sdc-sdc-distribution-client diff --git a/sdc-distribution-client/pom.xml b/sdc-distribution-client/pom.xml index 4833175..f2deda9 100644 --- a/sdc-distribution-client/pom.xml +++ b/sdc-distribution-client/pom.xml @@ -6,7 +6,7 @@ org.onap.sdc.sdc-distribution-client sdc-main-distribution-client - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT sdc-distribution-client diff --git a/version.properties b/version.properties index 235314e..d709d86 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=3 +minor=4 patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg