Skip to content

Commit f99df98

Browse files
committed
Unify maven-shade-plugin version in parent POM
Closes gh-14440
1 parent 670d9bd commit f99df98

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
<dependency>
207207
<groupId>org.apache.maven.plugins</groupId>
208208
<artifactId>maven-shade-plugin</artifactId>
209-
<version>2.2</version>
209+
<version>${maven-shade-plugin.version}</version>
210210
</dependency>
211211
<dependency>
212212
<groupId>org.apache.maven.plugin-tools</groupId>

0 commit comments

Comments
 (0)