diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2014-08-09 00:44:21 +0200 |
---|---|---|
committer | Robin Rosenberg <robin.rosenberg@dewire.com> | 2014-08-11 10:48:59 -0400 |
commit | d0e80b2f69bf4ae62362cb27add73f15388bda33 (patch) | |
tree | 4dc7f8d418606f2d42368a2689ba5c590e66a2f6 /org.eclipse.jgit.packaging | |
parent | d87a2524daf33b88c555e719a82abcd41a10bf15 (diff) | |
download | jgit-d0e80b2f69bf4ae62362cb27add73f15388bda33.tar.gz jgit-d0e80b2f69bf4ae62362cb27add73f15388bda33.zip |
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 <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging')
-rw-r--r-- | org.eclipse.jgit.packaging/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml index 80a5d6ada0..946dab96b2 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -220,7 +220,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> - <version>1.7</version> + <version>1.9</version> </plugin> </plugins> </pluginManagement> |