From f99df9858811729b82cf95783a65ec7954a961f2 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 11 Sep 2018 21:59:00 -0700 Subject: [PATCH] Unify maven-shade-plugin version in parent POM Closes gh-14440 --- spring-boot-project/spring-boot-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-parent/pom.xml b/spring-boot-project/spring-boot-parent/pom.xml index a713c1b44fe..1d4f2385a4c 100644 --- a/spring-boot-project/spring-boot-parent/pom.xml +++ b/spring-boot-project/spring-boot-parent/pom.xml @@ -206,7 +206,7 @@ org.apache.maven.plugins maven-shade-plugin - 2.2 + ${maven-shade-plugin.version} org.apache.maven.plugin-tools