Repository: vxquery Updated Branches: refs/heads/master 51a989382 -> f2af23348
VXQUERY-183: remove references to UCI mvn repo Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/f2af2334 Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/f2af2334 Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/f2af2334 Branch: refs/heads/master Commit: f2af233487ca5b0c271dade1fd8a42c5a3b9e6ae Parents: 51a9893 Author: Till Westmann <[email protected]> Authored: Fri Feb 19 18:02:16 2016 -0800 Committer: Till Westmann <[email protected]> Committed: Fri Feb 19 18:02:16 2016 -0800 ---------------------------------------------------------------------- pom.xml | 21 --------------------- 1 file changed, 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/vxquery/blob/f2af2334/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ca69e97..259624a 100644 --- a/pom.xml +++ b/pom.xml @@ -157,27 +157,6 @@ </site> </distributionManagement> - <repositories> - <repository> - <id>hyracks-snapshots</id> - <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-snapshots/</url> - <snapshots> - </snapshots> - </repository> - <repository> - <id>hyracks-releases</id> - <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-releases/</url> - <releases> - </releases> - </repository> - <repository> - <id>hyracks-thirdparty</id> - <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-thirdparty/</url> - <releases> - </releases> - </repository> - </repositories> - <dependencyManagement> <dependencies> <dependency>
