From 8fa05d9caafd471230739c36e119e0d9112975d9 Mon Sep 17 00:00:00 2001 From: osgn422w Date: Tue, 3 Mar 2020 17:37:34 +0100 Subject: ES as non-root ElasticSearch docker started as non-root Issue-ID: CLAMP-668 Change-Id: I56fabda73fb56173071363a6481a0e703ef5b18a Signed-off-by: osgn422w --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8acc337..b143947 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 4.0.0 org.onap.clamp clds - 5.0.2-SNAPSHOT + 5.0.3-SNAPSHOT clamp-dashboard diff --git a/version.properties b/version.properties index e744678..03559c7 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=5 minor=0 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg