From 3c6ab2322d81d98a26e697cecdb5c4d6da548e81 Mon Sep 17 00:00:00 2001 From: mpriyank Date: Fri, 7 Apr 2023 10:20:37 +0100 Subject: [CPS] Bump minor version - Step12 - bump minor version of ncmp-dmi-plugin from 1.3.0-SNAPSHOT to 1.4.0-SNAPSHOT in the master branch Issue-ID: CPS-1610 Change-Id: I9238d58841b3c5f0133087fa4df5ff717284f197 Signed-off-by: mpriyank --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e6c8c66b..cb3947f8 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ org.onap.cps ncmp-dmi-plugin - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT ncmp-dmi-plugin DMI Plugin Service diff --git a/version.properties b/version.properties index 1eac9fdd..443a26fa 100644 --- a/version.properties +++ b/version.properties @@ -21,7 +21,7 @@ # because they are used in Jenkins, whose plug-in doesn't support this major=1 -minor=3 +minor=4 patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg