Skip to content

Commit

Permalink
Correct type in bom's group ID
Browse files Browse the repository at this point in the history
Closes gh-366
  • Loading branch information
wilkinsona committed Aug 29, 2023
1 parent 4028654 commit 2b1190c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ The plugin also allows you to import an existing Maven bom to utilise its depend
----
dependencyManagement {
imports {
mavenBom 'org.springframework.boo:spring-boot-dependencies:3.1.1'
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.1.1'
}
}
Expand Down

0 comments on commit 2b1190c

Please sign in to comment.