From 9a1586d134fb46eaee5de763a945f30074f3df26 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 2 Dec 2022 14:35:19 +0000 Subject: [PATCH] [maven-release-plugin] prepare release 1.0.0 --- deployment/pom.xml | 2 +- integration-tests/change-directory/pom.xml | 6 ++---- integration-tests/circuit-breaker/pom.xml | 6 ++---- integration-tests/exclude/pom.xml | 2 +- integration-tests/generation-input/pom.xml | 2 +- integration-tests/generation-tests/pom.xml | 2 +- integration-tests/include/pom.xml | 2 +- integration-tests/multipart-request/pom.xml | 6 ++---- integration-tests/pom.xml | 2 +- integration-tests/register-provider/pom.xml | 6 ++---- integration-tests/security/pom.xml | 6 ++---- integration-tests/simple/pom.xml | 2 +- integration-tests/skip-validation/pom.xml | 2 +- integration-tests/type-mapping/pom.xml | 6 ++---- pom.xml | 6 +++++- runtime/pom.xml | 2 +- test-utils/pom.xml | 2 +- 17 files changed, 27 insertions(+), 35 deletions(-) diff --git a/deployment/pom.xml b/deployment/pom.xml index 67ad9f22..5a62fdc9 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.openapi.generator quarkus-openapi-generator-parent - 1.0.0-SNAPSHOT + 1.0.0 quarkus-openapi-generator-deployment Quarkus - Openapi Generator - Deployment diff --git a/integration-tests/change-directory/pom.xml b/integration-tests/change-directory/pom.xml index ff749412..d2ca97e5 100644 --- a/integration-tests/change-directory/pom.xml +++ b/integration-tests/change-directory/pom.xml @@ -1,12 +1,10 @@ - + 4.0.0 quarkus-openapi-generator-integration-tests io.quarkiverse.openapi.generator - 1.0.0-SNAPSHOT + 1.0.0 quarkus-openapi-generator-it-change-directory Quarkus - Openapi Generator - Integration Tests - Change directory diff --git a/integration-tests/circuit-breaker/pom.xml b/integration-tests/circuit-breaker/pom.xml index 3c7b2c36..9867d62e 100644 --- a/integration-tests/circuit-breaker/pom.xml +++ b/integration-tests/circuit-breaker/pom.xml @@ -1,11 +1,9 @@ - + quarkus-openapi-generator-integration-tests io.quarkiverse.openapi.generator - 1.0.0-SNAPSHOT + 1.0.0 4.0.0 diff --git a/integration-tests/exclude/pom.xml b/integration-tests/exclude/pom.xml index a2e49548..1597c132 100644 --- a/integration-tests/exclude/pom.xml +++ b/integration-tests/exclude/pom.xml @@ -3,7 +3,7 @@ quarkus-openapi-generator-integration-tests io.quarkiverse.openapi.generator - 1.0.0-SNAPSHOT + 1.0.0 4.0.0 diff --git a/integration-tests/generation-input/pom.xml b/integration-tests/generation-input/pom.xml index 366f91de..e26add9c 100644 --- a/integration-tests/generation-input/pom.xml +++ b/integration-tests/generation-input/pom.xml @@ -4,7 +4,7 @@ quarkus-openapi-generator-integration-tests io.quarkiverse.openapi.generator - 1.0.0-SNAPSHOT + 1.0.0 quarkus-openapi-generator-it-generation-input Quarkus - Openapi Generator - Integration Tests - Generation Input diff --git a/integration-tests/generation-tests/pom.xml b/integration-tests/generation-tests/pom.xml index e427df47..7dc6d243 100644 --- a/integration-tests/generation-tests/pom.xml +++ b/integration-tests/generation-tests/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.openapi.generator quarkus-openapi-generator-integration-tests - 1.0.0-SNAPSHOT + 1.0.0 quarkus-openapi-generator-it-generation-tests Quarkus - Openapi Generator - Integration Tests - Generation Tests diff --git a/integration-tests/include/pom.xml b/integration-tests/include/pom.xml index 1f43169d..98b69a4b 100644 --- a/integration-tests/include/pom.xml +++ b/integration-tests/include/pom.xml @@ -3,7 +3,7 @@ quarkus-openapi-generator-integration-tests io.quarkiverse.openapi.generator - 1.0.0-SNAPSHOT + 1.0.0 4.0.0 diff --git a/integration-tests/multipart-request/pom.xml b/integration-tests/multipart-request/pom.xml index 6588aee9..dcb3e89f 100644 --- a/integration-tests/multipart-request/pom.xml +++ b/integration-tests/multipart-request/pom.xml @@ -1,11 +1,9 @@ - + quarkus-openapi-generator-integration-tests io.quarkiverse.openapi.generator - 1.0.0-SNAPSHOT + 1.0.0 4.0.0 diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 9d633894..1377e25e 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.openapi.generator quarkus-openapi-generator-parent - 1.0.0-SNAPSHOT + 1.0.0 quarkus-openapi-generator-integration-tests Quarkus - Openapi Generator - Integration Tests diff --git a/integration-tests/register-provider/pom.xml b/integration-tests/register-provider/pom.xml index 0a20d2f1..830f4e15 100644 --- a/integration-tests/register-provider/pom.xml +++ b/integration-tests/register-provider/pom.xml @@ -1,11 +1,9 @@ - + quarkus-openapi-generator-integration-tests io.quarkiverse.openapi.generator - 1.0.0-SNAPSHOT + 1.0.0 4.0.0 diff --git a/integration-tests/security/pom.xml b/integration-tests/security/pom.xml index ab80ec9d..675ef8b5 100644 --- a/integration-tests/security/pom.xml +++ b/integration-tests/security/pom.xml @@ -1,11 +1,9 @@ - + quarkus-openapi-generator-integration-tests io.quarkiverse.openapi.generator - 1.0.0-SNAPSHOT + 1.0.0 4.0.0 diff --git a/integration-tests/simple/pom.xml b/integration-tests/simple/pom.xml index f272f565..7a1808c0 100644 --- a/integration-tests/simple/pom.xml +++ b/integration-tests/simple/pom.xml @@ -3,7 +3,7 @@ quarkus-openapi-generator-integration-tests io.quarkiverse.openapi.generator - 1.0.0-SNAPSHOT + 1.0.0 4.0.0 diff --git a/integration-tests/skip-validation/pom.xml b/integration-tests/skip-validation/pom.xml index 2a5d4bfd..7a8add26 100644 --- a/integration-tests/skip-validation/pom.xml +++ b/integration-tests/skip-validation/pom.xml @@ -3,7 +3,7 @@ quarkus-openapi-generator-integration-tests io.quarkiverse.openapi.generator - 1.0.0-SNAPSHOT + 1.0.0 4.0.0 diff --git a/integration-tests/type-mapping/pom.xml b/integration-tests/type-mapping/pom.xml index cb754bfd..bea4da60 100644 --- a/integration-tests/type-mapping/pom.xml +++ b/integration-tests/type-mapping/pom.xml @@ -1,11 +1,9 @@ - + quarkus-openapi-generator-integration-tests io.quarkiverse.openapi.generator - 1.0.0-SNAPSHOT + 1.0.0 4.0.0 diff --git a/pom.xml b/pom.xml index 2c1b731c..d8f2f8bc 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ io.quarkiverse.openapi.generator quarkus-openapi-generator-parent - 1.0.0-SNAPSHOT + 1.0.0 pom Quarkus - Openapi Generator - Parent @@ -113,4 +113,8 @@ + + + 1.0.0 + diff --git a/runtime/pom.xml b/runtime/pom.xml index a2952d39..7a4e9b2a 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.openapi.generator quarkus-openapi-generator-parent - 1.0.0-SNAPSHOT + 1.0.0 quarkus-openapi-generator Quarkus - Openapi Generator - Runtime diff --git a/test-utils/pom.xml b/test-utils/pom.xml index 7405ae7f..8e682999 100644 --- a/test-utils/pom.xml +++ b/test-utils/pom.xml @@ -4,7 +4,7 @@ quarkus-openapi-generator-parent io.quarkiverse.openapi.generator - 1.0.0-SNAPSHOT + 1.0.0 quarkus-openapi-generator-test-utils Quarkus - Openapi Generator - Test Utils