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 <[email protected]> Tested-by: Ian Maxon <[email protected]> --- 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 <[email protected]> Gerrit-Reviewer: Ian Maxon <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Till Westmann <[email protected]>
