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 <[email protected]>