From 9d48c663d7146527defd22218196f38c9272ac6b Mon Sep 17 00:00:00 2001
From: "quarkiverse-ci[bot]"
<181291436+quarkiverse-ci[bot]@users.noreply.github.com>
Date: Fri, 8 Nov 2024 17:46:33 +0000
Subject: [PATCH] [maven-release-plugin] prepare release 2.6.0-lts
---
client/deployment/pom.xml | 2 +-
client/integration-tests/additional-properties/pom.xml | 2 +-
client/integration-tests/array-enum/pom.xml | 2 +-
client/integration-tests/bean-validation/pom.xml | 2 +-
client/integration-tests/beanparam/pom.xml | 2 +-
.../change-custom-template-directory/pom.xml | 2 +-
client/integration-tests/change-directory/pom.xml | 2 +-
client/integration-tests/circuit-breaker/pom.xml | 2 +-
client/integration-tests/config-key/pom.xml | 2 +-
client/integration-tests/cookie-authentication/pom.xml | 2 +-
client/integration-tests/custom-templates/pom.xml | 2 +-
client/integration-tests/enum-property/pom.xml | 2 +-
client/integration-tests/enum-unexpected/pom.xml | 2 +-
client/integration-tests/exclude/pom.xml | 2 +-
client/integration-tests/generation-input/pom.xml | 2 +-
client/integration-tests/generation-tests/pom.xml | 2 +-
client/integration-tests/github/pom.xml | 2 +-
client/integration-tests/include/pom.xml | 2 +-
client/integration-tests/multipart-request/pom.xml | 2 +-
client/integration-tests/mutiny-return-response/pom.xml | 2 +-
client/integration-tests/mutiny/pom.xml | 2 +-
client/integration-tests/open-api-normalizer/pom.xml | 2 +-
client/integration-tests/part-filename/pom.xml | 2 +-
client/integration-tests/polymorphism/pom.xml | 5 ++---
client/integration-tests/pom.xml | 2 +-
client/integration-tests/return-response/pom.xml | 2 +-
client/integration-tests/security/pom.xml | 2 +-
client/integration-tests/simple/pom.xml | 2 +-
client/integration-tests/skip-validation/pom.xml | 2 +-
client/integration-tests/suffix-prefix/pom.xml | 2 +-
client/integration-tests/type-mapping/pom.xml | 2 +-
client/integration-tests/without-oidc/pom.xml | 2 +-
client/pom.xml | 2 +-
client/runtime/pom.xml | 2 +-
client/test-utils/pom.xml | 2 +-
docs/pom.xml | 2 +-
pom.xml | 4 ++--
server/deployment/pom.xml | 2 +-
server/integration-tests/pom.xml | 2 +-
server/integration-tests/reactive/pom.xml | 2 +-
server/integration-tests/resteasy/pom.xml | 2 +-
server/pom.xml | 2 +-
server/runtime/pom.xml | 2 +-
43 files changed, 45 insertions(+), 46 deletions(-)
diff --git a/client/deployment/pom.xml b/client/deployment/pom.xml
index 722b3bc55..5bec50731 100644
--- a/client/deployment/pom.xml
+++ b/client/deployment/pom.xml
@@ -4,7 +4,7 @@
io.quarkiverse.openapi.generator
quarkus-openapi-generator-client-parent
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
../pom.xml
quarkus-openapi-generator-deployment
diff --git a/client/integration-tests/additional-properties/pom.xml b/client/integration-tests/additional-properties/pom.xml
index 5ab4a4c42..578b9e208 100644
--- a/client/integration-tests/additional-properties/pom.xml
+++ b/client/integration-tests/additional-properties/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
4.0.0
diff --git a/client/integration-tests/array-enum/pom.xml b/client/integration-tests/array-enum/pom.xml
index 5e42973a5..93b500dff 100644
--- a/client/integration-tests/array-enum/pom.xml
+++ b/client/integration-tests/array-enum/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
4.0.0
diff --git a/client/integration-tests/bean-validation/pom.xml b/client/integration-tests/bean-validation/pom.xml
index 1663c3140..583615504 100644
--- a/client/integration-tests/bean-validation/pom.xml
+++ b/client/integration-tests/bean-validation/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
4.0.0
diff --git a/client/integration-tests/beanparam/pom.xml b/client/integration-tests/beanparam/pom.xml
index a73d12a8a..fbd7acc8e 100644
--- a/client/integration-tests/beanparam/pom.xml
+++ b/client/integration-tests/beanparam/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
4.0.0
diff --git a/client/integration-tests/change-custom-template-directory/pom.xml b/client/integration-tests/change-custom-template-directory/pom.xml
index 9532fb2bc..d7d14ef83 100644
--- a/client/integration-tests/change-custom-template-directory/pom.xml
+++ b/client/integration-tests/change-custom-template-directory/pom.xml
@@ -4,7 +4,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
quarkus-openapi-generator-it-change-custom-template-directory
Quarkus - Openapi Generator - Integration Tests - Client - Change custom template directory
diff --git a/client/integration-tests/change-directory/pom.xml b/client/integration-tests/change-directory/pom.xml
index 49bfa265e..0d96a9fa2 100644
--- a/client/integration-tests/change-directory/pom.xml
+++ b/client/integration-tests/change-directory/pom.xml
@@ -4,7 +4,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
quarkus-openapi-generator-it-change-directory
Quarkus - Openapi Generator - Integration Tests - Client - Change directory
diff --git a/client/integration-tests/circuit-breaker/pom.xml b/client/integration-tests/circuit-breaker/pom.xml
index 194046520..726ea8e06 100644
--- a/client/integration-tests/circuit-breaker/pom.xml
+++ b/client/integration-tests/circuit-breaker/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
4.0.0
diff --git a/client/integration-tests/config-key/pom.xml b/client/integration-tests/config-key/pom.xml
index 3c4c46104..8fc628cad 100644
--- a/client/integration-tests/config-key/pom.xml
+++ b/client/integration-tests/config-key/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
4.0.0
diff --git a/client/integration-tests/cookie-authentication/pom.xml b/client/integration-tests/cookie-authentication/pom.xml
index f5a5a9831..349c16733 100644
--- a/client/integration-tests/cookie-authentication/pom.xml
+++ b/client/integration-tests/cookie-authentication/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
4.0.0
diff --git a/client/integration-tests/custom-templates/pom.xml b/client/integration-tests/custom-templates/pom.xml
index 1fb5edcb1..039fba52d 100644
--- a/client/integration-tests/custom-templates/pom.xml
+++ b/client/integration-tests/custom-templates/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
4.0.0
diff --git a/client/integration-tests/enum-property/pom.xml b/client/integration-tests/enum-property/pom.xml
index d96a13f83..85ced9aa0 100644
--- a/client/integration-tests/enum-property/pom.xml
+++ b/client/integration-tests/enum-property/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
4.0.0
diff --git a/client/integration-tests/enum-unexpected/pom.xml b/client/integration-tests/enum-unexpected/pom.xml
index 34d9bd4ec..187e2d2b2 100644
--- a/client/integration-tests/enum-unexpected/pom.xml
+++ b/client/integration-tests/enum-unexpected/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
4.0.0
diff --git a/client/integration-tests/exclude/pom.xml b/client/integration-tests/exclude/pom.xml
index a105cb359..4d0090d80 100644
--- a/client/integration-tests/exclude/pom.xml
+++ b/client/integration-tests/exclude/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
4.0.0
diff --git a/client/integration-tests/generation-input/pom.xml b/client/integration-tests/generation-input/pom.xml
index 05fa23821..8d3cd550a 100644
--- a/client/integration-tests/generation-input/pom.xml
+++ b/client/integration-tests/generation-input/pom.xml
@@ -4,7 +4,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
quarkus-openapi-generator-it-generation-input
Quarkus - Openapi Generator - Integration Tests - Client - Generation Input
diff --git a/client/integration-tests/generation-tests/pom.xml b/client/integration-tests/generation-tests/pom.xml
index e845744ce..8d99d5f7e 100644
--- a/client/integration-tests/generation-tests/pom.xml
+++ b/client/integration-tests/generation-tests/pom.xml
@@ -4,7 +4,7 @@
io.quarkiverse.openapi.generator
quarkus-openapi-generator-integration-tests
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
quarkus-openapi-generator-it-generation-tests
Quarkus - Openapi Generator - Integration Tests - Client - Generation Tests
diff --git a/client/integration-tests/github/pom.xml b/client/integration-tests/github/pom.xml
index fd731b3ec..9d5c04062 100644
--- a/client/integration-tests/github/pom.xml
+++ b/client/integration-tests/github/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
4.0.0
diff --git a/client/integration-tests/include/pom.xml b/client/integration-tests/include/pom.xml
index 1407cc93d..451ffe331 100644
--- a/client/integration-tests/include/pom.xml
+++ b/client/integration-tests/include/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
4.0.0
diff --git a/client/integration-tests/multipart-request/pom.xml b/client/integration-tests/multipart-request/pom.xml
index 56283cfe0..12a0ca4ed 100644
--- a/client/integration-tests/multipart-request/pom.xml
+++ b/client/integration-tests/multipart-request/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
4.0.0
diff --git a/client/integration-tests/mutiny-return-response/pom.xml b/client/integration-tests/mutiny-return-response/pom.xml
index fcc4660d8..fb159a4fa 100644
--- a/client/integration-tests/mutiny-return-response/pom.xml
+++ b/client/integration-tests/mutiny-return-response/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
4.0.0
diff --git a/client/integration-tests/mutiny/pom.xml b/client/integration-tests/mutiny/pom.xml
index a6e4450d4..1d9b62dc7 100644
--- a/client/integration-tests/mutiny/pom.xml
+++ b/client/integration-tests/mutiny/pom.xml
@@ -4,7 +4,7 @@
io.quarkiverse.openapi.generator
quarkus-openapi-generator-integration-tests
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
quarkus-openapi-generator-it-mutiny
diff --git a/client/integration-tests/open-api-normalizer/pom.xml b/client/integration-tests/open-api-normalizer/pom.xml
index a8272f284..e63c2746e 100644
--- a/client/integration-tests/open-api-normalizer/pom.xml
+++ b/client/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.6.0-lts
quarkus-openapi-generator-it-open-api-normalizer
diff --git a/client/integration-tests/part-filename/pom.xml b/client/integration-tests/part-filename/pom.xml
index aedbe92eb..ee6a005d7 100644
--- a/client/integration-tests/part-filename/pom.xml
+++ b/client/integration-tests/part-filename/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
4.0.0
diff --git a/client/integration-tests/polymorphism/pom.xml b/client/integration-tests/polymorphism/pom.xml
index fe79e4555..e34767da1 100644
--- a/client/integration-tests/polymorphism/pom.xml
+++ b/client/integration-tests/polymorphism/pom.xml
@@ -1,10 +1,9 @@
-
+
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
4.0.0
diff --git a/client/integration-tests/pom.xml b/client/integration-tests/pom.xml
index ef2670df3..16ad38937 100644
--- a/client/integration-tests/pom.xml
+++ b/client/integration-tests/pom.xml
@@ -4,7 +4,7 @@
io.quarkiverse.openapi.generator
quarkus-openapi-generator-client-parent
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
../pom.xml
quarkus-openapi-generator-integration-tests
diff --git a/client/integration-tests/return-response/pom.xml b/client/integration-tests/return-response/pom.xml
index 3a86a104f..daed26c49 100644
--- a/client/integration-tests/return-response/pom.xml
+++ b/client/integration-tests/return-response/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
4.0.0
diff --git a/client/integration-tests/security/pom.xml b/client/integration-tests/security/pom.xml
index 11035298f..b4177c3a4 100644
--- a/client/integration-tests/security/pom.xml
+++ b/client/integration-tests/security/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
4.0.0
diff --git a/client/integration-tests/simple/pom.xml b/client/integration-tests/simple/pom.xml
index af06edbec..fbde4006b 100644
--- a/client/integration-tests/simple/pom.xml
+++ b/client/integration-tests/simple/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
4.0.0
diff --git a/client/integration-tests/skip-validation/pom.xml b/client/integration-tests/skip-validation/pom.xml
index 8cedef1bf..af5b10456 100644
--- a/client/integration-tests/skip-validation/pom.xml
+++ b/client/integration-tests/skip-validation/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
4.0.0
diff --git a/client/integration-tests/suffix-prefix/pom.xml b/client/integration-tests/suffix-prefix/pom.xml
index a7130832b..185f43546 100644
--- a/client/integration-tests/suffix-prefix/pom.xml
+++ b/client/integration-tests/suffix-prefix/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
4.0.0
diff --git a/client/integration-tests/type-mapping/pom.xml b/client/integration-tests/type-mapping/pom.xml
index 78c5b6372..33fda2e1a 100644
--- a/client/integration-tests/type-mapping/pom.xml
+++ b/client/integration-tests/type-mapping/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
4.0.0
diff --git a/client/integration-tests/without-oidc/pom.xml b/client/integration-tests/without-oidc/pom.xml
index 18c904388..121700aad 100644
--- a/client/integration-tests/without-oidc/pom.xml
+++ b/client/integration-tests/without-oidc/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-parent
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
../../../pom.xml
4.0.0
diff --git a/client/pom.xml b/client/pom.xml
index c82086b00..093843345 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-parent
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
4.0.0
diff --git a/client/runtime/pom.xml b/client/runtime/pom.xml
index b0b2ab4aa..c8f52d529 100644
--- a/client/runtime/pom.xml
+++ b/client/runtime/pom.xml
@@ -4,7 +4,7 @@
io.quarkiverse.openapi.generator
quarkus-openapi-generator-client-parent
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
../pom.xml
quarkus-openapi-generator
diff --git a/client/test-utils/pom.xml b/client/test-utils/pom.xml
index 354e59fa5..844c590cb 100644
--- a/client/test-utils/pom.xml
+++ b/client/test-utils/pom.xml
@@ -4,7 +4,7 @@
quarkus-openapi-generator-client-parent
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
../pom.xml
quarkus-openapi-generator-test-utils
diff --git a/docs/pom.xml b/docs/pom.xml
index bc3f73da5..aa99f8bf7 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.6.0-lts
../pom.xml
quarkus-openapi-generator-docs
diff --git a/pom.xml b/pom.xml
index 8da081e65..f69398c52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
io.quarkiverse.openapi.generator
quarkus-openapi-generator-parent
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
pom
Quarkus - Openapi Generator - Parent
@@ -19,7 +19,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.6.0-lts
3.8.1
diff --git a/server/deployment/pom.xml b/server/deployment/pom.xml
index 7c9619120..07256487e 100755
--- a/server/deployment/pom.xml
+++ b/server/deployment/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-server-parent
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
../pom.xml
4.0.0
diff --git a/server/integration-tests/pom.xml b/server/integration-tests/pom.xml
index 985bb0a7d..54ee16cc9 100755
--- a/server/integration-tests/pom.xml
+++ b/server/integration-tests/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-server-parent
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
../pom.xml
4.0.0
diff --git a/server/integration-tests/reactive/pom.xml b/server/integration-tests/reactive/pom.xml
index efe96d116..a8020c48c 100644
--- a/server/integration-tests/reactive/pom.xml
+++ b/server/integration-tests/reactive/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-server-integration-tests-parent
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
../pom.xml
4.0.0
diff --git a/server/integration-tests/resteasy/pom.xml b/server/integration-tests/resteasy/pom.xml
index f89a2d395..257592353 100644
--- a/server/integration-tests/resteasy/pom.xml
+++ b/server/integration-tests/resteasy/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-server-integration-tests-parent
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
../pom.xml
4.0.0
diff --git a/server/pom.xml b/server/pom.xml
index 1900c318f..2fef715a8 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-parent
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
4.0.0
diff --git a/server/runtime/pom.xml b/server/runtime/pom.xml
index 79ce725a3..cd8a6dc63 100755
--- a/server/runtime/pom.xml
+++ b/server/runtime/pom.xml
@@ -4,7 +4,7 @@
quarkus-openapi-generator-server-parent
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.6.0-lts
../pom.xml
4.0.0