diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-09-11 23:14:42 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-09-11 23:30:05 +0200 |
commit | 4b8a848a477cc77caf8e74de6d28b3bcbcaed413 (patch) | |
tree | c4b7899a301a0ab46c3e73121b616481d3c29d9d /org.eclipse.jgit.http.test/pom.xml | |
parent | 52ab578cd7180d114e01f5c3584424537e3440e3 (diff) | |
parent | 3af38b4fee78bd484bca8c8d795f7b199a6f1618 (diff) | |
download | jgit-4b8a848a477cc77caf8e74de6d28b3bcbcaed413.tar.gz jgit-4b8a848a477cc77caf8e74de6d28b3bcbcaed413.zip |
Merge branch 'stable-3.0'
* stable-3.0:
Prepare post 3.0.2 builds
JGit v3.0.2.201311090911-r
Change-Id: I99a7d1072285646f7fcd4169225c1fd249ad5e37
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.http.test/pom.xml')
-rw-r--r-- | org.eclipse.jgit.http.test/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.http.test/pom.xml b/org.eclipse.jgit.http.test/pom.xml index e9c43480be..c24ef1c87f 100644 --- a/org.eclipse.jgit.http.test/pom.xml +++ b/org.eclipse.jgit.http.test/pom.xml @@ -126,7 +126,7 @@ <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> - <argLine>-Djava.io.tmpdir=${project.build.directory}</argLine> + <argLine>-Djava.io.tmpdir=${project.build.directory} -Xmx300m</argLine> </configuration> </plugin> </plugins> |