Commit 90f7a3fd authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #20143 from scheerer

* pr/20143:
  Fix Spring Boot version reference in spring-boot-starter-parent

Closes gh-20143
parents 7970bf24 d61029a3
...@@ -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