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/hyracks/pom.xml b/hyracks/pom.xml
index 6ed530a..144b6f4 100644
--- a/hyracks/pom.xml
+++ b/hyracks/pom.xml
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.hyracks</groupId>
- <artifactId>fullstack</artifactId>
+ <artifactId>apache-asterixdb-hyracks</artifactId>
<version>0.2.17-SNAPSHOT</version>
</parent>