Updated Branches: refs/heads/trunk 905d5f60b -> e709fda6b
GIRAPH-559: use hive-io-experimental release (nitay) Project: http://git-wip-us.apache.org/repos/asf/giraph/repo Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/e709fda6 Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/e709fda6 Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/e709fda6 Branch: refs/heads/trunk Commit: e709fda6bd42b7c34a258f6db53315a0810172a1 Parents: 905d5f6 Author: Nitay Joffe <[email protected]> Authored: Thu Mar 14 09:36:29 2013 -0400 Committer: Nitay Joffe <[email protected]> Committed: Thu Mar 14 14:17:56 2013 -0400 ---------------------------------------------------------------------- CHANGELOG | 2 ++ pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/giraph/blob/e709fda6/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 3603786..ebdb6df 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ Giraph Change Log Release 0.2.0 - unreleased + GIRAPH-559: use hive-io-experimental release (nitay) + GIRAPH-562: Implement getConf/setConf in AbstractHive classes (majakabiljo) GIRAPH-561: Only print vertex/edge input classes if not null (aching) http://git-wip-us.apache.org/repos/asf/giraph/blob/e709fda6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b86a932..8d29304 100644 --- a/pom.xml +++ b/pom.xml @@ -881,7 +881,7 @@ under the License. <dependency> <groupId>com.facebook.giraph.hive</groupId> <artifactId>hive-io-experimental</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> </dependency> <dependency> <groupId>com.google.guava</groupId>
