Skip to content

Commit 22010bf

Browse files
committed
[cherry-pick] chore: use invoker plugin on gav IT
1 parent 7bfdb49 commit 22010bf

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

client/integration-tests/gav/src/it/02-consume-gav/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<maven.compiler.release>17</maven.compiler.release>
1616
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
1717
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
18-
<quarkus.platform.version>3.28.4</quarkus.platform.version>
18+
<quarkus.platform.version>3.20.3</quarkus.platform.version>
1919

2020
<!-- injected by invoker -->
2121
<tested.version>0.0.0-UNSET</tested.version>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
:project-version: 2.12.1-lts
1+
:project-version: 2.13.0-lts
22

33
:examples-dir: ./../examples/

docs/modules/ROOT/pages/includes/quarkus-openapi-generator.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ Environment variable: `+++QUARKUS_OPENAPI_GENERATOR_CODEGEN_GAV_SCANNING+++`
557557
endif::add-copy-button-to-env-var[]
558558
--
559559
|boolean
560-
|`+++true+++`
560+
|`true`
561561

562562
a|icon:lock[title=Fixed at build time] [[quarkus-openapi-generator_quarkus-openapi-generator-codegen-template-base-dir]] [.property-path]##link:#quarkus-openapi-generator_quarkus-openapi-generator-codegen-template-base-dir[`quarkus.openapi-generator.codegen.template-base-dir`]##
563563
ifdef::add-copy-button-to-config-props[]
@@ -662,7 +662,7 @@ Environment variable: `+++QUARKUS_OPENAPI_GENERATOR_CODEGEN_ARTIFACT_ID_FILTER++
662662
endif::add-copy-button-to-env-var[]
663663
--
664664
|string
665-
|`+++.*openapi.*+++`
665+
|`.*openapi.*`
666666

667667
a|icon:lock[title=Fixed at build time] [[quarkus-openapi-generator_quarkus-openapi-generator-codegen-exclude-gavs]] [.property-path]##link:#quarkus-openapi-generator_quarkus-openapi-generator-codegen-exclude-gavs[`quarkus.openapi-generator.codegen.exclude-gavs`]##
668668
ifdef::add-copy-button-to-config-props[]

docs/modules/ROOT/pages/includes/quarkus-openapi-generator_quarkus.openapi-generator.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ Environment variable: `+++QUARKUS_OPENAPI_GENERATOR_CODEGEN_GAV_SCANNING+++`
557557
endif::add-copy-button-to-env-var[]
558558
--
559559
|boolean
560-
|`+++true+++`
560+
|`true`
561561

562562
a|icon:lock[title=Fixed at build time] [[quarkus-openapi-generator_quarkus-openapi-generator-codegen-template-base-dir]] [.property-path]##link:#quarkus-openapi-generator_quarkus-openapi-generator-codegen-template-base-dir[`quarkus.openapi-generator.codegen.template-base-dir`]##
563563
ifdef::add-copy-button-to-config-props[]
@@ -662,7 +662,7 @@ Environment variable: `+++QUARKUS_OPENAPI_GENERATOR_CODEGEN_ARTIFACT_ID_FILTER++
662662
endif::add-copy-button-to-env-var[]
663663
--
664664
|string
665-
|`+++.*openapi.*+++`
665+
|`.*openapi.*`
666666

667667
a|icon:lock[title=Fixed at build time] [[quarkus-openapi-generator_quarkus-openapi-generator-codegen-exclude-gavs]] [.property-path]##link:#quarkus-openapi-generator_quarkus-openapi-generator-codegen-exclude-gavs[`quarkus.openapi-generator.codegen.exclude-gavs`]##
668668
ifdef::add-copy-button-to-config-props[]

0 commit comments

Comments
 (0)