summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylanB95EST <dylan.byrne@est.tech>2021-10-13 14:04:25 +0100
committerDylan Byrne <dylan.byrne@est.tech>2021-10-13 13:29:26 +0000
commit31230fb53daa6713136e6ee0172526852a073f54 (patch)
tree45c080de5e2cb04bdf3751dc27a906c6429773fa
parent9df9d4db56c4b71707c1b6ecc87fb9b1a827214a (diff)
Update version for DMI-Plugin, release process step 6
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>
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 2ac674c3..d3e25b6e 100644
--- 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>
diff --git a/version.properties b/version.properties
index c40575e3..ca5faa01 100644
--- a/version.properties
+++ b/version.properties
@@ -22,7 +22,7 @@
major=1
minor=0
-patch=1
+patch=2
base_version=${major}.${minor}.${patch}