diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2016-12-18 10:37:47 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2016-12-18 10:38:19 +0100 |
commit | 727289c9b9fdb99b386e46a8e5972c314434d8ee (patch) | |
tree | 36c9d8375fee876d1c7407a8ba295ebadeaba616 /pom.xml | |
parent | 11d24e68442e97ba8a4132d749e7e7f4ebf1ff52 (diff) | |
download | jgit-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |