[java-idp-testbed] branch main updated: Bump snapshot versions

Codeberg noreply at shibboleth.net
Thu May 14 18:27:26 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/fab247b188d30931a7984ac1a5323157b3f67f0b

The following commit(s) were added to refs/heads/main by this push:
     new fab247b  Bump snapshot versions
fab247b is described below

commit fab247b188d30931a7984ac1a5323157b3f67f0b
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu May 14 13:25:14 2026 -0500

    Bump snapshot versions
---
 pom.xml | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 90f3919..74ffbe6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,33 +4,33 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>17.2.2-SNAPSHOT</version>
+        <version>17.2.3-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>net.shibboleth.idp</groupId>
     <artifactId>idp-testbed</artifactId>
-    <version>5.2.2-SNAPSHOT</version>
+    <version>5.2.3-SNAPSHOT</version>
     <packaging>war</packaging>
 
     <properties>
         <idp.groupId>net.shibboleth.idp</idp.groupId>
-        <idp.version>5.2.2-SNAPSHOT</idp.version>
+        <idp.version>5.2.3-SNAPSHOT</idp.version>
         <shib-profile.groupId>net.shibboleth</shib-profile.groupId>
-        <shib-profile.version>5.2.2-SNAPSHOT</shib-profile.version>
+        <shib-profile.version>5.2.3-SNAPSHOT</shib-profile.version>
         <shib-attribute.groupId>net.shibboleth</shib-attribute.groupId>
-        <shib-attribute.version>5.2.2-SNAPSHOT</shib-attribute.version>
+        <shib-attribute.version>5.2.3-SNAPSHOT</shib-attribute.version>
         <shib-metadata.groupId>net.shibboleth</shib-metadata.groupId>
-        <shib-metadata.version>5.2.2-SNAPSHOT</shib-metadata.version>
+        <shib-metadata.version>5.2.3-SNAPSHOT</shib-metadata.version>
         <opensaml.groupId>org.opensaml</opensaml.groupId>
-        <opensaml.version>5.2.2-SNAPSHOT</opensaml.version>
+        <opensaml.version>5.2.3-SNAPSHOT</opensaml.version>
         <shib-shared.groupId>net.shibboleth</shib-shared.groupId>
-        <shib-shared.version>9.2.2-SNAPSHOT</shib-shared.version>
+        <shib-shared.version>9.2.3-SNAPSHOT</shib-shared.version>
         <cas-client.version>4.0.4</cas-client.version>
-        <oidc-op.version>4.3.1-SNAPSHOT</oidc-op.version>
-        <oidc-commons.version>3.3.1-SNAPSHOT</oidc-commons.version>
-        <oidc-config.version>3.0.1-SNAPSHOT</oidc-config.version>
-        <idp-jetty-base.version>12.1.0-SNAPSHOT</idp-jetty-base.version>
+        <oidc-op.version>4.4.0-SNAPSHOT</oidc-op.version>
+        <oidc-commons.version>3.4.0-SNAPSHOT</oidc-commons.version>
+        <oidc-config.version>3.1.0-SNAPSHOT</oidc-config.version>
+        <idp-jetty-base.version>12.1.2-SNAPSHOT</idp-jetty-base.version>
         <jetty.version>12.1.3</jetty.version>
      </properties>
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list