From 751bc06e76fd1fac2b5aa48c81b18bb20c52795e Mon Sep 17 00:00:00 2001 From: Jeremie Bresson Date: Tue, 26 Nov 2019 07:10:37 +0100 Subject: [PATCH] [jaxrs-spec][quarkus] update to 1.0.0.FINAL --- .../quarkus/Dockerfile.native.mustache | 2 +- .../spec/libraries/quarkus/pom.mustache | 21 +++++++++++-------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/modules/openapi-generator/src/main/resources/JavaJaxRS/spec/libraries/quarkus/Dockerfile.native.mustache b/modules/openapi-generator/src/main/resources/JavaJaxRS/spec/libraries/quarkus/Dockerfile.native.mustache index 17f7a60973a8..b1821fac4c59 100644 --- a/modules/openapi-generator/src/main/resources/JavaJaxRS/spec/libraries/quarkus/Dockerfile.native.mustache +++ b/modules/openapi-generator/src/main/resources/JavaJaxRS/spec/libraries/quarkus/Dockerfile.native.mustache @@ -3,7 +3,7 @@ # # Before building the docker image run: # -# mvn package -Pnative -Dnative-image.docker-build=true +# mvn package -Pnative -Dquarkus.native.container-build=true # # Then, build the image with: # diff --git a/modules/openapi-generator/src/main/resources/JavaJaxRS/spec/libraries/quarkus/pom.mustache b/modules/openapi-generator/src/main/resources/JavaJaxRS/spec/libraries/quarkus/pom.mustache index 4ea71205974f..5b6e6b454254 100644 --- a/modules/openapi-generator/src/main/resources/JavaJaxRS/spec/libraries/quarkus/pom.mustache +++ b/modules/openapi-generator/src/main/resources/JavaJaxRS/spec/libraries/quarkus/pom.mustache @@ -7,21 +7,24 @@ {{artifactId}} {{artifactVersion}} - UTF-8 - 2.22.0 - true - 0.27.0 3.8.1 + true 1.8 - UTF-8 1.8 + UTF-8 + UTF-8 + 1.0.0.Final + quarkus-universe-bom + io.quarkus + 1.0.0.Final + 2.22.1 - io.quarkus - quarkus-bom - ${quarkus.version} + ${quarkus.platform.group-id} + ${quarkus.platform.artifact-id} + ${quarkus.platform.version} pom import @@ -71,7 +74,7 @@ io.quarkus quarkus-maven-plugin - ${quarkus.version} + ${quarkus-plugin.version}