From c57320d68d071a9e4d38c3132eb59e19ee65cf74 Mon Sep 17 00:00:00 2001 From: mpriyank Date: Thu, 27 Oct 2022 11:23:18 +0100 Subject: [PATCH] Prep for next temporal rel - Updated the version from 1.2.1-SNAPSHOT to 1.2.2-SNAPSHOT - updated the version.properties - Sorted the release documentation Issue-ID: CPS-1353 Change-Id: I147a007304cee1d46e523902c28ee6bbe4ce699a Signed-off-by: mpriyank --- docs/content/release-notes.rst | 22 +++++++++++++++++++++- pom.xml | 2 +- version.properties | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/docs/content/release-notes.rst b/docs/content/release-notes.rst index 7b72bc7..04c3ea5 100644 --- a/docs/content/release-notes.rst +++ b/docs/content/release-notes.rst @@ -20,6 +20,26 @@ CPS Temporal Release Notes .. * * * KOHN * * * .. ==================== +Version: 1.2.2 (not yet released) +================================= + +Release Data +------------ + ++--------------------------------------+--------------------------------------------------------+ +| **CPS Project** | Temporal | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Docker images** | onap/cps-temporal:1.2.2 | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release designation** | 1.2.2 Kohn | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release date** | (yet to release) | +| | | ++--------------------------------------+--------------------------------------------------------+ + Version: 1.2.1 ============== @@ -36,7 +56,7 @@ Release Data | **Release designation** | 1.2.1 Kohn | | | | +--------------------------------------+--------------------------------------------------------+ -| **Release date** | (yet to release) | +| **Release date** | 2022 October 27 | | | | +--------------------------------------+--------------------------------------------------------+ diff --git a/pom.xml b/pom.xml index 18f768e..1e208ef 100755 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.onap.cps cps-temporal - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT cps-temporal CPS Temporal Service diff --git a/version.properties b/version.properties index b21de3d..5543f1f 100644 --- a/version.properties +++ b/version.properties @@ -22,7 +22,7 @@ major=1 minor=2 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- 2.16.6