From d0e80b2f69bf4ae62362cb27add73f15388bda33 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Sat, 9 Aug 2014 00:44:21 +0200 Subject: [PATCH] Update maven plugins to latest versions Also, remove unused findbugs exclude filter in java7 bundle since latest findbugs plugins raises an error on this. Change-Id: I791fc054596e7d9aa9f3cc8126eb0162539c57bf Signed-off-by: Matthias Sohn --- org.eclipse.jgit.java7/pom.xml | 8 -------- org.eclipse.jgit.packaging/pom.xml | 2 +- pom.xml | 14 +++++++------- 3 files changed, 8 insertions(+), 16 deletions(-) diff --git a/org.eclipse.jgit.java7/pom.xml b/org.eclipse.jgit.java7/pom.xml index 6d4aaf825..3f2c330b8 100644 --- a/org.eclipse.jgit.java7/pom.xml +++ b/org.eclipse.jgit.java7/pom.xml @@ -176,14 +176,6 @@ - - - org.codehaus.mojo - findbugs-maven-plugin - - findBugs/FindBugsExcludeFilter.xml - - diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml index 80a5d6ada..946dab96b 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -220,7 +220,7 @@ org.codehaus.mojo build-helper-maven-plugin - 1.7 + 1.9 diff --git a/pom.xml b/pom.xml index 0a8da1f36..e318226dc 100644 --- a/pom.xml +++ b/pom.xml @@ -186,7 +186,7 @@ 4.3.1 2.5 7.6.14.v20131031 - 2.4 + 2.6.1 4.1.3 @@ -246,7 +246,7 @@ org.apache.maven.plugins maven-shade-plugin - 2.1 + 2.3 @@ -276,7 +276,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.16 + 2.17 ${test-fork-count} true @@ -286,13 +286,13 @@ org.codehaus.mojo build-helper-maven-plugin - 1.8 + 1.9 org.codehaus.mojo findbugs-maven-plugin - 2.5.2 + 3.0.0 true false @@ -309,7 +309,7 @@ org.apache.maven.plugins maven-pmd-plugin - 3.0.1 + 3.2 utf-8 100 @@ -354,7 +354,7 @@ org.jacoco jacoco-maven-plugin - 0.7.0.201403182114 + 0.7.1.201405082137