summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2021-12-22 15:07:27 +0000
committerGerrit Code Review <gerrit@onap.org>2021-12-22 15:07:27 +0000
commit45cffe7e830cccaf1a0d53431636ce121ce8d2c7 (patch)
tree457cf48aab21735907825eade8cdebeb084e7af5
parent63e8de0e01fad3a5dd862de46f68b884f4a79158 (diff)
parentb246b8f822ea7de09a3a00719819e72d58a08674 (diff)
Merge "Updating snapshot version in pom and version.properties" into istanbul
-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 9b258623..9a6f61a3 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.2-SNAPSHOT</version>
+ <version>1.0.3-SNAPSHOT</version>
<name>ncmp-dmi-plugin</name>
<description>DMI Plugin Service</description>
<properties>
diff --git a/version.properties b/version.properties
index ca5faa01..f9ba1cec 100644
--- a/version.properties
+++ b/version.properties
@@ -22,7 +22,7 @@
major=1
minor=0
-patch=2
+patch=3
base_version=${major}.${minor}.${patch}