Ian Maxon has submitted this change and it was merged. Change subject: Move scm tag to TLP ......................................................................
Move scm tag to TLP Change-Id: I880e6bf015986dea9235360a859de2f49bfc6e3b Reviewed-on: https://asterix-gerrit.ics.uci.edu/1441 Sonar-Qube: Jenkins <[email protected]> Tested-by: Jenkins <[email protected]> Reviewed-by: Ian Maxon <[email protected]> Integration-Tests: Jenkins <[email protected]> --- M pom.xml 1 file changed, 7 insertions(+), 0 deletions(-) Approvals: Ian Maxon: Looks good to me, approved Jenkins: Verified; No violations found; Verified Objections: Jenkins: Violations found diff --git a/pom.xml b/pom.xml index 2716c9c..b6097b0 100644 --- a/pom.xml +++ b/pom.xml @@ -40,6 +40,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> + <modules> <module>hyracks-fullstack</module> <module>asterixdb</module> -- To view, visit https://asterix-gerrit.ics.uci.edu/1441 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: merged Gerrit-Change-Id: I880e6bf015986dea9235360a859de2f49bfc6e3b Gerrit-PatchSet: 2 Gerrit-Project: asterixdb Gerrit-Branch: release-0.8.9 Gerrit-Owner: Ian Maxon <[email protected]> Gerrit-Reviewer: Ian Maxon <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]>
