Prep for next DMI release 48/131148/2
authormpriyank <priyank.maheshwari@est.tech>
Fri, 23 Sep 2022 11:59:38 +0000 (12:59 +0100)
committermpriyank <priyank.maheshwari@est.tech>
Sat, 24 Sep 2022 10:09:25 +0000 (11:09 +0100)
- Bump the DMI version from 1.2.0-SNAPSHOT to 1.2.1-SNAPSHOT

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

diff --git a/pom.xml b/pom.xml
index b860242..5a0c92f 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.2.0-SNAPSHOT</version>
+    <version>1.2.1-SNAPSHOT</version>
     <name>ncmp-dmi-plugin</name>
     <description>DMI Plugin Service</description>
     <properties>
             <dependency>
                 <groupId>org.onap.cps</groupId>
                 <artifactId>cps-ncmp-events</artifactId>
-                <version>3.1.0</version>
+                <version>${cps.version}</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
index da11265..348a93f 100644 (file)
@@ -22,7 +22,7 @@
 
 major=1
 minor=2
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}