Commit f99df985 authored by Phillip Webb's avatar Phillip Webb

Unify maven-shade-plugin version in parent POM

Closes gh-14440
parent 670d9bd6
...@@ -206,7 +206,7 @@ ...@@ -206,7 +206,7 @@
<dependency> <dependency>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId> <artifactId>maven-shade-plugin</artifactId>
<version>2.2</version> <version>${maven-shade-plugin.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.maven.plugin-tools</groupId> <groupId>org.apache.maven.plugin-tools</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment