Prep for next Temporal release 50/131150/3
authormpriyank <priyank.maheshwari@est.tech>
Fri, 23 Sep 2022 13:36:46 +0000 (14:36 +0100)
committermpriyank <priyank.maheshwari@est.tech>
Mon, 26 Sep 2022 10:35:12 +0000 (11:35 +0100)
- Bumped temporal version from 1.2.0-SNAPSHOT to 1.2.1-SNAPSHOT

Issue-ID: CPS-1296
Change-Id: I2dc1f1f9e35cc8e330878bede900458633096d01
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 18ddfe8..2df1203 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
 <!--
   ============LICENSE_START=======================================================
   Copyright (c) 2021-2022 Bell Canada
-  Modifications Copyright (C) 2021 Nordix Foundation.
+  Modifications Copyright (C) 2021-2022 Nordix Foundation.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
@@ -33,7 +33,7 @@
 
     <groupId>org.onap.cps</groupId>
     <artifactId>cps-temporal</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.1-SNAPSHOT</version>
     <name>cps-temporal</name>
     <description>CPS Temporal Service</description>
 
index df5632b..b21de3d 100644 (file)
@@ -1,5 +1,6 @@
 # ============LICENSE_START=======================================================
 # Copyright (C) 2021 Bell Canada.
+# Modifications Copyright (C) 2022 Nordix Foundation.
 # ================================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -21,7 +22,7 @@
 
 major=1
 minor=2
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}