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
The following commit(s) were added to refs/heads/3_0_x-fixes by this push:
new 95364fe65 WSS-728 - Switch to JBoss repository (#654)
95364fe65 is described below
commit 95364fe653c5370f1120d5ec91b41538f4874b84
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 491de521b..40b4cdcdc 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>