Increase minor version of DMI 99/136399/1
authormpriyank <priyank.maheshwari@est.tech>
Tue, 7 Nov 2023 14:33:55 +0000 (14:33 +0000)
committermpriyank <priyank.maheshwari@est.tech>
Tue, 7 Nov 2023 14:33:59 +0000 (14:33 +0000)
- increased the minor version of DMI Plugin to 1.5.0 and now we are
  working towards 1.5.0-SNAPSHOT

Issue-ID: CPS-1944
Change-Id: I4e9c00185d9d7842669dc825947dc247bad71f04
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 19b5c07..736fe79 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
     </organization>
     <groupId>org.onap.cps</groupId>
     <artifactId>ncmp-dmi-plugin</artifactId>
-    <version>1.4.1-SNAPSHOT</version>
+    <version>1.5.0-SNAPSHOT</version>
     <name>ncmp-dmi-plugin</name>
     <description>DMI Plugin Service</description>
     <properties>
index e8b853f..c2dd6f9 100644 (file)
@@ -21,8 +21,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support this
 
 major=1
-minor=4
-patch=1
+minor=5
+patch=0
 
 base_version=${major}.${minor}.${patch}