diff options
author | Shawn Pearce <spearce@spearce.org> | 2014-08-08 11:26:16 -0700 |
---|---|---|
committer | Shawn Pearce <spearce@spearce.org> | 2014-08-08 11:32:15 -0700 |
commit | 678a94fc6664793a3ecafc8b5bf1fbd18a3dc9e4 (patch) | |
tree | 88308aea8200e1176b0157c8e36736e7de9b7899 /pom.xml | |
parent | 4bd28bc9589abe7bf9ea6bc4dde8b4d683baf61a (diff) | |
download | jgit-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.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |