]> source.dussan.org Git - jgit.git/commitdiff
Update Maven JAR plugins 12/31312/1
authorShawn Pearce <spearce@spearce.org>
Fri, 8 Aug 2014 18:26:16 +0000 (11:26 -0700)
committerShawn Pearce <spearce@spearce.org>
Fri, 8 Aug 2014 18:32:15 +0000 (11:32 -0700)
Seems to fix the build stalls observed under some builds of the
Java 7 JRE.

Change-Id: I94d5e927b5b2ec3971e9a70c18966368a61ec14c

pom.xml

diff --git a/pom.xml b/pom.xml
index a26e9ffa16267bcb9a8e987ffadcf685365ab573..0a8da1f36d1cfc334966115c06f918d565596697 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>2.4</version>
+          <version>2.5</version>
           <configuration>
             <archive>
               <manifestEntries>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-source-plugin</artifactId>
-          <version>2.2.1</version>
+          <version>2.3</version>
         </plugin>
 
         <plugin>