Repository: accumulo Updated Branches: refs/heads/1.6 e581d5b69 -> 288a2e108 refs/heads/1.7 ff0833643 -> 0e9f2085a refs/heads/master dee8d7aba -> 7bbf7ade1
ACCUMULO-4089 Fix checkstyle for JDK6 (1.6 branch only) Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/288a2e10 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/288a2e10 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/288a2e10 Branch: refs/heads/1.6 Commit: 288a2e108e1a3a3f0cd3bb083c77c56bec97bf08 Parents: e581d5b Author: Christopher Tubbs <ctubb...@apache.org> Authored: Tue Jan 5 16:11:42 2016 -0500 Committer: Christopher Tubbs <ctubb...@apache.org> Committed: Tue Jan 5 16:11:42 2016 -0500 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/288a2e10/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e8f39b9..833bf44 100644 --- a/pom.xml +++ b/pom.xml @@ -517,7 +517,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.13</version> + <version>2.15</version> </plugin> <plugin> <groupId>com.github.ekryd.sortpom</groupId> @@ -1026,7 +1026,7 @@ <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> - <version>6.6</version> + <version>6.1.1</version> </dependency> </dependencies> <executions>