summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormpriyank <priyank.maheshwari@est.tech>2024-11-29 17:16:55 +0000
committerPriyank Maheshwari <priyank.maheshwari@est.tech>2024-11-29 17:19:24 +0000
commitcd6b6d44fa4ed17edbb7b93c16f92538566ffc02 (patch)
tree81708cee96ee12828a0ca38f4e26e16801f77e3c
parent11a6176cb156b265bb4680fd2239ce13230052c2 (diff)
Bump DMI to 1.6.1-SNAPSHOT
- bumped ncmp-dmi-plugin to 1.6.1-SNAPSHOT Issue-ID: CPS-2489 Change-Id: I30eacf8d71a0a62e4592c020a1f3ceab6193b953 Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
-rw-r--r--dmi-service/pom.xml2
-rw-r--r--dmi-stub/dmi-stub-app/pom.xml2
-rw-r--r--dmi-stub/dmi-stub-service/pom.xml2
-rw-r--r--dmi-stub/pom.xml2
-rw-r--r--docs/release-notes.rst25
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
7 files changed, 30 insertions, 7 deletions
diff --git a/dmi-service/pom.xml b/dmi-service/pom.xml
index 5a4b6169..3c15e9ef 100644
--- a/dmi-service/pom.xml
+++ b/dmi-service/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.cps.ncmp-dmi-plugin</groupId>
<artifactId>ncmp-dmi-plugin</artifactId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</parent>
<artifactId>dmi-service</artifactId>
diff --git a/dmi-stub/dmi-stub-app/pom.xml b/dmi-stub/dmi-stub-app/pom.xml
index ba89f143..65ce208b 100644
--- a/dmi-stub/dmi-stub-app/pom.xml
+++ b/dmi-stub/dmi-stub-app/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.onap.cps.ncmp-dmi-plugin</groupId>
<artifactId>dmi-stub</artifactId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</parent>
<artifactId>dmi-stub-app</artifactId>
diff --git a/dmi-stub/dmi-stub-service/pom.xml b/dmi-stub/dmi-stub-service/pom.xml
index 211a0b33..4c504c41 100644
--- a/dmi-stub/dmi-stub-service/pom.xml
+++ b/dmi-stub/dmi-stub-service/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.onap.cps.ncmp-dmi-plugin</groupId>
<artifactId>dmi-stub</artifactId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</parent>
<artifactId>dmi-stub-service</artifactId>
diff --git a/dmi-stub/pom.xml b/dmi-stub/pom.xml
index e4ad6c45..cb857657 100644
--- a/dmi-stub/pom.xml
+++ b/dmi-stub/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.onap.cps.ncmp-dmi-plugin</groupId>
<artifactId>ncmp-dmi-plugin</artifactId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</parent>
<artifactId>dmi-stub</artifactId>
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index b4345c1e..a57ef798 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -19,6 +19,29 @@ DMI-Plugin Release Notes
.. * * * OSLO * * *
.. ====================
+Version: 1.6.1
+==============
+
+Release Data
+------------
+
++--------------------------------------+--------------------------------------------------------+
+| **CPS Project** | DMI-Plugin |
+| | |
++--------------------------------------+--------------------------------------------------------+
+| **Docker images** | onap/ncmp-dmi-plugin:1.6.1 |
+| | |
++--------------------------------------+--------------------------------------------------------+
+| **Release designation** | 1.6.1 Oslo |
+| | |
++--------------------------------------+--------------------------------------------------------+
+| **Release date** | (not yet released) |
+| | |
++--------------------------------------+--------------------------------------------------------+
+
+Features
+--------
+
Version: 1.6.0
==============
@@ -35,7 +58,7 @@ Release Data
| **Release designation** | 1.6.0 Oslo |
| | |
+--------------------------------------+--------------------------------------------------------+
-| **Release date** | (not yet released) |
+| **Release date** | 2024 November 29 |
| | |
+--------------------------------------+--------------------------------------------------------+
diff --git a/pom.xml b/pom.xml
index b40beb84..97b4e67f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
<groupId>org.onap.cps.ncmp-dmi-plugin</groupId>
<artifactId>ncmp-dmi-plugin</artifactId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<name>ncmp-dmi-plugin</name>
<description>DMI Plugin Service</description>
<packaging>pom</packaging>
diff --git a/version.properties b/version.properties
index 1833e74b..ba9cf534 100644
--- a/version.properties
+++ b/version.properties
@@ -22,7 +22,7 @@
major=1
minor=6
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}