summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@gmail.com>2017-12-13 10:35:54 +0900
committerMatthias Sohn <matthias.sohn@sap.com>2017-12-16 14:30:03 +0100
commit00e2c5a60cea77a0d09668158af43e7563b4c670 (patch)
tree76955986aceba39b3da6a45d79d6e5d9047908f1 /pom.xml
parented38840ebae6f9173deaf91c20396622d6a0407f (diff)
downloadjgit-00e2c5a60cea77a0d09668158af43e7563b4c670.tar.gz
jgit-00e2c5a60cea77a0d09668158af43e7563b4c670.zip
Upgrade maven-shade-plugin to 3.1.0
Change-Id: I14d746dfbfcea0d87378894b74c0cd673253f566 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 afa68a6293..2b4b3de5c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -328,7 +328,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0</version>
</plugin>
<plugin>