From 0e583810eb8dc7fc36a7025d2e250d8f0026a077 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 9 Feb 2024 13:15:16 +0000 Subject: [PATCH] [maven-release-plugin] prepare release 2.4.0 --- deployment/pom.xml | 2 +- docs/pom.xml | 2 +- integration-tests/additional-properties/pom.xml | 2 +- integration-tests/array-enum/pom.xml | 2 +- integration-tests/beanparam/pom.xml | 2 +- integration-tests/change-directory/pom.xml | 2 +- integration-tests/circuit-breaker/pom.xml | 2 +- integration-tests/config-key/pom.xml | 2 +- integration-tests/cookie-authentication/pom.xml | 2 +- integration-tests/custom-templates/pom.xml | 2 +- integration-tests/enum-property/pom.xml | 2 +- integration-tests/exclude/pom.xml | 2 +- integration-tests/generation-input/pom.xml | 2 +- integration-tests/generation-tests/pom.xml | 2 +- integration-tests/github/pom.xml | 2 +- integration-tests/include/pom.xml | 2 +- integration-tests/multipart-request/pom.xml | 2 +- integration-tests/mutiny/pom.xml | 2 +- integration-tests/open-api-normalizer/pom.xml | 2 +- integration-tests/part-filename/pom.xml | 2 +- integration-tests/pom.xml | 2 +- integration-tests/return-response/pom.xml | 2 +- integration-tests/security/pom.xml | 2 +- integration-tests/simple/pom.xml | 2 +- integration-tests/skip-validation/pom.xml | 2 +- integration-tests/suffix-prefix/pom.xml | 2 +- integration-tests/type-mapping/pom.xml | 2 +- pom.xml | 4 ++-- runtime/pom.xml | 2 +- test-utils/pom.xml | 2 +- 30 files changed, 31 insertions(+), 31 deletions(-) diff --git a/deployment/pom.xml b/deployment/pom.xml index 98a66e81..2ac03779 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.openapi.generator quarkus-openapi-generator-parent - 3.0.0-SNAPSHOT + 2.4.0 quarkus-openapi-generator-deployment Quarkus - Openapi Generator - Deployment diff --git a/docs/pom.xml b/docs/pom.xml index d19ea1a9..e83a29f3 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -5,7 +5,7 @@ io.quarkiverse.openapi.generator quarkus-openapi-generator-parent - 3.0.0-SNAPSHOT + 2.4.0 ../pom.xml quarkus-openapi-generator-docs diff --git a/integration-tests/additional-properties/pom.xml b/integration-tests/additional-properties/pom.xml index f53ce80a..05c2fcf1 100644 --- a/integration-tests/additional-properties/pom.xml +++ b/integration-tests/additional-properties/pom.xml @@ -3,7 +3,7 @@ quarkus-openapi-generator-integration-tests io.quarkiverse.openapi.generator - 3.0.0-SNAPSHOT + 2.4.0 4.0.0 diff --git a/integration-tests/array-enum/pom.xml b/integration-tests/array-enum/pom.xml index 5f5078db..4af79d5f 100644 --- a/integration-tests/array-enum/pom.xml +++ b/integration-tests/array-enum/pom.xml @@ -3,7 +3,7 @@ quarkus-openapi-generator-integration-tests io.quarkiverse.openapi.generator - 3.0.0-SNAPSHOT + 2.4.0 4.0.0 diff --git a/integration-tests/beanparam/pom.xml b/integration-tests/beanparam/pom.xml index 1002c86a..6431354c 100644 --- a/integration-tests/beanparam/pom.xml +++ b/integration-tests/beanparam/pom.xml @@ -3,7 +3,7 @@ quarkus-openapi-generator-integration-tests io.quarkiverse.openapi.generator - 3.0.0-SNAPSHOT + 2.4.0 4.0.0 diff --git a/integration-tests/change-directory/pom.xml b/integration-tests/change-directory/pom.xml index ae826bb2..45b163c8 100644 --- a/integration-tests/change-directory/pom.xml +++ b/integration-tests/change-directory/pom.xml @@ -4,7 +4,7 @@ quarkus-openapi-generator-integration-tests io.quarkiverse.openapi.generator - 3.0.0-SNAPSHOT + 2.4.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 e90fd561..2b854c0e 100644 --- a/integration-tests/circuit-breaker/pom.xml +++ b/integration-tests/circuit-breaker/pom.xml @@ -3,7 +3,7 @@ quarkus-openapi-generator-integration-tests io.quarkiverse.openapi.generator - 3.0.0-SNAPSHOT + 2.4.0 4.0.0 diff --git a/integration-tests/config-key/pom.xml b/integration-tests/config-key/pom.xml index dc1a08b4..d2ace447 100644 --- a/integration-tests/config-key/pom.xml +++ b/integration-tests/config-key/pom.xml @@ -3,7 +3,7 @@ quarkus-openapi-generator-integration-tests io.quarkiverse.openapi.generator - 3.0.0-SNAPSHOT + 2.4.0 4.0.0 diff --git a/integration-tests/cookie-authentication/pom.xml b/integration-tests/cookie-authentication/pom.xml index f477c66e..a3e162ed 100644 --- a/integration-tests/cookie-authentication/pom.xml +++ b/integration-tests/cookie-authentication/pom.xml @@ -3,7 +3,7 @@ quarkus-openapi-generator-integration-tests io.quarkiverse.openapi.generator - 3.0.0-SNAPSHOT + 2.4.0 4.0.0 diff --git a/integration-tests/custom-templates/pom.xml b/integration-tests/custom-templates/pom.xml index a2b33e27..2c6ed012 100644 --- a/integration-tests/custom-templates/pom.xml +++ b/integration-tests/custom-templates/pom.xml @@ -3,7 +3,7 @@ quarkus-openapi-generator-integration-tests io.quarkiverse.openapi.generator - 3.0.0-SNAPSHOT + 2.4.0 4.0.0 diff --git a/integration-tests/enum-property/pom.xml b/integration-tests/enum-property/pom.xml index 44d616ce..ccc13b05 100644 --- a/integration-tests/enum-property/pom.xml +++ b/integration-tests/enum-property/pom.xml @@ -3,7 +3,7 @@ quarkus-openapi-generator-integration-tests io.quarkiverse.openapi.generator - 3.0.0-SNAPSHOT + 2.4.0 4.0.0 diff --git a/integration-tests/exclude/pom.xml b/integration-tests/exclude/pom.xml index b8a95ea3..d3dac8f2 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 - 3.0.0-SNAPSHOT + 2.4.0 4.0.0 diff --git a/integration-tests/generation-input/pom.xml b/integration-tests/generation-input/pom.xml index 75c1f2eb..8e1c750c 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 - 3.0.0-SNAPSHOT + 2.4.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 dfebdfc8..4bc0a946 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 - 3.0.0-SNAPSHOT + 2.4.0 quarkus-openapi-generator-it-generation-tests Quarkus - Openapi Generator - Integration Tests - Generation Tests diff --git a/integration-tests/github/pom.xml b/integration-tests/github/pom.xml index 968181e7..4b6003f1 100644 --- a/integration-tests/github/pom.xml +++ b/integration-tests/github/pom.xml @@ -3,7 +3,7 @@ quarkus-openapi-generator-integration-tests io.quarkiverse.openapi.generator - 3.0.0-SNAPSHOT + 2.4.0 4.0.0 diff --git a/integration-tests/include/pom.xml b/integration-tests/include/pom.xml index 5ecf1b62..d110570c 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 - 3.0.0-SNAPSHOT + 2.4.0 4.0.0 diff --git a/integration-tests/multipart-request/pom.xml b/integration-tests/multipart-request/pom.xml index f1069c9c..e623fd32 100644 --- a/integration-tests/multipart-request/pom.xml +++ b/integration-tests/multipart-request/pom.xml @@ -3,7 +3,7 @@ quarkus-openapi-generator-integration-tests io.quarkiverse.openapi.generator - 3.0.0-SNAPSHOT + 2.4.0 4.0.0 diff --git a/integration-tests/mutiny/pom.xml b/integration-tests/mutiny/pom.xml index 951bff43..2d145f49 100644 --- a/integration-tests/mutiny/pom.xml +++ b/integration-tests/mutiny/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.openapi.generator quarkus-openapi-generator-integration-tests - 3.0.0-SNAPSHOT + 2.4.0 quarkus-openapi-generator-it-mutiny diff --git a/integration-tests/open-api-normalizer/pom.xml b/integration-tests/open-api-normalizer/pom.xml index e0632e2e..2d2677c2 100644 --- a/integration-tests/open-api-normalizer/pom.xml +++ b/integration-tests/open-api-normalizer/pom.xml @@ -4,7 +4,7 @@ quarkus-openapi-generator-integration-tests io.quarkiverse.openapi.generator - 3.0.0-SNAPSHOT + 2.4.0 quarkus-openapi-generator-it-open-api-normalizer diff --git a/integration-tests/part-filename/pom.xml b/integration-tests/part-filename/pom.xml index 9d7e4792..fa207e7a 100644 --- a/integration-tests/part-filename/pom.xml +++ b/integration-tests/part-filename/pom.xml @@ -3,7 +3,7 @@ quarkus-openapi-generator-integration-tests io.quarkiverse.openapi.generator - 3.0.0-SNAPSHOT + 2.4.0 4.0.0 diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 95172fd4..3fa4c52f 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.openapi.generator quarkus-openapi-generator-parent - 3.0.0-SNAPSHOT + 2.4.0 quarkus-openapi-generator-integration-tests Quarkus - Openapi Generator - Integration Tests diff --git a/integration-tests/return-response/pom.xml b/integration-tests/return-response/pom.xml index 8c95c1b0..7669eab4 100644 --- a/integration-tests/return-response/pom.xml +++ b/integration-tests/return-response/pom.xml @@ -3,7 +3,7 @@ quarkus-openapi-generator-integration-tests io.quarkiverse.openapi.generator - 3.0.0-SNAPSHOT + 2.4.0 4.0.0 diff --git a/integration-tests/security/pom.xml b/integration-tests/security/pom.xml index 276a9b7b..9856fdd8 100644 --- a/integration-tests/security/pom.xml +++ b/integration-tests/security/pom.xml @@ -3,7 +3,7 @@ quarkus-openapi-generator-integration-tests io.quarkiverse.openapi.generator - 3.0.0-SNAPSHOT + 2.4.0 4.0.0 diff --git a/integration-tests/simple/pom.xml b/integration-tests/simple/pom.xml index 70c436ca..5446dbfb 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 - 3.0.0-SNAPSHOT + 2.4.0 4.0.0 diff --git a/integration-tests/skip-validation/pom.xml b/integration-tests/skip-validation/pom.xml index 06a577ea..ded74962 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 - 3.0.0-SNAPSHOT + 2.4.0 4.0.0 diff --git a/integration-tests/suffix-prefix/pom.xml b/integration-tests/suffix-prefix/pom.xml index 36a5fdcc..bad56ce2 100644 --- a/integration-tests/suffix-prefix/pom.xml +++ b/integration-tests/suffix-prefix/pom.xml @@ -3,7 +3,7 @@ quarkus-openapi-generator-integration-tests io.quarkiverse.openapi.generator - 3.0.0-SNAPSHOT + 2.4.0 4.0.0 diff --git a/integration-tests/type-mapping/pom.xml b/integration-tests/type-mapping/pom.xml index fcf8c722..cb2c9582 100644 --- a/integration-tests/type-mapping/pom.xml +++ b/integration-tests/type-mapping/pom.xml @@ -3,7 +3,7 @@ quarkus-openapi-generator-integration-tests io.quarkiverse.openapi.generator - 3.0.0-SNAPSHOT + 2.4.0 4.0.0 diff --git a/pom.xml b/pom.xml index 46c38871..08c1b8e7 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ io.quarkiverse.openapi.generator quarkus-openapi-generator-parent - 3.0.0-SNAPSHOT + 2.4.0 pom Quarkus - Openapi Generator - Parent @@ -21,7 +21,7 @@ :git:git@github.com:quarkiverse/quarkus-openapi-generator.git scm:git:git@github.com:quarkiverse/quarkus-openapi-generator.git https://github.com/quarkiverse/quarkus-openapi-generator - HEAD + 2.4.0 3.8.1 diff --git a/runtime/pom.xml b/runtime/pom.xml index e7c45dc6..b004c2b2 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.openapi.generator quarkus-openapi-generator-parent - 3.0.0-SNAPSHOT + 2.4.0 quarkus-openapi-generator Quarkus - Openapi Generator - Runtime diff --git a/test-utils/pom.xml b/test-utils/pom.xml index ec0455bb..9fe0ce79 100644 --- a/test-utils/pom.xml +++ b/test-utils/pom.xml @@ -4,7 +4,7 @@ quarkus-openapi-generator-parent io.quarkiverse.openapi.generator - 3.0.0-SNAPSHOT + 2.4.0 quarkus-openapi-generator-test-utils Quarkus - Openapi Generator - Test Utils