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

See gh-20143
This commit is contained in:
Russell Scheerer
2020-02-12 09:07:15 -05:00
committed by Stephane Nicoll
parent 7970bf2437
commit d61029a37a

View File

@@ -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 {