summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormpriyank <priyank.maheshwari@est.tech>2022-09-23 12:59:38 +0100
committermpriyank <priyank.maheshwari@est.tech>2022-09-24 11:09:25 +0100
commitb1332ae7859118f0f546f24fb779e6c68607926e (patch)
tree59b02e4779529952752f90bf06ea794c2e909fec
parent7a8c68d4112fac2bd7ed1b9d33544f917357a06e (diff)
Prep for next DMI release
- 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>
-rw-r--r--pom.xml4
-rw-r--r--version.properties2
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index b8602426..5a0c92fe 100644
--- 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>
@@ -105,7 +105,7 @@
<dependency>
<groupId>org.onap.cps</groupId>
<artifactId>cps-ncmp-events</artifactId>
- <version>3.1.0</version>
+ <version>${cps.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/version.properties b/version.properties
index da112656..348a93fb 100644
--- a/version.properties
+++ b/version.properties
@@ -22,7 +22,7 @@
major=1
minor=2
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}