Ian Maxon has submitted this change and it was merged. Change subject: Change Nexus repo, relax RAT checks ......................................................................
Change Nexus repo, relax RAT checks Change-Id: I8739c5909ed8fa82221316c7922e355e677f7150 Reviewed-on: https://asterix-gerrit.ics.uci.edu/333 Tested-by: Jenkins <[email protected]> Reviewed-by: Chris Hillery <[email protected]> Reviewed-by: Till Westmann <[email protected]> --- M pom.xml 1 file changed, 9 insertions(+), 13 deletions(-) Approvals: Chris Hillery: Looks good to me, approved Till Westmann: Looks good to me, approved Jenkins: Verified diff --git a/pom.xml b/pom.xml index c51d8dd..91d44c4 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,13 @@ <version>0.2.16-SNAPSHOT</version> <packaging>pom</packaging> <name>hyracks-ecosystem-full-stack</name> - + + <parent> + <groupId>org.apache</groupId> + <artifactId>apache</artifactId> + <version>LATEST</version> + </parent> + <licenses> <license> <name>Apache License, Version 2.0</name> @@ -192,21 +198,11 @@ </build> <scm> - <connection>scm:git:https://code.google.com/p/hyracks/</connection> + <connection>scm:git:https://github.com/apache/incubator-asterixdb-hyracks</connection> <developerConnection>scm:git:ssh://fulliautomatix.ics.uci.edu:29418/hyracks</developerConnection> - <url>https://code.google.com/p/hyracks/source/browse/</url> + <url>https://github.com/apache/incubator-asterixdb-hyracks</url> </scm> - <distributionManagement> - <repository> - <id>hyracks-releases</id> - <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-releases/</url> - </repository> - <snapshotRepository> - <id>hyracks-snapshots</id> - <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-snapshots/</url> - </snapshotRepository> - </distributionManagement> <profiles> <profile> -- To view, visit https://asterix-gerrit.ics.uci.edu/333 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8739c5909ed8fa82221316c7922e355e677f7150 Gerrit-PatchSet: 6 Gerrit-Project: hyracks Gerrit-Branch: master Gerrit-Owner: Ian Maxon <[email protected]> Gerrit-Reviewer: Chris Hillery <[email protected]> Gerrit-Reviewer: Ian Maxon <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Preston Carman <[email protected]> Gerrit-Reviewer: Till Westmann <[email protected]>
