From: Bogumil Zebek Date: Thu, 16 Apr 2020 12:28:21 +0000 (+0200) Subject: Set a new version X-Git-Tag: 1.0.1~14 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=39e05157943bf7a6010ab5265cf36f55e8669ce4;p=oom%2Fplatform%2Fcert-service.git Set a new version Configure project to next release Issue-ID: AAF-1083 Signed-off-by: Zebek Bogumil Change-Id: Ie4f00fef951c90ee314cd767581101dc3a6bb9bd --- 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