diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2019-08-08 07:42:55 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2019-08-08 07:42:55 +0200 |
commit | b968a1e700e963f49e5820e1f11cacc19ef17a8f (patch) | |
tree | 2b00e8dec4d83f20b9687c8ec525044a7b76a9ab /id | |
parent | e0bce6a84299b41cd601f89478182623042613b9 (diff) | |
download | moa-id-spss-b968a1e700e963f49e5820e1f11cacc19ef17a8f.tar.gz moa-id-spss-b968a1e700e963f49e5820e1f11cacc19ef17a8f.tar.bz2 moa-id-spss-b968a1e700e963f49e5820e1f11cacc19ef17a8f.zip |
set one flag in pom
Diffstat (limited to 'id')
-rw-r--r-- | id/server/modules/moa-id-module-eIDAS/pom.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/id/server/modules/moa-id-module-eIDAS/pom.xml b/id/server/modules/moa-id-module-eIDAS/pom.xml index 2087ae8f6..6f09fa4fb 100644 --- a/id/server/modules/moa-id-module-eIDAS/pom.xml +++ b/id/server/modules/moa-id-module-eIDAS/pom.xml @@ -27,7 +27,10 @@ <repository> <id>egiz-shibboleth-mirror</id> <name>egiz-shibboleth-mirror</name> - <url>https://apps.egiz.gv.at/shibboleth_nexus/</url> + <url>https://apps.egiz.gv.at/shibboleth_nexus/</url> + <releases> + <enabled>true</enabled> + </releases> </repository> <repository> <id>moaid_local</id> |