aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Ivanov <ivanov-jr@mail.ru>2017-02-27 06:27:59 -0800
committerRoman Ivanov <romani@users.noreply.github.com>2017-02-27 11:00:16 -0800
commitf0fd57ae3bbd19ef18f313e42ffdab94fb3b5096 (patch)
treed4b53f0257c23e1131deab294cb6acfaee95400d
parentf48e33f56b37de7bba6eb899df5ad536b5e23f3f (diff)
downloadcheckstyle-f0fd57ae3bbd19ef18f313e42ffdab94fb3b5096.tar.gz
config: bump maven-shade-plugin version to 3.0.0
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index ddead6827..62bbcbd67 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1357,7 +1357,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>2.4.3</version>
+ <version>3.0.0</version>
<executions>
<execution>
<phase>package</phase>