Skip to content

Commit

Permalink
<artifactId> uses 'quarkus.platform.artifact-id' property
Browse files Browse the repository at this point in the history
  • Loading branch information
mrizzi committed Feb 1, 2023
1 parent 4a50d50 commit 6fda132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/getting-started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ In addition, you can see the `quarkus-maven-plugin` responsible of the packaging
<dependencies>
<dependency>
<groupId>${quarkus.platform.group-id}</groupId>
<artifactId>quarkus-bom</artifactId>
<artifactId>${quarkus.platform.artifact-id}</artifactId>
<version>${quarkus.platform.version}</version>
<type>pom</type>
<scope>import</scope>
Expand Down

0 comments on commit 6fda132

Please sign in to comment.