From 0855846bc0ab2dcdadc5ef7ed9588f70124ce21e Mon Sep 17 00:00:00 2001 From: Bartosz Gardziejewski Date: Tue, 10 Mar 2020 16:05:09 +0100 Subject: Add annotation for OpenAPI 3.0 documentation generation Issue-ID: AAF-997 Signed-off-by: Bartosz Gardziejewski Change-Id: I6dcbe2076d7e0095c210b1cae95309fe31ebf243 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 3eef61b1..36904e94 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ /content/repositories/staging/ /content/sites/site/org/onap/aaf/cert-service/${project.artifactId}/${project.version} 11 - http://localhost:8080/v3/api-docs + http://localhost:8080/v3/api-docs.yaml 3.15.0 @@ -94,7 +94,7 @@ ${springdoc-openapi-maven-plugin.apiDocsUrl} - api-docs.json + api-docs.yaml ${project.build.directory} -- cgit 1.2.3-korg