aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorputhuparambil.aditya <aditya.puthuparambil@bell.ca>2022-01-07 10:00:05 +0000
committerputhuparambil.aditya <aditya.puthuparambil@bell.ca>2022-01-07 16:53:16 +0000
commit65b39ed683e9fa158b06facea8a8fd4d5ee062f5 (patch)
tree93c453dea76a5e7019c2d73923680598d96c0dc8
parent6ebe8d19e2cbfa785308d130fe4aec978e57ef76 (diff)
cps-temporal bumping version to 1.0.2
Issue-ID: CPS-841 Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Change-Id: I4a00835af0c6d9d3850b12f535563ac4937977ea
-rwxr-xr-xpom.xml2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 7aa42cc..f0418eb 100755
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
<groupId>org.onap.cps</groupId>
<artifactId>cps-temporal</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.2-SNAPSHOT</version>
<name>cps-temporal</name>
<description>CPS Temporal Service</description>
diff --git a/version.properties b/version.properties
index 974ea94..bbe30b8 100644
--- a/version.properties
+++ b/version.properties
@@ -21,7 +21,7 @@
major=1
minor=0
-patch=1
+patch=2
base_version=${major}.${minor}.${patch}