From 06d205ff738f6be11c639401c88c40601736168d Mon Sep 17 00:00:00 2001 From: kjaniak Date: Thu, 18 Jun 2020 08:28:20 +0200 Subject: Top up of certServiceClient version Version switched to 1.1.0. Issue-ID: AAF-1152 Change-Id: I15e930d92ac18a1dcc9a479d7c2b59392616262b Signed-off-by: kjaniak --- certServiceClient/pom.xml | 4 ++-- certServiceClient/version.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'certServiceClient') diff --git a/certServiceClient/pom.xml b/certServiceClient/pom.xml index e4d02a71..d2e5cb28 100644 --- a/certServiceClient/pom.xml +++ b/certServiceClient/pom.xml @@ -5,12 +5,12 @@ aaf-certservice org.onap.aaf.certservice - 1.0.2-SNAPSHOT + 1.1.0-SNAPSHOT 4.0.0 aaf-certservice-client - 1.0.2-SNAPSHOT + 1.1.0-SNAPSHOT aaf-certservice-client AAF Certification Service Api Client jar diff --git a/certServiceClient/version.properties b/certServiceClient/version.properties index c13587b4..7b8b963a 100644 --- a/certServiceClient/version.properties +++ b/certServiceClient/version.properties @@ -1,6 +1,6 @@ major=1 -minor=0 -patch=2 +minor=1 +patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg