diff options
-rw-r--r-- | docs/release-notes.rst | 25 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
3 files changed, 26 insertions, 3 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 27ae89c9..7866d5bc 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -18,6 +18,29 @@ DMI-Plugin Release Notes .. * * * KOHN * * * .. ==================== +Version: 1.4.1 +============== + +Release Data +------------ + ++--------------------------------------+--------------------------------------------------------+ +| **CPS Project** | DMI-Plugin | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Docker images** | onap/ncmp-dmi-plugin:1.4.1 | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release designation** | 1.4.1 Montreal | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release date** | (not yet released) | +| | | ++--------------------------------------+--------------------------------------------------------+ + +Features +-------- + Version: 1.4.0 ============== @@ -34,7 +57,7 @@ Release Data | **Release designation** | 1.4.0 Montreal | | | | +--------------------------------------+--------------------------------------------------------+ -| **Release date** | (not yet released) | +| **Release date** | 2023 November 7 | | | | +--------------------------------------+--------------------------------------------------------+ @@ -34,7 +34,7 @@ </organization> <groupId>org.onap.cps</groupId> <artifactId>ncmp-dmi-plugin</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> <name>ncmp-dmi-plugin</name> <description>DMI Plugin Service</description> <properties> diff --git a/version.properties b/version.properties index 443a26fa..e8b853f8 100644 --- a/version.properties +++ b/version.properties @@ -22,7 +22,7 @@ major=1 minor=4 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |