You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ga...@apache.org on 2017/11/17 19:08:04 UTC

hive git commit: HIVE-18084 Upgrade checkstyle version to support lambdas (Adam Szita via Alan Gates)

Repository: hive
Updated Branches:
  refs/heads/master 7a24defc9 -> c1d9b2021


HIVE-18084 Upgrade checkstyle version to support lambdas (Adam Szita via Alan Gates)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/c1d9b202
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/c1d9b202
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/c1d9b202

Branch: refs/heads/master
Commit: c1d9b2021dda554d85c9fc3417f3187e26dd0066
Parents: 7a24def
Author: Alan Gates <ga...@hortonworks.com>
Authored: Fri Nov 17 11:07:04 2017 -0800
Committer: Alan Gates <ga...@hortonworks.com>
Committed: Fri Nov 17 11:07:04 2017 -0800

----------------------------------------------------------------------
 pom.xml                      | 2 +-
 standalone-metastore/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/c1d9b202/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index dfb29ce..04fb7c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,7 @@
     <maven.test.jvm.args>-Xmx1024m</maven.test.jvm.args>
     <maven.antrun.plugin.version>1.7</maven.antrun.plugin.version>
     <maven.assembly.plugin.version>2.3</maven.assembly.plugin.version>
-    <maven.checkstyle.plugin.version>2.12.1</maven.checkstyle.plugin.version>
+    <maven.checkstyle.plugin.version>2.15</maven.checkstyle.plugin.version>
     <maven.compiler.plugin.version>3.6.1</maven.compiler.plugin.version>
     <maven.enforcer.plugin.version>1.3.1</maven.enforcer.plugin.version>
     <maven.install.plugin.version>2.4</maven.install.plugin.version>

http://git-wip-us.apache.org/repos/asf/hive/blob/c1d9b202/standalone-metastore/pom.xml
----------------------------------------------------------------------
diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml
index de546fd..8d531b2 100644
--- a/standalone-metastore/pom.xml
+++ b/standalone-metastore/pom.xml
@@ -49,7 +49,7 @@
     <ant.contrib.version>1.0b3</ant.contrib.version>
     <maven.antrun.plugin.version>1.7</maven.antrun.plugin.version>
     <checkstyle.conf.dir>${basedir}/checkstyle/</checkstyle.conf.dir>
-    <maven.checkstyle.plugin.version>2.12.1</maven.checkstyle.plugin.version>
+    <maven.checkstyle.plugin.version>2.15</maven.checkstyle.plugin.version>
 
     <!-- Dependency versions -->
     <antlr.version>3.5.2</antlr.version>