Fix Spring Boot version reference in spring-boot-starter-parent

See gh-20143
pull/20157/head
Russell Scheerer 5 years ago committed by Stephane Nicoll
parent 7970bf2437
commit d61029a37a

@ -191,7 +191,7 @@ publishing.publications.withType(MavenPublication) {
dependency {
delegate.groupId('org.springframework.boot')
delegate.artifactId('spring-boot-maven-plugin')
delegate.version('${project.version}')
delegate.version("${project.version}")
}
}
executions {

Loading…
Cancel
Save