Skip to content

Commit 0083a59

Browse files
committed
Merge pull request #20052 from scheerer
* pr/20052: Fix variable reference in maven-shade-plugin configuration Closes gh-20052
2 parents 2020460 + 7f23b9d commit 0083a59

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-starters/spring-boot-starter-parent

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ publishing.publications.withType(MavenPublication) {
191191
dependency {
192192
delegate.groupId('org.springframework.boot')
193193
delegate.artifactId('spring-boot-maven-plugin')
194-
delegate.version('${revision}')
194+
delegate.version('${project.version}')
195195
}
196196
}
197197
executions {

0 commit comments

Comments
 (0)