From 13e0a5b3642e6a1b334361d3e92f2b3bb4ac84eb Mon Sep 17 00:00:00 2001 From: sebdet Date: Thu, 15 Oct 2020 13:26:04 +0200 Subject: [PATCH] Release 5.1.4 Release 5.1.4 to fix the creds login problem with aaf Issue-ID: CLAMP-956 Signed-off-by: sebdet Change-Id: I0e5149577bc0d3bdeceb072dcc4e8b1c2b860ed4 --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a2d66621..58c4de18 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 4.0.0 org.onap.clamp clds - 5.1.3-SNAPSHOT + 5.1.4-SNAPSHOT clamp diff --git a/version.properties b/version.properties index 3b4f50dd..a30fbc27 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=5 minor=1 -patch=3 +patch=4 base_version=${major}.${minor}.${patch} -- 2.16.6