You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by im...@apache.org on 2015/10/23 03:02:04 UTC

incubator-asterixdb git commit: Fix Docker parent dependency

Repository: incubator-asterixdb
Updated Branches:
  refs/heads/master 5a465a014 -> 971923d96


Fix Docker parent dependency

Change-Id: Icd525890a7313d924fdd018858d2f23c5fb87450
Reviewed-on: https://asterix-gerrit.ics.uci.edu/467
Reviewed-by: Chris Hillery <ce...@lambda.nu>
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>


Project: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/commit/971923d9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/tree/971923d9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/diff/971923d9

Branch: refs/heads/master
Commit: 971923d968da47635675625351b6664eac25c670
Parents: 5a465a0
Author: Ian Maxon <im...@apache.org>
Authored: Thu Oct 22 17:01:29 2015 -0700
Committer: Ian Maxon <im...@apache.org>
Committed: Thu Oct 22 17:58:55 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/971923d9/asterix-docker/pom.xml
----------------------------------------------------------------------
diff --git a/asterix-docker/pom.xml b/asterix-docker/pom.xml
index 6cf4a5e..6200a00 100644
--- a/asterix-docker/pom.xml
+++ b/asterix-docker/pom.xml
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <artifactId>asterix</artifactId>
-        <groupId>edu.uci.ics.asterix</groupId>
+        <groupId>org.apache.asterix</groupId>
         <version>0.8.7-SNAPSHOT</version>
     </parent>
     <artifactId>asterix-docker</artifactId>