Skip to content

Commit

Permalink
build: enforce quarkus-config-doc-maven-plugin version (#1449)
Browse files Browse the repository at this point in the history
This is needed, otherwise Maven will just use the latest version
released in Maven Central - which might not be compatible with the model
generated by the quarkus-extension-processor.
  • Loading branch information
gsmet authored Oct 23, 2024
1 parent cc07371 commit ae0587b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/includes/attributes.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:quarkus-version: 3.15.0
:quarkus-version: 3.15.1
:quarkus-amazon-services-version: 3.0.0.alpha1
:maven-version: 3.8.1+

Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@
<artifactId>quarkus-maven-plugin</artifactId>
<version>${quarkus.version}</version>
</plugin>
<plugin>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-config-doc-maven-plugin</artifactId>
<version>${quarkus.version}</version>
</plugin>
<plugin>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-extension-maven-plugin</artifactId>
Expand Down

0 comments on commit ae0587b

Please sign in to comment.