Commit 2d1dffa3 authored by Andy Wilkinson's avatar Andy Wilkinson

Correct additions to spring-boot-starter-parent's pom

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
parent a6954614
...@@ -27,7 +27,7 @@ publishing.publications.withType(MavenPublication) { ...@@ -27,7 +27,7 @@ publishing.publications.withType(MavenPublication) {
delegate."project.reporting.outputEncoding"('UTF-8') delegate."project.reporting.outputEncoding"('UTF-8')
} }
} }
root.issueManagement.plus { root.scm.plus {
build { build {
resources { resources {
resource { resource {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment