Change Nexus repo, relax RAT checks
Change-Id: I8739c5909ed8fa82221316c7922e355e677f7150
Reviewed-on: https://asterix-gerrit.ics.uci.edu/333
Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Reviewed-by: Chris Hillery <ceej@lambda.nu>
Reviewed-by: Till Westmann <tillw@apache.org>
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>