Skip to content

Commit eaac00c

Browse files
authored
Merge pull request #30783 from mrizzi/getting-started-artifactId
<artifactId> uses 'quarkus.platform.artifact-id' property
2 parents 9caa731 + 6fda132 commit eaac00c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/asciidoc/getting-started.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ In addition, you can see the `quarkus-maven-plugin` responsible of the packaging
9393
<dependencies>
9494
<dependency>
9595
<groupId>${quarkus.platform.group-id}</groupId>
96-
<artifactId>quarkus-bom</artifactId>
96+
<artifactId>${quarkus.platform.artifact-id}</artifactId>
9797
<version>${quarkus.platform.version}</version>
9898
<type>pom</type>
9999
<scope>import</scope>

0 commit comments

Comments
 (0)