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--releases/1.6.0-container.yaml9
-rw-r--r--releases/1.6.0.yaml4
-rw-r--r--version.properties2
9 files changed, 43 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 27464c80..2f78889c 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/releases/1.6.0-container.yaml b/releases/1.6.0-container.yaml
new file mode 100644
index 00000000..717a6512
--- /dev/null
+++ b/releases/1.6.0-container.yaml
@@ -0,0 +1,9 @@
+distribution_type: container
+container_release_tag: 1.6.0
+project: cps/ncmp-dmi-plugin
+log_dir: cps-ncmp-dmi-plugin-maven-docker-stage-master/702/
+ref: 3f72be5887883eb0a06f52a4f6dce395ac1b1eba
+tag_release: true
+containers:
+ - name: 'ncmp-dmi-plugin'
+ version: '1.6.0-20241129T163710Z'
diff --git a/releases/1.6.0.yaml b/releases/1.6.0.yaml
new file mode 100644
index 00000000..fd609c33
--- /dev/null
+++ b/releases/1.6.0.yaml
@@ -0,0 +1,4 @@
+distribution_type: maven
+log_dir: cps-ncmp-dmi-plugin-maven-stage-master/702/
+project: cps/ncmp-dmi-plugin
+version: 1.6.0 \ No newline at end of file
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}