Repository: commons-pool Updated Branches: refs/heads/master 2b9893cbe -> 55de512ec
maven-checkstyle-plugin 2.17 -> 3.0.0. Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/55de512e Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/55de512e Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/55de512e Branch: refs/heads/master Commit: 55de512ecb1ad8fe8a45a3013218296174d1a081 Parents: 2b9893c Author: Gary Gregory <garydgreg...@gmail.com> Authored: Sat Jul 7 07:21:08 2018 -0600 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Sat Jul 7 07:21:08 2018 -0600 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-pool/blob/55de512e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 255f923..c6819c8 100644 --- a/pom.xml +++ b/pom.xml @@ -276,7 +276,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.17</version> + <version>3.0.0</version> <configuration> <configLocation>${basedir}/checkstyle.xml</configLocation> <enableRulesSummary>false</enableRulesSummary>