ACCUMULO-4089 Revert the checkstyle-plugin version Version 2.15 doesn't work with out JDK6 limit on 1.6.x
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/401350f0 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/401350f0 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/401350f0 Branch: refs/heads/1.7 Commit: 401350f08807a7544d31e42ce6cc297ab45df8f4 Parents: 7aaecbb Author: Josh Elser <els...@apache.org> Authored: Wed Dec 30 20:33:41 2015 -0500 Committer: Josh Elser <els...@apache.org> Committed: Wed Dec 30 20:45:10 2015 -0500 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/401350f0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3a8b7be..58fabb4 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.15</version> + <version>2.13</version> </plugin> <plugin> <groupId>com.github.ekryd.sortpom</groupId>