diff options
-rw-r--r-- | docs/release-notes.rst | 33 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
3 files changed, 35 insertions, 2 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 6421e9f8..05edc69d 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -14,6 +14,39 @@ DMI-Plugin Release Notes .. contents:: :depth: 2 .. + +.. ====================== +.. * * * LONDON * * * +.. ====================== + +Version: 1.3.0 +============== + +Release Data +------------ + ++--------------------------------------+--------------------------------------------------------+ +| **CPS Project** | DMI-Plugin | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Docker images** | onap/ncmp-dmi-plugin:1.3.0 | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release designation** | 1.3.0 London | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release date** | 2023 April 14 | +| | | ++--------------------------------------+--------------------------------------------------------+ + +Features +-------- + - `CPS-1350 <https://jira.onap.org/browse/CPS-1350>`_ Adding basic auth to OpenAPI definitions + +Bug Fixes +--------- + - None + .. ==================== .. * * * KOHN * * * .. ==================== @@ -34,7 +34,7 @@ </organization> <groupId>org.onap.cps</groupId> <artifactId>ncmp-dmi-plugin</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.1-SNAPSHOT</version> <name>ncmp-dmi-plugin</name> <description>DMI Plugin Service</description> <properties> diff --git a/version.properties b/version.properties index 1eac9fdd..0a387bb2 100644 --- a/version.properties +++ b/version.properties @@ -22,7 +22,7 @@ major=1 minor=3 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |