Skip to content

Commit 2b1190c

Browse files
committed
Correct type in bom's group ID
Closes gh-366
1 parent 4028654 commit 2b1190c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ The plugin also allows you to import an existing Maven bom to utilise its depend
298298
----
299299
dependencyManagement {
300300
imports {
301-
mavenBom 'org.springframework.boo:spring-boot-dependencies:3.1.1'
301+
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.1.1'
302302
}
303303
}
304304

0 commit comments

Comments
 (0)