You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@asterixdb.apache.org by "Ian Maxon (Code Review)" <do...@asterix-gerrit.ics.uci.edu> on 2015/09/01 03:55:25 UTC

Change in hyracks[master]: Remove errant tags

Ian Maxon has uploaded a new change for review.

  https://asterix-gerrit.ics.uci.edu/372

Change subject: Remove errant <distributionManagement> tags
......................................................................

Remove errant <distributionManagement> tags

Change-Id: I4665a0474ba87dfb53ecce142ad4b9b88afa88ff
---
M algebricks/pom.xml
M hyracks/pom.xml
2 files changed, 0 insertions(+), 23 deletions(-)


  git pull ssh://asterix-gerrit.ics.uci.edu:29418/hyracks refs/changes/72/372/1

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>
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>

-- 
To view, visit https://asterix-gerrit.ics.uci.edu/372
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4665a0474ba87dfb53ecce142ad4b9b88afa88ff
Gerrit-PatchSet: 1
Gerrit-Project: hyracks
Gerrit-Branch: master
Gerrit-Owner: Ian Maxon <im...@apache.org>

Change in hyracks[master]: Remove errant tags

Posted by "Ian Maxon (Code Review)" <do...@asterix-gerrit.ics.uci.edu>.
Ian Maxon has posted comments on this change.

Change subject: Remove errant <distributionManagement> tags
......................................................................


Patch Set 1: Verified+1

The only thing that could go wrong here is if I fat fingered and made the POM un-parseable, and I verified that doesn't happen, so +1 verifying in lieu of going through Jenkins.

-- 
To view, visit https://asterix-gerrit.ics.uci.edu/372
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I4665a0474ba87dfb53ecce142ad4b9b88afa88ff
Gerrit-PatchSet: 1
Gerrit-Project: hyracks
Gerrit-Branch: master
Gerrit-Owner: Ian Maxon <im...@apache.org>
Gerrit-Reviewer: Ian Maxon <im...@apache.org>
Gerrit-Reviewer: Jenkins <je...@fulliautomatix.ics.uci.edu>
Gerrit-Reviewer: Till Westmann <ti...@apache.org>
Gerrit-HasComments: No

Change in hyracks[master]: Remove errant tags

Posted by "Ian Maxon (Code Review)" <do...@asterix-gerrit.ics.uci.edu>.
Ian Maxon has submitted this change and it was merged.

Change subject: Remove errant <distributionManagement> tags
......................................................................


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>
---
M algebricks/pom.xml
M hyracks/pom.xml
2 files changed, 0 insertions(+), 23 deletions(-)

Approvals:
  Ian Maxon: Verified
  Till Westmann: Looks good to me, approved



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>
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>

-- 
To view, visit https://asterix-gerrit.ics.uci.edu/372
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I4665a0474ba87dfb53ecce142ad4b9b88afa88ff
Gerrit-PatchSet: 2
Gerrit-Project: hyracks
Gerrit-Branch: master
Gerrit-Owner: Ian Maxon <im...@apache.org>
Gerrit-Reviewer: Ian Maxon <im...@apache.org>
Gerrit-Reviewer: Jenkins <je...@fulliautomatix.ics.uci.edu>
Gerrit-Reviewer: Till Westmann <ti...@apache.org>

Change in hyracks[master]: Remove errant tags

Posted by "Till Westmann (Code Review)" <do...@asterix-gerrit.ics.uci.edu>.
Till Westmann has posted comments on this change.

Change subject: Remove errant <distributionManagement> tags
......................................................................


Patch Set 1: Code-Review+2

-- 
To view, visit https://asterix-gerrit.ics.uci.edu/372
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I4665a0474ba87dfb53ecce142ad4b9b88afa88ff
Gerrit-PatchSet: 1
Gerrit-Project: hyracks
Gerrit-Branch: master
Gerrit-Owner: Ian Maxon <im...@apache.org>
Gerrit-Reviewer: Jenkins <je...@fulliautomatix.ics.uci.edu>
Gerrit-Reviewer: Till Westmann <ti...@apache.org>
Gerrit-HasComments: No