[java-idp-testbed] branch main updated: Update IdP testbed versions.
Codeberg
noreply at shibboleth.net
Tue Jul 7 19:31:30 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-idp-testbed.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-testbed/commit/85c6fab5e6a77bf435de423cf1b6fc118120d6cd
The following commit(s) were added to refs/heads/main by this push:
new 85c6fab Update IdP testbed versions.
85c6fab is described below
commit 85c6fab5e6a77bf435de423cf1b6fc118120d6cd
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue Jul 7 15:31:21 2026 -0400
Update IdP testbed versions.
---
pom.xml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2963e1d..19a6c22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,28 +4,28 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>17.2.4-SNAPSHOT</version>
+ <version>17.3.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>net.shibboleth.idp</groupId>
<artifactId>idp-testbed</artifactId>
- <version>5.2.4-SNAPSHOT</version>
+ <version>5.3.0-SNAPSHOT</version>
<packaging>war</packaging>
<properties>
<idp.groupId>net.shibboleth.idp</idp.groupId>
- <idp.version>5.2.4-SNAPSHOT</idp.version>
+ <idp.version>5.3.0-SNAPSHOT</idp.version>
<shib-profile.groupId>net.shibboleth</shib-profile.groupId>
- <shib-profile.version>5.2.4-SNAPSHOT</shib-profile.version>
+ <shib-profile.version>${idp.version}</shib-profile.version>
<shib-attribute.groupId>net.shibboleth</shib-attribute.groupId>
- <shib-attribute.version>5.2.4-SNAPSHOT</shib-attribute.version>
+ <shib-attribute.version>${idp.version}</shib-attribute.version>
<shib-metadata.groupId>net.shibboleth</shib-metadata.groupId>
- <shib-metadata.version>5.2.4-SNAPSHOT</shib-metadata.version>
+ <shib-metadata.version>${idp.version}</shib-metadata.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
- <opensaml.version>5.2.4-SNAPSHOT</opensaml.version>
+ <opensaml.version>${idp.version}</opensaml.version>
<shib-shared.groupId>net.shibboleth</shib-shared.groupId>
- <shib-shared.version>9.2.4-SNAPSHOT</shib-shared.version>
+ <shib-shared.version>9.3.0-SNAPSHOT</shib-shared.version>
<cas-client.version>4.0.4</cas-client.version>
<oidc-op.version>4.4.0-SNAPSHOT</oidc-op.version>
<oidc-commons.version>3.4.0-SNAPSHOT</oidc-commons.version>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list