Prep for next temporal rel 82/131882/1
authormpriyank <priyank.maheshwari@est.tech>
Thu, 27 Oct 2022 10:23:18 +0000 (11:23 +0100)
committermpriyank <priyank.maheshwari@est.tech>
Thu, 27 Oct 2022 10:23:22 +0000 (11:23 +0100)
- 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 <priyank.maheshwari@est.tech>
docs/content/release-notes.rst
pom.xml
version.properties

index 7b72bc7..04c3ea5 100644 (file)
@@ -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 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
 
     <groupId>org.onap.cps</groupId>
     <artifactId>cps-temporal</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.2-SNAPSHOT</version>
     <name>cps-temporal</name>
     <description>CPS Temporal Service</description>
 
index b21de3d..5543f1f 100644 (file)
@@ -22,7 +22,7 @@
 
 major=1
 minor=2
-patch=1
+patch=2
 
 base_version=${major}.${minor}.${patch}