Commit d61029a3 authored by Russell Scheerer's avatar Russell Scheerer Committed by Stephane Nicoll

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

See gh-20143
parent 7970bf24
...@@ -191,7 +191,7 @@ publishing.publications.withType(MavenPublication) { ...@@ -191,7 +191,7 @@ publishing.publications.withType(MavenPublication) {
dependency { dependency {
delegate.groupId('org.springframework.boot') delegate.groupId('org.springframework.boot')
delegate.artifactId('spring-boot-maven-plugin') delegate.artifactId('spring-boot-maven-plugin')
delegate.version('${project.version}') delegate.version("${project.version}")
} }
} }
executions { executions {
......
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