From 9f69b7c0f5497dbe875c784538f100fc5834761b Mon Sep 17 00:00:00 2001 From: Eric Poiseau <epu@kereval.com> Date: Thu, 27 Jun 2013 18:44:09 +0000 Subject: [PATCH] Changed arsenal target to take into account DNS entry git-svn-id: https://scm.gforge.inria.fr/authscm/ycadoret/svn/gazelle/Maven/gazelle-proxy/trunk@36212 356b4b1a-1d2b-0410-8bf1-ffa24008f01e --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index fa855bdd..7fa8de6c 100644 --- a/pom.xml +++ b/pom.xml @@ -189,9 +189,9 @@ </activation> <properties> - <cas.service>http://188.125.99.238/proxy/</cas.service> - <cas.url>http://188.125.99.238/cas/</cas.url> - <evsclient.url>http://188.125.99.238/EVSClient/</evsclient.url> + <cas.service>http://testing.consorzioarsenal.it/proxy/</cas.service> + <cas.url>http://testing.consorzioarsenal.it/cas/</cas.url> + <evsclient.url>http://testing.consorzioarsenal.it/EVSClient/</evsclient.url> <storage.dicom>/opt/proxy/DICOM</storage.dicom> -- GitLab