You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@giraph.apache.org by ni...@apache.org on 2013/04/06 01:15:00 UTC

[2/3] git commit: updated refs/heads/hive-io-bump to fa33786

bump hive IO dependency


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

Branch: refs/heads/hive-io-bump
Commit: 1063a557738d6d41dab28c283d8106c91f6e0ec4
Parents: 84cdd9f
Author: Nitay Joffe <ni...@apache.org>
Authored: Sat Apr 6 02:09:40 2013 +0300
Committer: Nitay Joffe <ni...@apache.org>
Committed: Sat Apr 6 02:12:34 2013 +0300

----------------------------------------------------------------------
 giraph-hive/pom.xml |    2 +-
 pom.xml             |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/giraph/blob/1063a557/giraph-hive/pom.xml
----------------------------------------------------------------------
diff --git a/giraph-hive/pom.xml b/giraph-hive/pom.xml
index cc16ca2..2f80165 100644
--- a/giraph-hive/pom.xml
+++ b/giraph-hive/pom.xml
@@ -73,7 +73,7 @@ under the License.
     <!-- compile dependencies. sorted lexicographically. -->
     <dependency>
       <groupId>com.facebook.giraph.hive</groupId>
-      <artifactId>hive-io-experimental</artifactId>
+      <artifactId>hive-io-exp-core</artifactId>
     </dependency>
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>

http://git-wip-us.apache.org/repos/asf/giraph/blob/1063a557/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c883d41..b8b5432 100644
--- a/pom.xml
+++ b/pom.xml
@@ -936,8 +936,8 @@ under the License.
       <!-- compile dependencies. sorted lexicographically. -->
       <dependency>
         <groupId>com.facebook.giraph.hive</groupId>
-        <artifactId>hive-io-experimental</artifactId>
-        <version>0.5</version>
+        <artifactId>hive-io-exp-core</artifactId>
+        <version>0.7</version>
       </dependency>
       <dependency>
         <groupId>com.google.guava</groupId>