Skip to content

Commit

Permalink
Correct additions to spring-boot-starter-parent's pom
Browse files Browse the repository at this point in the history
Following the fix for gh-21989, spring-boot-starter-parent no longer
contains an <issueManagement> element. As a result the additional
content was no longer being added to the pom. This commit updates
the additions so that they are now added after the <scm> element
that is still present.

See gh-21989
  • Loading branch information
wilkinsona committed Jun 17, 2020
1 parent a695461 commit 2d1dffa
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -27,7 +27,7 @@ publishing.publications.withType(MavenPublication) {
delegate."project.reporting.outputEncoding"('UTF-8')
}
}
root.issueManagement.plus {
root.scm.plus {
build {
resources {
resource {
Expand Down

0 comments on commit 2d1dffa

Please sign in to comment.