Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2015-11-25 03:50:23 +0000
committerJan Bartel2015-11-25 03:50:23 +0000
commit7f8796bb511f76506915f07af045fb507e43a64b (patch)
tree74d0f882b0831e7cb860700435cadc8d1f52d032
parentc7ab05a0b877ba497782bd05ce058558966badf0 (diff)
downloadorg.eclipse.jetty.project-7f8796bb511f76506915f07af045fb507e43a64b.tar.gz
org.eclipse.jetty.project-7f8796bb511f76506915f07af045fb507e43a64b.tar.xz
org.eclipse.jetty.project-7f8796bb511f76506915f07af045fb507e43a64b.zip
Updated to shade plugin 2.4.2
-rw-r--r--jetty-client/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml
index c3738b3c31..9450cdcc99 100644
--- a/jetty-client/pom.xml
+++ b/jetty-client/pom.xml
@@ -51,7 +51,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>2.0</version>
+ <version>2.4.2</version>
<executions>
<execution>
<phase>package</phase>

Back to the top