Ian Maxon has submitted this change and it was merged. Change subject: Add scm tag back to Hyracks pom ......................................................................
Add scm tag back to Hyracks pom Change-Id: I9c409a58fb93aee81e3d5661525d09cb377e5884 Reviewed-on: https://asterix-gerrit.ics.uci.edu/1445 Reviewed-by: Michael Blow <[email protected]> Sonar-Qube: Jenkins <[email protected]> Tested-by: Jenkins <[email protected]> --- M hyracks-fullstack/pom.xml 1 file changed, 7 insertions(+), 0 deletions(-) Approvals: Michael Blow: Looks good to me, approved Jenkins: Verified; No violations found diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml index 6c153c6..1213ba0 100644 --- a/hyracks-fullstack/pom.xml +++ b/hyracks-fullstack/pom.xml @@ -42,6 +42,13 @@ </license> </licenses> + <scm> + <connection>scm:git:https://github.com/apache/asterixdb</connection> + <developerConnection>scm:git:ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb</developerConnection> + <url>https://github.com/apache/asterixdb</url> + <tag>HEAD</tag> + </scm> + <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <jdk.version>1.8</jdk.version> -- To view, visit https://asterix-gerrit.ics.uci.edu/1445 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9c409a58fb93aee81e3d5661525d09cb377e5884 Gerrit-PatchSet: 2 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Ian Maxon <[email protected]> Gerrit-Reviewer: Ian Maxon <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]> Gerrit-Reviewer: Till Westmann <[email protected]>
