From b1c4abd51ec5698ebe470588ff5b3275212f721d Mon Sep 17 00:00:00 2001 From: osgn422w Date: Wed, 19 Feb 2020 13:42:00 +0100 Subject: bump version bump version to 5.0.1 for new release Issue-ID: CLAMP-483 Change-Id: Icd5becaf1ea2046985398c8db63cd2a468a6c3e0 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 e79ca04..0df9851 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 4.0.0 org.onap.clamp clds - 5.0.0-SNAPSHOT + 5.0.1-SNAPSHOT clamp-dashboard diff --git a/version.properties b/version.properties index 47c84d6..a0e2219 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=5 minor=0 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg