You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by sz...@apache.org on 2015/09/16 20:25:25 UTC

hive git commit: HIVE-11816 : Upgrade groovy to 2.4.4 (Szehon, reviewed by Xuefu)

Repository: hive
Updated Branches:
  refs/heads/master ce71355ca -> 57158da63


HIVE-11816 : Upgrade groovy to 2.4.4 (Szehon, reviewed by Xuefu)


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

Branch: refs/heads/master
Commit: 57158da63d6ab2b96b5c5b2ed8cba75d46467777
Parents: ce71355
Author: Szehon Ho <sz...@cloudera.com>
Authored: Wed Sep 16 11:24:59 2015 -0700
Committer: Szehon Ho <sz...@cloudera.com>
Committed: Wed Sep 16 11:24:59 2015 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/57158da6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 342224d..2a83070 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,7 @@
     <derby.version>10.10.2.0</derby.version>
     <dropwizard.version>3.1.0</dropwizard.version>
     <guava.version>14.0.1</guava.version>
-    <groovy.version>2.1.6</groovy.version>
+    <groovy.version>2.4.4</groovy.version>
     <hadoop-20S.version>1.2.1</hadoop-20S.version>
     <hadoop-23.version>2.6.0</hadoop-23.version>
     <hadoop.bin.path>${basedir}/${hive.path.to.root}/testutils/hadoop</hadoop.bin.path>