Repository: whirr Updated Branches: refs/heads/trunk f70bdf7ee -> 79042f4de
Actually fixing inheritance Project: http://git-wip-us.apache.org/repos/asf/whirr/repo Commit: http://git-wip-us.apache.org/repos/asf/whirr/commit/79042f4d Tree: http://git-wip-us.apache.org/repos/asf/whirr/tree/79042f4d Diff: http://git-wip-us.apache.org/repos/asf/whirr/diff/79042f4d Branch: refs/heads/trunk Commit: 79042f4de9e7a3acac8a6c31be57de4e426f1ae2 Parents: f70bdf7 Author: Andrew Bayer <andrew.ba...@gmail.com> Authored: Thu Feb 27 15:13:59 2014 -0800 Committer: Andrew Bayer <andrew.ba...@gmail.com> Committed: Thu Feb 27 15:13:59 2014 -0800 ---------------------------------------------------------------------- services/druid/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/whirr/blob/79042f4d/services/druid/pom.xml ---------------------------------------------------------------------- diff --git a/services/druid/pom.xml b/services/druid/pom.xml index 286bbb4..e149973 100644 --- a/services/druid/pom.xml +++ b/services/druid/pom.xml @@ -19,7 +19,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.whirr</groupId> - <artifactId>whirr</artifactId> + <artifactId>whirr-parent</artifactId> <version>0.10.0-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent>