From e88e801112bb513b08ee95314abd1ec1a4e8a168 Mon Sep 17 00:00:00 2001 From: Renu Kumari Date: Mon, 13 Sep 2021 13:34:15 -0400 Subject: Upgrade version to 1.0.0 - Upgraded version to 1.0.0 - changed cps version to 2.0.0 - Added dummy csit test script for review jobs Issue-ID: CPS-613 Signed-off-by: Renu Kumari Change-Id: Ie33da1dbad738ebefb035ad6a3466e0bc319725c --- pom.xml | 7 +++---- version.properties | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index fa44f35..58dc934 100755 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.onap.cps cps-temporal - 0.0.2-SNAPSHOT + 1.0.0-SNAPSHOT cps-temporal CPS Temporal Service @@ -46,8 +46,7 @@ yyyyMMdd'T'HHmmss'Z' 0.8 - - 1.1.0 + 2.0.0 1.4.2.Final @@ -136,7 +135,7 @@ org.onap.cps cps-events - 1.1.0-SNAPSHOT + ${cps.version} org.springdoc diff --git a/version.properties b/version.properties index e117b4e..8e37a76 100644 --- a/version.properties +++ b/version.properties @@ -19,9 +19,9 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support this -major=0 +major=1 minor=0 -patch=1 +patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg