diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2022-10-05 12:26:20 +0100 |
---|---|---|
committer | mpriyank <priyank.maheshwari@est.tech> | 2022-10-05 12:26:24 +0100 |
commit | f3565595879e2187ae52d820ad9a46e7c6789f21 (patch) | |
tree | bfc12cf46ffa6aff4cdfc7275d5582ad66a2b7c0 | |
parent | 245bccedd8b654bb16d22fafce57a65861af8b69 (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.rst | 27 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
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 | | | | +--------------------------------------+--------------------------------------------------------+ @@ -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} |