summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}