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.
2 parents 2020460 + 7f23b9d commit 0083a59Copy full SHA for 0083a59
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