From 98700dcfe158b16405bdc103d74c729eeeef158f Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Mon, 5 Aug 2019 13:18:33 +0200 Subject: change maven repo to one single EGIZ endpoint --- .gitignore | 1 + eidas_modules/authmodule-eIDAS-v2/pom.xml | 4 ++-- pom.xml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c845808d..d70ac7c0 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ target .classpath .directory .checkstyle +.metadata notCommit diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml index ea6f1800..0a1f40bb 100644 --- a/eidas_modules/authmodule-eIDAS-v2/pom.xml +++ b/eidas_modules/authmodule-eIDAS-v2/pom.xml @@ -28,13 +28,13 @@ egiz-commons - https://demo.egiz.gv.at/int-repo/ + https://apps.egiz.gv.at/maven/ true - local + eIDASNode-local local file:${basedir}/repository diff --git a/pom.xml b/pom.xml index d769c92b..05506c7c 100644 --- a/pom.xml +++ b/pom.xml @@ -44,7 +44,7 @@ egiz-commons - http://demo.egiz.gv.at/int-repo/ + https://apps.egiz.gv.at/maven/ true -- cgit v1.2.3