From a279cd787769a8faa6fedfbd6c099c0425d6d25d Mon Sep 17 00:00:00 2001 From: sebdet Date: Mon, 21 Sep 2020 16:21:00 +0200 Subject: [PATCH] Update clamp version to 5.1.1 Prepare for new release 5.1.1 Guilin Issue-ID: CLAMP-943 Signed-off-by: sebdet Change-Id: Ia3e6cde0e653531386f80e0173d35d48ddec4b18 --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 93b59edd..7a771d7f 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 4.0.0 org.onap.clamp clds - 5.1.0-SNAPSHOT + 5.1.1-SNAPSHOT clamp diff --git a/version.properties b/version.properties index c7f4c98f..f00cc817 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=5 minor=1 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6