diff options
author | Bogumil Zebek <bogumil.zebek@nokia.com> | 2020-04-16 14:28:21 +0200 |
---|---|---|
committer | Zebek Bogumil <bogumil.zebek@nokia.com> | 2020-04-16 14:28:21 +0200 |
commit | 39e05157943bf7a6010ab5265cf36f55e8669ce4 (patch) | |
tree | 9fae5db9a42309342d22d1b76da7aa242d6bdda8 | |
parent | 290ff7cc123aee2d1b77ab24126a4b9e27d60855 (diff) |
Set a new version
Configure project to next release
Issue-ID: AAF-1083
Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
Change-Id: Ie4f00fef951c90ee314cd767581101dc3a6bb9bd
-rw-r--r-- | certService/pom.xml | 4 | ||||
-rw-r--r-- | certService/src/main/java/org/onap/aaf/certservice/api/configuration/OpenApiConfig.java | 2 | ||||
-rw-r--r-- | certServiceClient/pom.xml | 4 | ||||
-rw-r--r-- | docs/sections/release-notes.rst | 2 | ||||
-rw-r--r-- | 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 @@ <parent> <groupId>org.onap.aaf.certservice</groupId> <artifactId>aaf-certservice</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </parent> <artifactId>aaf-certservice-api</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <name>aaf-certservice-api</name> <description>AAF Certification Service Api</description> <packaging>jar</packaging> 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 @@ <parent> <artifactId>aaf-certservice</artifactId> <groupId>org.onap.aaf.certservice</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>aaf-certservice-client</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <name>aaf-certservice-client</name> <description>AAF Certification Service Api Client</description> <packaging>jar</packaging> 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** @@ -23,7 +23,7 @@ </parent> <groupId>org.onap.aaf.certservice</groupId> <artifactId>aaf-certservice</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <name>aaf-certservice</name> <description>AAF Certification Service</description> <packaging>pom</packaging> |