Fix ASTERIXDB-1104

This changes the wrapper hyracks-ecosystem POM to a name that makes
more sense for distributing as a source tarball. Nothing depends on
this artifact so changing its name should not be a big deal.

Change-Id: Id3a57fe0a26957e42ced6be4ecb8a39a392f16bf
Reviewed-on: https://asterix-gerrit.ics.uci.edu/516
Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Reviewed-by: Till Westmann <tillw@apache.org>
diff --git a/algebricks/pom.xml b/algebricks/pom.xml
index a59edba..b3d54d0 100644
--- a/algebricks/pom.xml
+++ b/algebricks/pom.xml
@@ -27,7 +27,7 @@
 
   <parent>
     <groupId>org.apache.hyracks</groupId>
-    <artifactId>fullstack</artifactId>
+    <artifactId>apache-asterixdb-hyracks</artifactId>
     <version>0.2.17-SNAPSHOT</version>
   </parent>