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

rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/main by this push:
     new 64524faea0 Use new shibboleth Maven repository URLs (#2576)
64524faea0 is described below

commit 64524faea07b44d6bd205f3bb20c056c7eef2b32
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Fri Apr 3 19:12:04 2026 +0200

    Use new shibboleth Maven repository URLs (#2576)
    
    ```
    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 2a4a56a8cc..16af958480 100644
--- a/pom.xml
+++ b/pom.xml
@@ -917,7 +917,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