From 2a765dfded90156f8d01bbce818cb5c315a97ab3 Mon Sep 17 00:00:00 2001 From: Bruno Sakoto Date: Thu, 17 Mar 2022 16:50:36 -0400 Subject: [PATCH] Upgrade to next snapshot version Issue-ID: CPS-933 Change-Id: I90bc42078be7760aae70c7dc18152a8a779c6c2b Signed-off-by: Bruno Sakoto --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 400aa66..2f9e941 100755 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.onap.cps cps-temporal - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT cps-temporal CPS Temporal Service diff --git a/version.properties b/version.properties index b7e44af..0ffe203 100644 --- a/version.properties +++ b/version.properties @@ -21,7 +21,7 @@ major=1 minor=1 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6