You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datafu.apache.org by mh...@apache.org on 2014/05/20 19:40:28 UTC

git commit: DATAFU-48 Upgrade gradle to 17.0 Specifically motivated by the improvements to hashing library, but also because we're six versions behind at the moment.

Repository: incubator-datafu
Updated Branches:
  refs/heads/master 6d3acbb36 -> 5d4ccfd76


DATAFU-48 Upgrade gradle to 17.0 Specifically motivated by the improvements to hashing library, but also because we're six versions behind at the moment.

https://issues.apache.org/jira/browse/DATAFU-48

Signed-off-by: Matt Hayes <mh...@linkedin.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-datafu/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-datafu/commit/5d4ccfd7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-datafu/tree/5d4ccfd7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-datafu/diff/5d4ccfd7

Branch: refs/heads/master
Commit: 5d4ccfd769b2655a9226cdc09320af6fc307a4be
Parents: 6d3acbb
Author: Philip (flip) Kromer <fl...@infochimps.org>
Authored: Mon May 19 17:30:53 2014 -0500
Committer: Matt Hayes <mh...@linkedin.com>
Committed: Tue May 20 10:39:57 2014 -0700

----------------------------------------------------------------------
 .gitignore                        | 3 +++
 gradle.properties                 | 2 +-
 gradle/dependency-versions.gradle | 4 ++--
 3 files changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-datafu/blob/5d4ccfd7/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 98bcd66..bafad11 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,6 @@ pigunit-input-overriden.txt
 .idea
 .DS_Store
 datafu-pig/input*
+datafu-pig/docs
+datafu-pig/queries
+datafu-pig/query

http://git-wip-us.apache.org/repos/asf/incubator-datafu/blob/5d4ccfd7/gradle.properties
----------------------------------------------------------------------
diff --git a/gradle.properties b/gradle.properties
index 98e86a2..33df918 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,2 +1,2 @@
 group=org.apache.datafu
-version=1.2.1
\ No newline at end of file
+version=1.2.1

http://git-wip-us.apache.org/repos/asf/incubator-datafu/blob/5d4ccfd7/gradle/dependency-versions.gradle
----------------------------------------------------------------------
diff --git a/gradle/dependency-versions.gradle b/gradle/dependency-versions.gradle
index 560454f..848074c 100644
--- a/gradle/dependency-versions.gradle
+++ b/gradle/dependency-versions.gradle
@@ -5,7 +5,7 @@ ext {
   commonsMathVersion="2.2"
   commonsIoVersion="2.4"
   fastutilVersion="6.5.7"
-  guavaVersion="11.0"
+  guavaVersion="17.0"
   hadoopVersion="1.0.4"
   jodaTimeVersion="1.6"
   log4jVersion="1.2.17"
@@ -20,4 +20,4 @@ ext {
   jsonVersion="20090211"
   jsr311Version="1.1.1"
   slf4jVersion="1.6.4"
-}
\ No newline at end of file
+}