summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorputhuparambil.aditya <aditya.puthuparambil@bell.ca>2022-01-07 16:45:02 +0000
committerputhuparambil.aditya <aditya.puthuparambil@bell.ca>2022-01-07 16:45:02 +0000
commitd0db8a6ecaf37e98e8fa6adf8ad66d8a037c1893 (patch)
tree01c79a5aa2a468eceed87d5fcba0834d4ee7c8d0
parent1d474d6d3d97a303d8acc01923f86b5c375a718f (diff)
dmi-plugin bumping version to 1.0.4-SNAPSHOT
Issue-ID: CPS-841 Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Change-Id: Ie57754a53a5d5de504eaa96d8849873d14c8aa62
-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 fb329f80..13b5cd8f 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.3-SNAPSHOT</version>
+ <version>1.0.4-SNAPSHOT</version>
<name>ncmp-dmi-plugin</name>
<description>DMI Plugin Service</description>
<properties>
diff --git a/version.properties b/version.properties
index f9ba1cec..1c57461b 100644
--- a/version.properties
+++ b/version.properties
@@ -22,7 +22,7 @@
major=1
minor=0
-patch=3
+patch=4
base_version=${major}.${minor}.${patch}