Skip to content

Commit

Permalink
Merge pull request #30783 from mrizzi/getting-started-artifactId
Browse files Browse the repository at this point in the history
<artifactId> uses 'quarkus.platform.artifact-id' property
  • Loading branch information
gsmet authored Feb 1, 2023
2 parents 9caa731 + 6fda132 commit eaac00c
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 eaac00c

Please sign in to comment.