From 65b39ed683e9fa158b06facea8a8fd4d5ee062f5 Mon Sep 17 00:00:00 2001 From: "puthuparambil.aditya" Date: Fri, 7 Jan 2022 10:00:05 +0000 Subject: cps-temporal bumping version to 1.0.2 Issue-ID: CPS-841 Signed-off-by: puthuparambil.aditya Change-Id: I4a00835af0c6d9d3850b12f535563ac4937977ea --- pom.xml | 2 +- version.properties | 2 +- 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 @@ org.onap.cps cps-temporal - 1.0.1-SNAPSHOT + 1.0.2-SNAPSHOT cps-temporal CPS Temporal Service 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} -- cgit 1.2.3-korg