From d0db8a6ecaf37e98e8fa6adf8ad66d8a037c1893 Mon Sep 17 00:00:00 2001 From: "puthuparambil.aditya" Date: Fri, 7 Jan 2022 16:45:02 +0000 Subject: dmi-plugin bumping version to 1.0.4-SNAPSHOT Issue-ID: CPS-841 Signed-off-by: puthuparambil.aditya Change-Id: Ie57754a53a5d5de504eaa96d8849873d14c8aa62 --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index fb329f80..13b5cd8f 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ org.onap.cps ncmp-dmi-plugin - 1.0.3-SNAPSHOT + 1.0.4-SNAPSHOT ncmp-dmi-plugin DMI Plugin Service diff --git a/version.properties b/version.properties index f9ba1cec..1c57461b 100644 --- a/version.properties +++ b/version.properties @@ -22,7 +22,7 @@ major=1 minor=0 -patch=3 +patch=4 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg