We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2020460 commit 7f23b9dCopy full SHA for 7f23b9d
spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle
@@ -191,7 +191,7 @@ publishing.publications.withType(MavenPublication) {
191
dependency {
192
delegate.groupId('org.springframework.boot')
193
delegate.artifactId('spring-boot-maven-plugin')
194
- delegate.version('${revision}')
+ delegate.version('${project.version}')
195
}
196
197
executions {
0 commit comments