Bump DMI to 1.6.0-SNAPSHOT 03/137903/1
authormpriyank <priyank.maheshwari@est.tech>
Wed, 15 May 2024 09:48:17 +0000 (10:48 +0100)
committermpriyank <priyank.maheshwari@est.tech>
Wed, 15 May 2024 09:48:22 +0000 (10:48 +0100)
- bump dmi to 1.6.0-SNAPSHOT version

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

diff --git a/pom.xml b/pom.xml
index cebd4a8..df55eb1 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.5.1-SNAPSHOT</version>
+    <version>1.6.0-SNAPSHOT</version>
     <name>ncmp-dmi-plugin</name>
     <description>DMI Plugin Service</description>
     <properties>
index dd03141..1833e74 100644 (file)
@@ -21,8 +21,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support this
 
 major=1
-minor=5
-patch=1
+minor=6
+patch=0
 
 base_version=${major}.${minor}.${patch}