Repository: jena Updated Branches: refs/heads/master a0aa6e915 -> 6bf5715b8
Fix stale references to old Jena Elephas module names Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/6bf5715b Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/6bf5715b Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/6bf5715b Branch: refs/heads/master Commit: 6bf5715b8e0adf434b10b294d71196e4b38459cf Parents: a0aa6e9 Author: Rob Vesse <[email protected]> Authored: Mon Feb 23 10:06:26 2015 +0000 Committer: Rob Vesse <[email protected]> Committed: Mon Feb 23 10:06:26 2015 +0000 ---------------------------------------------------------------------- jena-elephas/jena-elephas-mapreduce/pom.xml | 2 +- jena-elephas/jena-elephas-stats/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/6bf5715b/jena-elephas/jena-elephas-mapreduce/pom.xml ---------------------------------------------------------------------- diff --git a/jena-elephas/jena-elephas-mapreduce/pom.xml b/jena-elephas/jena-elephas-mapreduce/pom.xml index 5b18cf4..c41f0a2 100644 --- a/jena-elephas/jena-elephas-mapreduce/pom.xml +++ b/jena-elephas/jena-elephas-mapreduce/pom.xml @@ -30,7 +30,7 @@ <!-- Internal Project Dependencies --> <dependency> <groupId>org.apache.jena</groupId> - <artifactId>jena-hadoop-rdf-common</artifactId> + <artifactId>jena-elephas-common</artifactId> <version>${project.version}</version> </dependency> http://git-wip-us.apache.org/repos/asf/jena/blob/6bf5715b/jena-elephas/jena-elephas-stats/pom.xml ---------------------------------------------------------------------- diff --git a/jena-elephas/jena-elephas-stats/pom.xml b/jena-elephas/jena-elephas-stats/pom.xml index 4fd40d8..07eda12 100644 --- a/jena-elephas/jena-elephas-stats/pom.xml +++ b/jena-elephas/jena-elephas-stats/pom.xml @@ -63,7 +63,7 @@ <!-- Test Dependencies --> <dependency> <groupId>org.apache.jena</groupId> - <artifactId>jena-hadoop-rdf-mapreduce</artifactId> + <artifactId>jena-elephas-mapreduce</artifactId> <version>${project.version}</version> <classifier>tests</classifier> <scope>test</scope>
