From: mpriyank Date: Fri, 14 Apr 2023 11:12:00 +0000 (+0100) Subject: Bump dmi plugin to 1.3.1-SNAPSHOT X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=3d984b9bd92b2c26582dbc8a6814070ea5e392fd;p=cps%2Fncmp-dmi-plugin.git Bump dmi plugin to 1.3.1-SNAPSHOT - bump the dmi plugin version from 1.3.0-SNAPSHOT to 1.3.1-SNAPSHOT as part of the release process Issue-ID: CPS-1623 Change-Id: I62805231eae6350dc5a6b6bfd1b894a9639074cf Signed-off-by: mpriyank --- 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 `_ Adding basic auth to OpenAPI definitions + +Bug Fixes +--------- + - None + .. ==================== .. * * * KOHN * * * .. ==================== diff --git a/pom.xml b/pom.xml index e6c8c66b..921900c0 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ org.onap.cps ncmp-dmi-plugin - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT ncmp-dmi-plugin DMI Plugin Service 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}