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/09/01 04:03:14 UTC

incubator-asterixdb-hyracks git commit: Remove errant tags

Repository: incubator-asterixdb-hyracks
Updated Branches:
  refs/heads/master fb3a41150 -> 69caeb3d7


Remove errant <distributionManagement> tags

Change-Id: I4665a0474ba87dfb53ecce142ad4b9b88afa88ff
Reviewed-on: https://asterix-gerrit.ics.uci.edu/372
Reviewed-by: Till Westmann <ti...@apache.org>
Tested-by: Ian Maxon <im...@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/69caeb3d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/tree/69caeb3d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/diff/69caeb3d

Branch: refs/heads/master
Commit: 69caeb3d71b9263e14cbb74dfa36b318edaf5ba4
Parents: fb3a411
Author: Ian Maxon <im...@apache.org>
Authored: Mon Aug 31 15:57:05 2015 -1000
Committer: Ian Maxon <im...@apache.org>
Committed: Mon Aug 31 18:59:37 2015 -0700

----------------------------------------------------------------------
 algebricks/pom.xml | 12 ------------
 hyracks/pom.xml    | 11 -----------
 2 files changed, 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/69caeb3d/algebricks/pom.xml
----------------------------------------------------------------------
diff --git a/algebricks/pom.xml b/algebricks/pom.xml
index 95b1c7a..1f235ca 100644
--- a/algebricks/pom.xml
+++ b/algebricks/pom.xml
@@ -35,18 +35,6 @@
     </license>
   </licenses>
 
-
-  <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>
-
   <modules>
     <module>algebricks-compiler</module>
     <module>algebricks-common</module>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/69caeb3d/hyracks/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks/pom.xml b/hyracks/pom.xml
index 5455203..ca3db54 100644
--- a/hyracks/pom.xml
+++ b/hyracks/pom.xml
@@ -45,17 +45,6 @@
     </plugins>
   </build>
 
-  <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>
-
   <repositories>
     <repository>
       <id>maven-central</id>