Updating snapshot version in pom and version.properties 66/126366/1
authorniamhcore <niamh.core@est.tech>
Wed, 22 Dec 2021 10:21:53 +0000 (10:21 +0000)
committerniamhcore <niamh.core@est.tech>
Wed, 22 Dec 2021 10:21:53 +0000 (10:21 +0000)
Issue-ID: CPS-820
Signed-off-by: niamhcore <niamh.core@est.tech>
Change-Id: I97fda19c08728a88167d74ad3b5dce4372af7c06

pom.xml
version.properties

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