diff options
author | seanbeirne <sean.beirne@est.tech> | 2024-05-14 15:39:35 +0100 |
---|---|---|
committer | seanbeirne <sean.beirne@est.tech> | 2024-05-14 16:23:55 +0100 |
commit | 2a83a1ea0fc341225829915078308fca2a39d646 (patch) | |
tree | 900b071cc24d1ba8a49bb65254b5adfb89e4dbac | |
parent | 3d61b4768845821064aeb7227e6058cc1d372d0e (diff) |
Increase version for DMI Release
Issue-ID: CPS-2224
Change-Id: I83f885fbc5aa060fbf48ef3cb27cb2ef69ffbb95
Signed-off-by: seanbeirne <sean.beirne@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, 27 insertions, 4 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 209c9897..75ece03f 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -19,6 +19,29 @@ DMI-Plugin Release Notes .. * * * NEW DELHI * * * .. ========================= +Version: 1.5.1 +============== + +Release Data +------------ + ++--------------------------------------+--------------------------------------------------------+ +| **CPS Project** | DMI-Plugin | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Docker images** | onap/ncmp-dmi-plugin:1.5.1 | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release designation** | 1.5.1 New Delhi | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release date** | (not yet released) | +| | | ++--------------------------------------+--------------------------------------------------------+ + +Features +-------- + Version: 1.5.0 ============== @@ -32,10 +55,10 @@ Release Data | **Docker images** | onap/ncmp-dmi-plugin:1.5.0 | | | | +--------------------------------------+--------------------------------------------------------+ -| **Release designation** | 1.5.0 Montreal | +| **Release designation** | 1.5.0 New Delhi | | | | +--------------------------------------+--------------------------------------------------------+ -| **Release date** | 2024 April 3 | +| **Release date** | 2024 May 14 | | | | +--------------------------------------+--------------------------------------------------------+ @@ -34,7 +34,7 @@ </organization> <groupId>org.onap.cps</groupId> <artifactId>ncmp-dmi-plugin</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> <name>ncmp-dmi-plugin</name> <description>DMI Plugin Service</description> <properties> diff --git a/version.properties b/version.properties index c2dd6f95..dd03141f 100644 --- a/version.properties +++ b/version.properties @@ -22,7 +22,7 @@ major=1 minor=5 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |