summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@gmail.com>2017-02-10 10:38:32 +0900
committerMatthias Sohn <matthias.sohn@sap.com>2017-02-10 22:45:39 +0100
commitb2ec099aad402e73dc15f2efa40958ae14d0d745 (patch)
tree71842d8a1f4fb812bd71421dba69d0b174416a01 /pom.xml
parent3a746639349f35b8e216dc38d65a43c5ea14f10d (diff)
downloadjgit-b2ec099aad402e73dc15f2efa40958ae14d0d745.tar.gz
jgit-b2ec099aad402e73dc15f2efa40958ae14d0d745.zip
Upgrade maven-shade-plugin to 3.0.0
Change-Id: I46bf48657eceefc65b710a054df14dea5b9f15f8 Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 1b6b589839..dbc82f75c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -322,7 +322,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>2.4.3</version>
+ <version>3.0.0</version>
</plugin>
<plugin>