Update checkstyle and pmd plugins
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/56f2bea3 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/56f2bea3 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/56f2bea3 Branch: refs/heads/2.7.x-fixes Commit: 56f2bea302170dd1bdc86cc89b8b7e27270a7c92 Parents: 9c68a29 Author: Daniel Kulp <[email protected]> Authored: Thu May 8 09:53:10 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Tue May 13 15:02:49 2014 -0400 ---------------------------------------------------------------------- parent/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/56f2bea3/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 2d6f453..4820bc7 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -301,7 +301,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.11</version> + <version>2.12.1</version> <dependencies> <dependency> <groupId>org.apache.cxf.build-utils</groupId> @@ -335,7 +335,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> - <version>3.0.1</version> + <version>3.1</version> <dependencies> <dependency> <groupId>org.apache.cxf.build-utils</groupId>
