This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch 3_0_x-fixes
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git

commit faa7519d9b462defe23ba83de3b7eb0a19bad290
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 baca83e9b..54df8247f 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>

Reply via email to