Updated Branches: refs/heads/trunk 5d1bc2de1 -> 88a86ea70
GIRAPH-829 Project: http://git-wip-us.apache.org/repos/asf/giraph/repo Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/88a86ea7 Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/88a86ea7 Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/88a86ea7 Branch: refs/heads/trunk Commit: 88a86ea70338b93f52811c8ccdf732bd55d9a8e4 Parents: 5d1bc2d Author: Claudio Martella <[email protected]> Authored: Fri Jan 24 17:54:42 2014 +0100 Committer: Claudio Martella <[email protected]> Committed: Fri Jan 24 17:54:42 2014 +0100 ---------------------------------------------------------------------- CHANGELOG | 2 ++ giraph-dist/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/giraph/blob/88a86ea7/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 3862d07..dc25b49 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ Giraph Change Log Release 1.1.0 - unreleased + GIRAPH-829: Compilation error due to wrong rexster jar file (armax00 via claudio) + GIRAPH-803: Rexster I/O new complete API (armax00 via claudio) GIRAPH-805: getZookeeperList can return null (armax00 via claudio) http://git-wip-us.apache.org/repos/asf/giraph/blob/88a86ea7/giraph-dist/pom.xml ---------------------------------------------------------------------- diff --git a/giraph-dist/pom.xml b/giraph-dist/pom.xml index 96ebcd9..1830ca7 100644 --- a/giraph-dist/pom.xml +++ b/giraph-dist/pom.xml @@ -79,7 +79,7 @@ </dependency> <dependency> <groupId>org.apache.giraph</groupId> - <artifactId>giraph-rexster</artifactId> + <artifactId>giraph-rexster-io</artifactId> </dependency> <dependency> <groupId>org.apache.giraph</groupId> http://git-wip-us.apache.org/repos/asf/giraph/blob/88a86ea7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b4de73e..efad0de 100644 --- a/pom.xml +++ b/pom.xml @@ -1528,7 +1528,7 @@ under the License. </dependency> <dependency> <groupId>org.apache.giraph</groupId> - <artifactId>giraph-rexster</artifactId> + <artifactId>giraph-rexster-io</artifactId> <version>${project.version}</version> </dependency> <dependency>
