Repository: cxf Updated Branches: refs/heads/master f8c17ef0a -> a45ef8e3f
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/ffd29da8 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/ffd29da8 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/ffd29da8 Branch: refs/heads/master Commit: ffd29da8c90f9484529a289eca7a2680871e5443 Parents: f8c17ef Author: Daniel Kulp <[email protected]> Authored: Thu May 8 09:53:10 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Thu May 8 09:53:10 2014 -0400 ---------------------------------------------------------------------- parent/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/ffd29da8/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index a288c67..d8342d7 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -297,7 +297,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> @@ -331,7 +331,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>
