summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormpriyank <priyank.maheshwari@est.tech>2024-05-15 10:48:17 +0100
committermpriyank <priyank.maheshwari@est.tech>2024-05-15 10:48:22 +0100
commit4e9a5598fcb194426ef5c8c3cfc055821a3f9ed8 (patch)
treec2a1e14e9b0fdeebbfccb4224c954f72e7da63e3
parent2a83a1ea0fc341225829915078308fca2a39d646 (diff)
Bump DMI to 1.6.0-SNAPSHOT
- bump dmi to 1.6.0-SNAPSHOT version Issue-ID: CPS-2229 Change-Id: I673f0bd60d78a96eece97cd113fcc94caabab7da Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
-rw-r--r--pom.xml2
-rw-r--r--version.properties4
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index cebd4a89..df55eb18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
</organization>
<groupId>org.onap.cps</groupId>
<artifactId>ncmp-dmi-plugin</artifactId>
- <version>1.5.1-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
<name>ncmp-dmi-plugin</name>
<description>DMI Plugin Service</description>
<properties>
diff --git a/version.properties b/version.properties
index dd03141f..1833e74b 100644
--- a/version.properties
+++ b/version.properties
@@ -21,8 +21,8 @@
# because they are used in Jenkins, whose plug-in doesn't support this
major=1
-minor=5
-patch=1
+minor=6
+patch=0
base_version=${major}.${minor}.${patch}