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: I9fe685a912df7b18e59579c832eea0dbbeb18b3f Reviewed-on: https://asterix-gerrit.ics.uci.edu/332 Tested-by: Jenkins <[email protected]> Reviewed-by: Chris Hillery <[email protected]> Reviewed-by: Till Westmann <[email protected]> --- M asterix-doc/pom.xml M pom.xml 2 files changed, 11 insertions(+), 14 deletions(-) Approvals: Chris Hillery: Looks good to me, approved Till Westmann: Looks good to me, approved Jenkins: Verified diff --git a/asterix-doc/pom.xml b/asterix-doc/pom.xml index 235ff6c..c82d8c1 100644 --- a/asterix-doc/pom.xml +++ b/asterix-doc/pom.xml @@ -39,7 +39,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>3.3</version> + <version>3.4</version> <configuration> <generateReports>false</generateReports> </configuration> diff --git a/pom.xml b/pom.xml index 3ebf122..98ca195 100644 --- a/pom.xml +++ b/pom.xml @@ -23,6 +23,12 @@ <version>0.8.7-SNAPSHOT</version> <packaging>pom</packaging> + <parent> + <groupId>org.apache</groupId> + <artifactId>apache</artifactId> + <version>LATEST</version> + </parent> + <licenses> <license> <name>Apache License, Version 2.0</name> @@ -149,20 +155,11 @@ </build> <scm> - <connection>scm:git:https://code.google.com/p/asterixdb/</connection> - <developerConnection>scm:git:ssh://fulliautomatix.ics.uci.edu:29418/asterixdb</developerConnection> - </scm> + <connection>scm:git:https://github.com/apache/incubator-asterixdb</connection> + <developerConnection>scm:git:ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb</developerConnection> + <url>https://github.com/apache/incubator-asterixdb</url> - <distributionManagement> - <repository> - <id>asterix-releases</id> - <url>http://obelix.ics.uci.edu/nexus/content/repositories/asterix-releases/</url> - </repository> - <snapshotRepository> - <id>asterix-snapshots</id> - <url>http://obelix.ics.uci.edu/nexus/content/repositories/asterix-snapshots/</url> - </snapshotRepository> - </distributionManagement> + </scm> <profiles> <profile> -- To view, visit https://asterix-gerrit.ics.uci.edu/332 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9fe685a912df7b18e59579c832eea0dbbeb18b3f Gerrit-PatchSet: 7 Gerrit-Project: asterixdb 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: Till Westmann <[email protected]>
