summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2016-12-18 10:37:47 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2016-12-18 10:38:19 +0100
commit727289c9b9fdb99b386e46a8e5972c314434d8ee (patch)
tree36c9d8375fee876d1c7407a8ba295ebadeaba616 /pom.xml
parent11d24e68442e97ba8a4132d749e7e7f4ebf1ff52 (diff)
downloadjgit-727289c9b9fdb99b386e46a8e5972c314434d8ee.tar.gz
jgit-727289c9b9fdb99b386e46a8e5972c314434d8ee.zip
Update maven-source-plugin to 3.0.1 to fix OOM during build
Recently we frequently suffer from OutOfMemoryError when creating source archives in the Maven build. maven-source-plugin 3.0.0 has a bug [1] causing OOM which is fixed in 3.0.1. [1] https://issues.apache.org/jira/browse/MSOURCES-94 Change-Id: Ie900bd546c42523c5a04e22bd3d3f510d2a81ca2 Signed-off-by: Matthias Sohn <matthias.sohn@sap.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 c9dc382888..f8de80ab60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -339,7 +339,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
- <version>3.0.0</version>
+ <version>3.0.1</version>
</plugin>
<plugin>