Repository: hbase Updated Branches: refs/heads/branch-1.3 c732a43df -> 6ba2ada1b
HBASE-15801 Upgrade checkstyle for all branches Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/6ba2ada1 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/6ba2ada1 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/6ba2ada1 Branch: refs/heads/branch-1.3 Commit: 6ba2ada1bafd8a7bfffa6b09179f0b67622578fe Parents: c732a43 Author: zhangduo <zhang...@apache.org> Authored: Mon May 9 14:42:27 2016 +0800 Committer: zhangduo <zhang...@apache.org> Committed: Tue May 10 09:56:04 2016 +0800 ---------------------------------------------------------------------- pom.xml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/6ba2ada1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0d18d25..6f11d0b 100644 --- a/pom.xml +++ b/pom.xml @@ -769,13 +769,18 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.13</version> + <version>2.17</version> <dependencies> <dependency> <groupId>org.apache.hbase</groupId> <artifactId>hbase-checkstyle</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>com.puppycrawl.tools</groupId> + <artifactId>checkstyle</artifactId> + <version>${checkstyle.version}</version> + </dependency> </dependencies> <configuration> <configLocation>hbase/checkstyle.xml</configLocation> @@ -891,6 +896,11 @@ <artifactId>hbase-checkstyle</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>com.puppycrawl.tools</groupId> + <artifactId>checkstyle</artifactId> + <version>${checkstyle.version}</version> + </dependency> </dependencies> <configuration> <configLocation>hbase/checkstyle.xml</configLocation> @@ -1166,6 +1176,7 @@ <maven.antrun.version>1.6</maven.antrun.version> <jamon.plugin.version>2.4.1</jamon.plugin.version> <findbugs-annotations>1.3.9-1</findbugs-annotations> + <checkstyle.version>6.18</checkstyle.version> <javadoc.version>2.10.3</javadoc.version> <asciidoctor.plugin.version>1.5.2.1</asciidoctor.plugin.version> <!-- General Packaging --> @@ -2525,7 +2536,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.13</version> + <version>2.17</version> <configuration> <configLocation>hbase/checkstyle.xml</configLocation> <suppressionsLocation>hbase/checkstyle-suppressions.xml</suppressionsLocation>