You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by im...@apache.org on 2015/08/25 18:42:50 UTC

incubator-asterixdb-hyracks git commit: Change Nexus repo, relax RAT checks

Repository: incubator-asterixdb-hyracks
Updated Branches:
  refs/heads/master e915e8c46 -> c48212764


Change Nexus repo, relax RAT checks

Change-Id: I8739c5909ed8fa82221316c7922e355e677f7150
Reviewed-on: https://asterix-gerrit.ics.uci.edu/333
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: Chris Hillery <ce...@lambda.nu>
Reviewed-by: Till Westmann <ti...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/commit/c4821276
Tree: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/tree/c4821276
Diff: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/diff/c4821276

Branch: refs/heads/master
Commit: c48212764c67c14d783919192451f2f3a53d2ac1
Parents: e915e8c
Author: Ian Maxon <im...@apache.org>
Authored: Fri Aug 21 16:08:01 2015 -0700
Committer: Ian Maxon <im...@apache.org>
Committed: Tue Aug 25 09:10:31 2015 -0700

----------------------------------------------------------------------
 pom.xml | 22 +++++++++-------------
 1 file changed, 9 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/c4821276/pom.xml
----------------------------------------------------------------------
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>