aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormpriyank <priyank.maheshwari@est.tech>2022-09-23 14:36:46 +0100
committermpriyank <priyank.maheshwari@est.tech>2022-09-26 11:35:12 +0100
commit88fb483d74ad0cc59b21439fe342df2a6af8c515 (patch)
tree9d6db2bf3a20605d0fae740dff8d7dd76458aae8
parent7cbc97878f9e2ac11055576770dcb78697bc8e3a (diff)
Prep for next Temporal release
- 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>
-rwxr-xr-xpom.xml4
-rw-r--r--version.properties3
2 files changed, 4 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 18ddfe8..2df1203 100755
--- 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>
diff --git a/version.properties b/version.properties
index df5632b..b21de3d 100644
--- a/version.properties
+++ b/version.properties
@@ -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}