Update cps version in temporal 29/131829/1 1.2.1
authormpriyank <priyank.maheshwari@est.tech>
Wed, 26 Oct 2022 14:56:12 +0000 (15:56 +0100)
committermpriyank <priyank.maheshwari@est.tech>
Wed, 26 Oct 2022 14:56:17 +0000 (15:56 +0100)
- update cps core version from 3.1.0 to 3.1.5
- Step-3 of the release process

Issue-ID: CPS-1353
Change-Id: Ibd92fe1b70c1a508069c4d9097140edb102f8fef
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
csit/plans/default/setup.sh
pom.xml

index 88236c9..ed48669 100755 (executable)
@@ -32,7 +32,7 @@ chmod +x docker-compose
 
 # Set environment variables for docker compose
 export CPS_TEMPORAL_DOCKER_REPO=
-export STABLE_CPS_CORE_VERSION=3.1.0
+export STABLE_CPS_CORE_VERSION=3.1.5
 # start CPS Temporal, cps-core, timescaledb, PostgresSQL and kafka containers with docker compose
 ./docker-compose up -d
 python3 --version
diff --git a/pom.xml b/pom.xml
index 2df1203..18f768e 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
         <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
         <minimum-coverage>0.8</minimum-coverage>
         <!-- Application dependencies versions -->
-        <cps.version>3.1.0</cps.version>
+        <cps.version>3.1.5</cps.version>
         <mapstruct.version>1.4.2.Final</mapstruct.version>
     </properties>