Remove errant <distributionManagement> tags
Change-Id: I4665a0474ba87dfb53ecce142ad4b9b88afa88ff
Reviewed-on: https://asterix-gerrit.ics.uci.edu/372
Reviewed-by: Till Westmann <tillw@apache.org>
Tested-by: Ian Maxon <imaxon@apache.org>
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>