From e9c644b5f37d7fe7362710332da827becf840479 Mon Sep 17 00:00:00 2001 From: sebdet Date: Wed, 5 Jun 2019 18:46:10 +0200 Subject: [PATCH] Bump up clamp Bump up clamp version to let Dublin update the previous 4.0 Issue-ID: CLAMP-407 Change-Id: I27a5fdbf86f692f7e24589f5d4febd6eaa7ea58d Signed-off-by: sebdet --- pom.xml | 2 +- version.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index d9c7dcc7..ea4888b6 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ 4.0.0 org.onap.clamp clds - 4.0.4-SNAPSHOT + 4.1.0-SNAPSHOT clamp diff --git a/version.properties b/version.properties index ab43bfd3..b4b80529 100644 --- a/version.properties +++ b/version.properties @@ -26,8 +26,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=4 -minor=0 -patch=4 +minor=1 +patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6