Update maven plugins git-svn-id: https://svn.apache.org/repos/asf/commons/proper/dbutils/trunk@1611100 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/commons-dbutils/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbutils/commit/acab2e0b Tree: http://git-wip-us.apache.org/repos/asf/commons-dbutils/tree/acab2e0b Diff: http://git-wip-us.apache.org/repos/asf/commons-dbutils/diff/acab2e0b Branch: refs/heads/master Commit: acab2e0b1445c1767770652fac3d30f07328ee63 Parents: a7393c9 Author: Benedikt Ritter <[email protected]> Authored: Wed Jul 16 17:04:51 2014 +0000 Committer: Benedikt Ritter <[email protected]> Committed: Wed Jul 16 17:04:51 2014 +0000 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/acab2e0b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9789cc0..ba4dd6a 100644 --- a/pom.xml +++ b/pom.xml @@ -295,7 +295,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> - <version>2.4.0</version> + <version>2.5.4</version> <configuration> <threshold>Normal</threshold> <effort>Default</effort> @@ -304,12 +304,12 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> - <version>2.5.1</version> + <version>2.6</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> - <version>2.7.1</version> + <version>3.1</version> <configuration> <targetJdk>${maven.compile.source}</targetJdk> <rulesets>
