Skip to content

Commit

Permalink
Update to the contributing guide to remove hyphens that could be misi…
Browse files Browse the repository at this point in the history
…nterpreted as being part of property names

Signed-off-by:Nathan Erwin <[email protected]>
  • Loading branch information
nderwin committed Oct 4, 2022
1 parent 6508d91 commit ad7d699
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ Wait for a bit and you're done.
When using the `main` branch, you need to use the group id `io.quarkus` instead of `io.quarkus.platform` for both the
Quarkus BOM and the Quarkus Maven Plugin.

In a standard Quarkus pom.xml set the `quarkus.platform.group-id`-property to `io.quarkus` and
the `quarkus.platform.version`-property to `999-SNAPSHOT` to build your application against the locally installed main
In a standard Quarkus pom.xml set the `quarkus.platform.group-id` property to `io.quarkus` and
the `quarkus.platform.version` property to `999-SNAPSHOT` to build your application against the locally installed main
branch.

You can now test your application.
Expand Down

0 comments on commit ad7d699

Please sign in to comment.