From 27fa419819dbcf320927f57a6984e301a6bcc5a7 Mon Sep 17 00:00:00 2001 From: Nathanael Jourdane Date: Tue, 12 Apr 2016 16:16:36 +0200 Subject: [PATCH] use Gavo registry instead of heidelberg. --- src/main/java/eu/omp/irap/vespa/epntapclient/votable/utils/Const.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/eu/omp/irap/vespa/epntapclient/votable/utils/Const.java b/src/main/java/eu/omp/irap/vespa/epntapclient/votable/utils/Const.java index 4fe90aa..e0a5bcf 100644 --- a/src/main/java/eu/omp/irap/vespa/epntapclient/votable/utils/Const.java +++ b/src/main/java/eu/omp/irap/vespa/epntapclient/votable/utils/Const.java @@ -30,7 +30,7 @@ public class Const { public static final String TMP_DIR = System.getProperty("java.io.tmpdir"); /** The URL of the registry used by default to get the services. */ - public static final String DEFAULT_REGISTRY_URL = "http://dc.zah.uni-heidelberg.de/tap"; + public static final String DEFAULT_REGISTRY_URL = "http://gavo.aip.de/tap"; // http://reg.g-vo.org/tap // http://dc.zah.uni-heidelberg.de/tap // http://gavo.aip.de/tap -- libgit2 0.21.2