summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/release-notes.rst28
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
3 files changed, 28 insertions, 4 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index aefd074d..502e2c6a 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -18,7 +18,7 @@ DMI-Plugin Release Notes
.. * * * KOHN * * *
.. ====================
-Version: 1.2.2 (not yet released)
+Version: 1.2.3 (not yet released)
=================================
Release Data
@@ -28,13 +28,37 @@ Release Data
| **CPS Project** | DMI-Plugin |
| | |
+--------------------------------------+--------------------------------------------------------+
+| **Docker images** | onap/ncmp-dmi-plugin:1.2.3 |
+| | |
++--------------------------------------+--------------------------------------------------------+
+| **Release designation** | 1.2.3 Kohn |
+| | |
++--------------------------------------+--------------------------------------------------------+
+| **Release date** | (not yet released) |
+| | |
++--------------------------------------+--------------------------------------------------------+
+
+Bug Fixes
+---------
+ - None
+
+Version: 1.2.2
+==============
+
+Release Data
+------------
+
++--------------------------------------+--------------------------------------------------------+
+| **CPS Project** | DMI-Plugin |
+| | |
++--------------------------------------+--------------------------------------------------------+
| **Docker images** | onap/ncmp-dmi-plugin:1.2.2 |
| | |
+--------------------------------------+--------------------------------------------------------+
| **Release designation** | 1.2.2 Kohn |
| | |
+--------------------------------------+--------------------------------------------------------+
-| **Release date** | (not yet released) |
+| **Release date** | 2022 October 26 |
| | |
+--------------------------------------+--------------------------------------------------------+
diff --git a/pom.xml b/pom.xml
index ef216d36..4fd391c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
</organization>
<groupId>org.onap.cps</groupId>
<artifactId>ncmp-dmi-plugin</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.3-SNAPSHOT</version>
<name>ncmp-dmi-plugin</name>
<description>DMI Plugin Service</description>
<properties>
diff --git a/version.properties b/version.properties
index d8a1c3ac..c1992d71 100644
--- a/version.properties
+++ b/version.properties
@@ -22,7 +22,7 @@
major=1
minor=2
-patch=2
+patch=3
base_version=${major}.${minor}.${patch}