From 39e05157943bf7a6010ab5265cf36f55e8669ce4 Mon Sep 17 00:00:00 2001 From: Bogumil Zebek Date: Thu, 16 Apr 2020 14:28:21 +0200 Subject: [PATCH] Set a new version Configure project to next release Issue-ID: AAF-1083 Signed-off-by: Zebek Bogumil Change-Id: Ie4f00fef951c90ee314cd767581101dc3a6bb9bd --- certService/pom.xml | 4 ++-- .../org/onap/aaf/certservice/api/configuration/OpenApiConfig.java | 2 +- certServiceClient/pom.xml | 4 ++-- docs/sections/release-notes.rst | 2 +- pom.xml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/certService/pom.xml b/certService/pom.xml index 87888f12..2d1ca72a 100644 --- a/certService/pom.xml +++ b/certService/pom.xml @@ -18,10 +18,10 @@ org.onap.aaf.certservice aaf-certservice - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT aaf-certservice-api - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT aaf-certservice-api AAF Certification Service Api jar diff --git a/certService/src/main/java/org/onap/aaf/certservice/api/configuration/OpenApiConfig.java b/certService/src/main/java/org/onap/aaf/certservice/api/configuration/OpenApiConfig.java index 503b2818..f946598a 100644 --- a/certService/src/main/java/org/onap/aaf/certservice/api/configuration/OpenApiConfig.java +++ b/certService/src/main/java/org/onap/aaf/certservice/api/configuration/OpenApiConfig.java @@ -37,7 +37,7 @@ public class OpenApiConfig { new Info() .title("CertService Documentation") .description("Certification service API documentation") - .version("1.0.0") + .version("1.0.1") ); } diff --git a/certServiceClient/pom.xml b/certServiceClient/pom.xml index 0b3b1478..75a5a333 100644 --- a/certServiceClient/pom.xml +++ b/certServiceClient/pom.xml @@ -5,12 +5,12 @@ aaf-certservice org.onap.aaf.certservice - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT 4.0.0 aaf-certservice-client - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT aaf-certservice-client AAF Certification Service Api Client jar diff --git a/docs/sections/release-notes.rst b/docs/sections/release-notes.rst index bd00ac74..599225a9 100644 --- a/docs/sections/release-notes.rst +++ b/docs/sections/release-notes.rst @@ -9,7 +9,7 @@ Release Notes Version: 1.0.0 -------------- -:Release Date: 2020-03-25 +:Release Date: 2020-04-16 **New Features** diff --git a/pom.xml b/pom.xml index 8698a281..f797ef5b 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.onap.aaf.certservice aaf-certservice - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT aaf-certservice AAF Certification Service pom -- 2.16.6