summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorShawn Pearce <spearce@spearce.org>2014-08-08 11:26:16 -0700
committerShawn Pearce <spearce@spearce.org>2014-08-08 11:32:15 -0700
commit678a94fc6664793a3ecafc8b5bf1fbd18a3dc9e4 (patch)
tree88308aea8200e1176b0157c8e36736e7de9b7899 /pom.xml
parent4bd28bc9589abe7bf9ea6bc4dde8b4d683baf61a (diff)
downloadjgit-678a94fc6664793a3ecafc8b5bf1fbd18a3dc9e4.tar.gz
jgit-678a94fc6664793a3ecafc8b5bf1fbd18a3dc9e4.zip
Update Maven JAR plugins
Seems to fix the build stalls observed under some builds of the Java 7 JRE. Change-Id: I94d5e927b5b2ec3971e9a70c18966368a61ec14c
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index a26e9ffa16..0a8da1f36d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -216,7 +216,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
- <version>2.4</version>
+ <version>2.5</version>
<configuration>
<archive>
<manifestEntries>
@@ -264,7 +264,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
- <version>2.2.1</version>
+ <version>2.3</version>
</plugin>
<plugin>