diff --git a/.github/project.yml b/.github/project.yml
index dd147c36c..4d70b8f53 100644
--- a/.github/project.yml
+++ b/.github/project.yml
@@ -1,3 +1,3 @@
release:
current-version: 2.7.1-lts
- next-version: 3.0.0-SNAPSHOT
+ next-version: 3.0.0-lts-SNAPSHOT
diff --git a/.github/workflows/snapshot_deploy.yml b/.github/workflows/snapshot_deploy.yml
index b2df3b887..e5d352df7 100644
--- a/.github/workflows/snapshot_deploy.yml
+++ b/.github/workflows/snapshot_deploy.yml
@@ -3,6 +3,7 @@ name: Snapshot Deploy
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
+
on:
workflow_dispatch:
push:
@@ -12,28 +13,16 @@ defaults:
run:
shell: bash
+permissions:
+ attestations: write
+ id-token: write
+ contents: read
+
jobs:
deploy-snapshot:
- runs-on: ubuntu-latest
- name: Deploy Snapshot artifacts
- steps:
- - uses: actions/checkout@v4
-
- - uses: actions/setup-java@v4
- with:
- distribution: 'temurin'
- java-version: 17
- cache: 'maven'
- server-id: 'ossrh'
- server-username: MAVEN_USERNAME
- server-password: MAVEN_PASSWORD
- gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
- gpg-passphrase: MAVEN_GPG_PASSPHRASE
-
- - name: Deploy ${{steps.metadata.outputs.next-version}}
- run: |
- mvn -B clean deploy -DskipTests -DperformRelease=true -Drelease
- env:
- MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
- MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
- MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
\ No newline at end of file
+ name: Deploy Snapshots
+ uses: quarkiverse/.github/.github/workflows/perform-release.yml@main
+ secrets: inherit
+ with:
+ ref: main-lts
+ version: 3.0.0-lts-SNAPSHOT
diff --git a/client/deployment/pom.xml b/client/deployment/pom.xml
index cbd5321d5..88f00fb9b 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
+ 3.0.0-lts-SNAPSHOT
../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..ae581a858 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
+ 3.0.0-lts-SNAPSHOT
4.0.0
diff --git a/client/integration-tests/array-enum/pom.xml b/client/integration-tests/array-enum/pom.xml
index 5e42973a5..704003fa4 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
+ 3.0.0-lts-SNAPSHOT
4.0.0
diff --git a/client/integration-tests/bean-validation/pom.xml b/client/integration-tests/bean-validation/pom.xml
index 1663c3140..272833cf6 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
+ 3.0.0-lts-SNAPSHOT
4.0.0
diff --git a/client/integration-tests/beanparam/pom.xml b/client/integration-tests/beanparam/pom.xml
index 0fdc3388c..eff83a7e0 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
+ 3.0.0-lts-SNAPSHOT
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 2d003df7a..b0b9c6b10 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
+ 3.0.0-lts-SNAPSHOT
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 dd5307f9d..256c63532 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
+ 3.0.0-lts-SNAPSHOT
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..a4c54db8d 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
+ 3.0.0-lts-SNAPSHOT
4.0.0
diff --git a/client/integration-tests/config-key/pom.xml b/client/integration-tests/config-key/pom.xml
index 3c4c46104..2e36ef77d 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
+ 3.0.0-lts-SNAPSHOT
4.0.0
diff --git a/client/integration-tests/cookie-authentication/pom.xml b/client/integration-tests/cookie-authentication/pom.xml
index fa51e768e..3d6a5e3fe 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
+ 3.0.0-lts-SNAPSHOT
4.0.0
diff --git a/client/integration-tests/custom-templates/pom.xml b/client/integration-tests/custom-templates/pom.xml
index 1fb5edcb1..46e654be4 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
+ 3.0.0-lts-SNAPSHOT
4.0.0
diff --git a/client/integration-tests/enum-property/pom.xml b/client/integration-tests/enum-property/pom.xml
index 59f3c2769..e1adf7e31 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
+ 3.0.0-lts-SNAPSHOT
4.0.0
diff --git a/client/integration-tests/enum-unexpected/pom.xml b/client/integration-tests/enum-unexpected/pom.xml
index fdfb0b59b..cf4148557 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
+ 3.0.0-lts-SNAPSHOT
4.0.0
diff --git a/client/integration-tests/exclude/pom.xml b/client/integration-tests/exclude/pom.xml
index a105cb359..fda541549 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
+ 3.0.0-lts-SNAPSHOT
4.0.0
diff --git a/client/integration-tests/generate-flags/pom.xml b/client/integration-tests/generate-flags/pom.xml
index 07dad3649..71446dec0 100644
--- a/client/integration-tests/generate-flags/pom.xml
+++ b/client/integration-tests/generate-flags/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 3.0.0-lts-SNAPSHOT
4.0.0
diff --git a/client/integration-tests/generation-input/pom.xml b/client/integration-tests/generation-input/pom.xml
index 05fa23821..98acc3fae 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
+ 3.0.0-lts-SNAPSHOT
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 38a025766..0b37d469f 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
+ 3.0.0-lts-SNAPSHOT
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..d193c281b 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
+ 3.0.0-lts-SNAPSHOT
4.0.0
diff --git a/client/integration-tests/include/pom.xml b/client/integration-tests/include/pom.xml
index 1407cc93d..725790621 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
+ 3.0.0-lts-SNAPSHOT
4.0.0
diff --git a/client/integration-tests/multipart-request/pom.xml b/client/integration-tests/multipart-request/pom.xml
index c44cd400a..ddae738b8 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
+ 3.0.0-lts-SNAPSHOT
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..11aed9a18 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
+ 3.0.0-lts-SNAPSHOT
4.0.0
diff --git a/client/integration-tests/mutiny/pom.xml b/client/integration-tests/mutiny/pom.xml
index a6e4450d4..0ea18b4dd 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
+ 3.0.0-lts-SNAPSHOT
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 90387486d..5761be80b 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
+ 3.0.0-lts-SNAPSHOT
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..a27bc77f6 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
+ 3.0.0-lts-SNAPSHOT
4.0.0
diff --git a/client/integration-tests/path/pom.xml b/client/integration-tests/path/pom.xml
index c9e9f38dd..082f3af33 100644
--- a/client/integration-tests/path/pom.xml
+++ b/client/integration-tests/path/pom.xml
@@ -4,7 +4,7 @@
io.quarkiverse.openapi.generator
quarkus-openapi-generator-integration-tests
- 3.0.0-SNAPSHOT
+ 3.0.0-lts-SNAPSHOT
quarkus-openapi-generator-it-path
diff --git a/client/integration-tests/polymorphism/pom.xml b/client/integration-tests/polymorphism/pom.xml
index 668240bb5..112c5e1ab 100644
--- a/client/integration-tests/polymorphism/pom.xml
+++ b/client/integration-tests/polymorphism/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 3.0.0-lts-SNAPSHOT
4.0.0
diff --git a/client/integration-tests/pom.xml b/client/integration-tests/pom.xml
index e1efcf5b3..01fec6671 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
+ 3.0.0-lts-SNAPSHOT
../pom.xml
quarkus-openapi-generator-integration-tests
diff --git a/client/integration-tests/remove-operationid-prefix/pom.xml b/client/integration-tests/remove-operationid-prefix/pom.xml
index 480678d50..a6083d1e8 100644
--- a/client/integration-tests/remove-operationid-prefix/pom.xml
+++ b/client/integration-tests/remove-operationid-prefix/pom.xml
@@ -4,7 +4,7 @@
io.quarkiverse.openapi.generator
quarkus-openapi-generator-integration-tests
- 3.0.0-SNAPSHOT
+ 3.0.0-lts-SNAPSHOT
quarkus-openapi-generator-it-remove-operationid-prefix
diff --git a/client/integration-tests/return-response/pom.xml b/client/integration-tests/return-response/pom.xml
index 3a86a104f..9dd42b5e1 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
+ 3.0.0-lts-SNAPSHOT
4.0.0
diff --git a/client/integration-tests/security/pom.xml b/client/integration-tests/security/pom.xml
index 6d0ca52da..47ff53e39 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
+ 3.0.0-lts-SNAPSHOT
4.0.0
diff --git a/client/integration-tests/security/src/main/openapi/token-propagation-external-service1.yaml b/client/integration-tests/security/src/main/openapi/token-propagation-external-service1.yaml
index 2efa4b28e..6fcc3d9d2 100644
--- a/client/integration-tests/security/src/main/openapi/token-propagation-external-service1.yaml
+++ b/client/integration-tests/security/src/main/openapi/token-propagation-external-service1.yaml
@@ -2,7 +2,7 @@
openapi: 3.0.3
info:
title: token-propagation-external-service1 API
- version: 3.0.0-SNAPSHOT
+ version: 3.0.0-lts-SNAPSHOT
paths:
/token-propagation-external-service1/executeQuery1:
post:
diff --git a/client/integration-tests/security/src/main/openapi/token-propagation-external-service2.yaml b/client/integration-tests/security/src/main/openapi/token-propagation-external-service2.yaml
index 4c70d0a01..fb296ea4f 100644
--- a/client/integration-tests/security/src/main/openapi/token-propagation-external-service2.yaml
+++ b/client/integration-tests/security/src/main/openapi/token-propagation-external-service2.yaml
@@ -2,7 +2,7 @@
openapi: 3.0.3
info:
title: external-service2 API
- version: 3.0.0-SNAPSHOT
+ version: 3.0.0-lts-SNAPSHOT
paths:
/token-propagation-external-service2/executeQuery2:
post:
diff --git a/client/integration-tests/security/src/main/openapi/token-propagation-external-service3.yaml b/client/integration-tests/security/src/main/openapi/token-propagation-external-service3.yaml
index d616bf080..e72245c48 100644
--- a/client/integration-tests/security/src/main/openapi/token-propagation-external-service3.yaml
+++ b/client/integration-tests/security/src/main/openapi/token-propagation-external-service3.yaml
@@ -2,7 +2,7 @@
openapi: 3.0.3
info:
title: token-propagation-external-service3 API
- version: 3.0.0-SNAPSHOT
+ version: 3.0.0-lts-SNAPSHOT
paths:
/token-propagation-external-service3/executeQuery3:
post:
diff --git a/client/integration-tests/security/src/main/openapi/token-propagation-external-service4.yaml b/client/integration-tests/security/src/main/openapi/token-propagation-external-service4.yaml
index 54e7ebd9a..8c89cfc99 100644
--- a/client/integration-tests/security/src/main/openapi/token-propagation-external-service4.yaml
+++ b/client/integration-tests/security/src/main/openapi/token-propagation-external-service4.yaml
@@ -2,7 +2,7 @@
openapi: 3.0.3
info:
title: external-service4 API
- version: 3.0.0-SNAPSHOT
+ version: 3.0.0-lts-SNAPSHOT
paths:
/token-propagation-external-service4/executeQuery4:
post:
diff --git a/client/integration-tests/security/src/main/openapi/token-propagation-external-service5.yaml b/client/integration-tests/security/src/main/openapi/token-propagation-external-service5.yaml
index d5f4ba5c8..cac1b7462 100644
--- a/client/integration-tests/security/src/main/openapi/token-propagation-external-service5.yaml
+++ b/client/integration-tests/security/src/main/openapi/token-propagation-external-service5.yaml
@@ -2,7 +2,7 @@
openapi: 3.0.3
info:
title: external-service5 API
- version: 3.0.0-SNAPSHOT
+ version: 3.0.0-lts-SNAPSHOT
paths:
/token-propagation-external-service5/executeQuery5:
post:
diff --git a/client/integration-tests/serializable-model/pom.xml b/client/integration-tests/serializable-model/pom.xml
index ba9c35ff7..59a823c6c 100644
--- a/client/integration-tests/serializable-model/pom.xml
+++ b/client/integration-tests/serializable-model/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 3.0.0-lts-SNAPSHOT
4.0.0
diff --git a/client/integration-tests/simple/pom.xml b/client/integration-tests/simple/pom.xml
index af06edbec..4b3ee0870 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
+ 3.0.0-lts-SNAPSHOT
4.0.0
diff --git a/client/integration-tests/skip-validation/pom.xml b/client/integration-tests/skip-validation/pom.xml
index 0e4d4e8a9..b5e2de07f 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
+ 3.0.0-lts-SNAPSHOT
4.0.0
diff --git a/client/integration-tests/suffix-prefix/pom.xml b/client/integration-tests/suffix-prefix/pom.xml
index a7130832b..01aa2bdca 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
+ 3.0.0-lts-SNAPSHOT
4.0.0
diff --git a/client/integration-tests/type-mapping/pom.xml b/client/integration-tests/type-mapping/pom.xml
index 7fd3339a7..3517fee90 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
+ 3.0.0-lts-SNAPSHOT
4.0.0
diff --git a/client/integration-tests/without-oidc/pom.xml b/client/integration-tests/without-oidc/pom.xml
index 92911e96e..dd8cef7cb 100644
--- a/client/integration-tests/without-oidc/pom.xml
+++ b/client/integration-tests/without-oidc/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 3.0.0-lts-SNAPSHOT
4.0.0
diff --git a/client/oidc/pom.xml b/client/oidc/pom.xml
index 85ba7c0ad..d7d3ce9d8 100644
--- a/client/oidc/pom.xml
+++ b/client/oidc/pom.xml
@@ -4,7 +4,7 @@
io.quarkiverse.openapi.generator
quarkus-openapi-generator-client-parent
- 3.0.0-SNAPSHOT
+ 3.0.0-lts-SNAPSHOT
quarkus-openapi-generator-oidc
diff --git a/client/pom.xml b/client/pom.xml
index dded3c51d..deede4789 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
+ 3.0.0-lts-SNAPSHOT
4.0.0
diff --git a/client/runtime/pom.xml b/client/runtime/pom.xml
index d50c39f2c..18a469a75 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
+ 3.0.0-lts-SNAPSHOT
../pom.xml
quarkus-openapi-generator
diff --git a/client/test-utils/pom.xml b/client/test-utils/pom.xml
index b9f2adf7e..74a453c43 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
+ 3.0.0-lts-SNAPSHOT
../pom.xml
quarkus-openapi-generator-test-utils
diff --git a/docs/modules/ROOT/pages/includes/getting-started.adoc b/docs/modules/ROOT/pages/includes/getting-started.adoc
index 494c454c1..8ae17e340 100644
--- a/docs/modules/ROOT/pages/includes/getting-started.adoc
+++ b/docs/modules/ROOT/pages/includes/getting-started.adoc
@@ -8,7 +8,7 @@ WARNING: Version 2.x.x of this extension supports Quarkus 3, and version 1.x.x s
io.quarkiverse.openapi.generator
quarkus-openapi-generator
- 3.0.0-SNAPSHOT
+ 3.0.0-lts-SNAPSHOT
----
diff --git a/docs/modules/ROOT/pages/includes/server-getting-started.adoc b/docs/modules/ROOT/pages/includes/server-getting-started.adoc
index 44bdf7660..596d00376 100644
--- a/docs/modules/ROOT/pages/includes/server-getting-started.adoc
+++ b/docs/modules/ROOT/pages/includes/server-getting-started.adoc
@@ -6,7 +6,7 @@ Add the following dependency to your project's `pom.xml` file:
io.quarkiverse.openapi.generator
quarkus-openapi-generator-server
- 3.0.0-SNAPSHOT
+ 3.0.0-lts-SNAPSHOT
----
diff --git a/docs/pom.xml b/docs/pom.xml
index bc3f73da5..54ff45ff0 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
+ 3.0.0-lts-SNAPSHOT
../pom.xml
quarkus-openapi-generator-docs
diff --git a/pom.xml b/pom.xml
index 2f234274a..443b2b499 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
io.quarkiverse.openapi.generator
quarkus-openapi-generator-parent
- 3.0.0-SNAPSHOT
+ 3.0.0-lts-SNAPSHOT
pom
Quarkus - Openapi Generator - Parent
diff --git a/server/deployment/pom.xml b/server/deployment/pom.xml
index 7c9619120..308a538c3 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
+ 3.0.0-lts-SNAPSHOT
../pom.xml
4.0.0
diff --git a/server/integration-tests/pom.xml b/server/integration-tests/pom.xml
index 985bb0a7d..c02aabdd0 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
+ 3.0.0-lts-SNAPSHOT
../pom.xml
4.0.0
diff --git a/server/integration-tests/reactive/pom.xml b/server/integration-tests/reactive/pom.xml
index efe96d116..8a5e9d93e 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
+ 3.0.0-lts-SNAPSHOT
../pom.xml
4.0.0
diff --git a/server/integration-tests/resteasy/pom.xml b/server/integration-tests/resteasy/pom.xml
index f89a2d395..b4175ed85 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
+ 3.0.0-lts-SNAPSHOT
../pom.xml
4.0.0
diff --git a/server/pom.xml b/server/pom.xml
index 1900c318f..a575c728e 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
+ 3.0.0-lts-SNAPSHOT
4.0.0
diff --git a/server/runtime/pom.xml b/server/runtime/pom.xml
index 79ce725a3..5d6260fd9 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
+ 3.0.0-lts-SNAPSHOT
../pom.xml
4.0.0