Michael Blow has submitted this change and it was merged. Change subject: [NO ISSUE][MVN] Use consistent naming for hyracks modules ......................................................................
[NO ISSUE][MVN] Use consistent naming for hyracks modules Change-Id: I1a4bd3ddc336b1d7d39a7b4930a630c39fc47b95 Reviewed-on: https://asterix-gerrit.ics.uci.edu/2436 Reviewed-by: Till Westmann <[email protected]> Tested-by: Michael Blow <[email protected]> --- M hyracks-fullstack/pom.xml 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Anon. E. Moose #1000171: Till Westmann: Looks good to me, approved Michael Blow: Verified diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml index 9ac5d8f..393119d 100644 --- a/hyracks-fullstack/pom.xml +++ b/hyracks-fullstack/pom.xml @@ -68,7 +68,7 @@ <hadoop.version>2.2.0</hadoop.version> <jacoco.version>0.7.6.201602180812</jacoco.version> - <implementation.title>Apache Hyracks - ${project.name}</implementation.title> + <implementation.title>Apache Hyracks and Algebricks - ${project.name}</implementation.title> <implementation.url>https://asterixdb.apache.org/</implementation.url> <implementation.version>${project.version}</implementation.version> <implementation.vendor>${project.organization.name}</implementation.vendor> -- To view, visit https://asterix-gerrit.ics.uci.edu/2436 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1a4bd3ddc336b1d7d39a7b4930a630c39fc47b95 Gerrit-PatchSet: 2 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Michael Blow <[email protected]> Gerrit-Reviewer: Anon. E. Moose #1000171 Gerrit-Reviewer: Michael Blow <[email protected]> Gerrit-Reviewer: Till Westmann <[email protected]>
