Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse2019-05-20 23:25:38 +0000
committerDavid Pursehouse2019-05-23 01:13:13 +0000
commit87c7bda9145296625a9dbd6c7c75c59033dd8f02 (patch)
tree90e9a866a6cb6ed1d7e8557276ff54e6cf181733 /pom.xml
parentd510929a253fe4bc6673928d1a0119ae1943fd7c (diff)
downloadjgit-87c7bda9145296625a9dbd6c7c75c59033dd8f02.tar.gz
jgit-87c7bda9145296625a9dbd6c7c75c59033dd8f02.tar.xz
jgit-87c7bda9145296625a9dbd6c7c75c59033dd8f02.zip
Upgrade maven-source-plugin to 3.1.0
Change-Id: I8253e75f5038b6c0e2205d74683e0ebd9839dd33 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 92e67ba478..780cbdc2bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -282,7 +282,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
- <version>3.0.1</version>
+ <version>3.1.0</version>
</plugin>
<plugin>

Back to the top