summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormpriyank <priyank.maheshwari@est.tech>2022-10-05 12:26:20 +0100
committermpriyank <priyank.maheshwari@est.tech>2022-10-05 12:26:24 +0100
commitf3565595879e2187ae52d820ad9a46e7c6789f21 (patch)
treebfc12cf46ffa6aff4cdfc7275d5582ad66a2b7c0
parent245bccedd8b654bb16d22fafce57a65861af8b69 (diff)
Bump DMI to 1.2.2-SNAPSHOT
- Bump DMI version to 1.2.2-SNAPSHOT Issue-ID: CPS-1325 Change-Id: I12fd5918f196e1f2416e0dd05aaabcda9627689c Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
-rw-r--r--docs/release-notes.rst27
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
3 files changed, 28 insertions, 3 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index 09fd704e..aefd074d 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -18,6 +18,31 @@ DMI-Plugin Release Notes
.. * * * KOHN * * *
.. ====================
+Version: 1.2.2 (not yet released)
+=================================
+
+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) |
+| | |
++--------------------------------------+--------------------------------------------------------+
+
+Bug Fixes
+---------
+ - None
+
+
Version: 1.2.1
==============
@@ -34,7 +59,7 @@ Release Data
| **Release designation** | 1.2.1 Kohn |
| | |
+--------------------------------------+--------------------------------------------------------+
-| **Release date** | (yet to release) |
+| **Release date** | 2022 October 5 |
| | |
+--------------------------------------+--------------------------------------------------------+
diff --git a/pom.xml b/pom.xml
index 943a0c9a..01c8ab31 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.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
<name>ncmp-dmi-plugin</name>
<description>DMI Plugin Service</description>
<properties>
diff --git a/version.properties b/version.properties
index 348a93fb..d8a1c3ac 100644
--- a/version.properties
+++ b/version.properties
@@ -22,7 +22,7 @@
major=1
minor=2
-patch=1
+patch=2
base_version=${major}.${minor}.${patch}