Updated Branches: refs/heads/hive-io-bump [created] fa337866c
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/68b6e6d4 Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/68b6e6d4 Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/68b6e6d4 Branch: refs/heads/hive-io-bump Commit: 68b6e6d4a94319d42028fc5dfd57d1fcbd29a87c Parents: 84cdd9f Author: Nitay Joffe <[email protected]> Authored: Sat Apr 6 02:09:40 2013 +0300 Committer: Nitay Joffe <[email protected]> Committed: Sat Apr 6 02:10:30 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/68b6e6d4/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/68b6e6d4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c883d41..a4013f4 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.6-SNAPSHOT</version> </dependency> <dependency> <groupId>com.google.guava</groupId>
