Update version for DMI-Plugin, release process step 6 88/124888/1
authorDylanB95EST <dylan.byrne@est.tech>
Wed, 13 Oct 2021 13:04:25 +0000 (14:04 +0100)
committerDylan Byrne <dylan.byrne@est.tech>
Wed, 13 Oct 2021 13:29:26 +0000 (13:29 +0000)
Update Version for next release of DMI-Plugin from 1.0.1 to 1.0.2

Issue-ID: CPS-728
Change-Id: I03ed31f6c3df43f09d73ec35f12f430ef898d051
Signed-off-by: DylanB95EST <dylan.byrne@est.tech>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 2ac674c..d3e25b6 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.0.1-SNAPSHOT</version>
+    <version>1.0.2-SNAPSHOT</version>
     <name>ncmp-dmi-plugin</name>
     <description>DMI Plugin Service</description>
     <properties>
index c40575e..ca5faa0 100644 (file)
@@ -22,7 +22,7 @@
 
 major=1
 minor=0
-patch=1
+patch=2
 
 base_version=${major}.${minor}.${patch}