This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
The following commit(s) were added to refs/heads/master by this push:
new be5fca140 Use new shibboleth Maven repository (#593)
be5fca140 is described below
commit be5fca14061437748a3e6ae848fb67d3700f82f7
Author: Aurélien Pupier <[email protected]>
AuthorDate: Tue Apr 14 12:10:03 2026 +0200
Use new shibboleth Maven repository (#593)
```
As of 20 January 2022, the following Maven repository URLs are being
redirected :
https://build.shibboleth.net/nexus/content/groups/public
to
https://build.shibboleth.net/maven/releases
```
see
https://shibboleth.atlassian.net/wiki/spaces/DEV/pages/2891317253/MavenRepositories#Old-Shibboleth-Maven-Repository-URLs
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5abb6d1cc..3b6445592 100644
--- a/pom.xml
+++ b/pom.xml
@@ -515,7 +515,7 @@
<repository>
<id>B_shibboleth</id>
<name>OpenSAML</name>
- <url>https://build.shibboleth.net/nexus/content/groups/public</url>
+ <url>https://build.shibboleth.net/maven/releases</url>
<releases>
<enabled>true</enabled>
</releases>