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/pom.xml b/pom.xml
index c0f097f..0050275 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.hyracks</groupId>
-  <artifactId>fullstack</artifactId>
+  <artifactId>apache-asterixdb-hyracks</artifactId>
   <version>0.2.17-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>hyracks-ecosystem-full-stack</name>