This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch coheigea/WSS-728 in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
commit 1d65e6c02c110d7c10839816b115a1e902b052de Author: Colm O hEigeartaigh <[email protected]> AuthorDate: Tue Aug 25 16:15:49 2026 +0100 WSS-728 - Switch to JBoss repository --- 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>
