diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2021-12-22 15:07:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-12-22 15:07:27 +0000 |
commit | 45cffe7e830cccaf1a0d53431636ce121ce8d2c7 (patch) | |
tree | 457cf48aab21735907825eade8cdebeb084e7af5 | |
parent | 63e8de0e01fad3a5dd862de46f68b884f4a79158 (diff) | |
parent | b246b8f822ea7de09a3a00719819e72d58a08674 (diff) |
Merge "Updating snapshot version in pom and version.properties" into istanbul
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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} |