You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whirr.apache.org by ab...@apache.org on 2014/02/27 23:58:38 UTC

git commit: Fixing Druid parent POM

Repository: whirr
Updated Branches:
  refs/heads/branch-0.9 b79bde842 -> e12ccbba3


Fixing Druid parent POM


Project: http://git-wip-us.apache.org/repos/asf/whirr/repo
Commit: http://git-wip-us.apache.org/repos/asf/whirr/commit/e12ccbba
Tree: http://git-wip-us.apache.org/repos/asf/whirr/tree/e12ccbba
Diff: http://git-wip-us.apache.org/repos/asf/whirr/diff/e12ccbba

Branch: refs/heads/branch-0.9
Commit: e12ccbba3c07d2d9b1d76fd667b282249db63d14
Parents: b79bde8
Author: Andrew Bayer <an...@gmail.com>
Authored: Thu Feb 27 14:58:32 2014 -0800
Committer: Andrew Bayer <an...@gmail.com>
Committed: Thu Feb 27 14:58:32 2014 -0800

----------------------------------------------------------------------
 services/druid/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/whirr/blob/e12ccbba/services/druid/pom.xml
----------------------------------------------------------------------
diff --git a/services/druid/pom.xml b/services/druid/pom.xml
index b72ee04..4eaa973 100644
--- a/services/druid/pom.xml
+++ b/services/druid/pom.xml
@@ -21,7 +21,7 @@
         <groupId>org.apache.whirr</groupId>
         <artifactId>whirr</artifactId>
         <version>0.9.0-SNAPSHOT</version>
-        <relativePath>../../pom.xml</relativePath>
+        <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <groupId>org.apache.whirr</groupId>
     <artifactId>whirr-druid</artifactId>