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 3936ceca1 WSS-728 - Switch to JBoss repository (#654)
3936ceca1 is described below

commit 3936ceca1e18871f378470efac8fc00bccc0f8c7
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Tue Aug 25 16:38:00 2026 +0100

    WSS-728 - Switch to JBoss repository (#654)
---
 pom.xml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index bfdb20983..0038bf065 100644
--- a/pom.xml
+++ b/pom.xml
@@ -513,12 +513,15 @@
             </snapshots>
         </repository>
         <repository>
-            <id>B_shibboleth</id>
-            <name>OpenSAML</name>
-            <url>https://build.shibboleth.net/maven/releases</url>
+            <id>B_jboss</id>
+            <name>JBoss (For OpenSAML)</name>
+            <url>https://repository.jboss.org/</url>
             <releases>
                 <enabled>true</enabled>
             </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
         </repository>
     </repositories>
 

Reply via email to