diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle b/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle index ec051147f579..92a03ed92f82 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle @@ -191,7 +191,7 @@ publishing.publications.withType(MavenPublication) { dependency { delegate.groupId('org.springframework.boot') delegate.artifactId('spring-boot-maven-plugin') - delegate.version('${revision}') + delegate.version('${project.version}') } } executions {