[java-parent-project] branch main updated: Update current IdP version and snapshot for Jenkins

Codeberg noreply at shibboleth.net
Wed May 13 19:56:44 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch main
in repository java-parent-project.

View the commit online:
https://codeberg.org/Shibboleth/java-parent-project/commit/6fb66cdb11739df0a2ac84746aea558bb858d074

The following commit(s) were added to refs/heads/main by this push:
     new 6fb66cd  Update current IdP version and snapshot for Jenkins
6fb66cd is described below

commit 6fb66cdb11739df0a2ac84746aea558bb858d074
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Wed May 13 15:56:33 2026 -0400

    Update current IdP version and snapshot for Jenkins
---
 resources/jenkins/plugin-compatibility.jenkinsfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/resources/jenkins/plugin-compatibility.jenkinsfile b/resources/jenkins/plugin-compatibility.jenkinsfile
index 9961e47..30a7de5 100644
--- a/resources/jenkins/plugin-compatibility.jenkinsfile
+++ b/resources/jenkins/plugin-compatibility.jenkinsfile
@@ -1,11 +1,11 @@
 def IDP_BASE = "5.0.0"
 def SHIBSHARED_BASE = "9.0.0"
 
-def IDP_CUR = "5.2.1"
-def SHIBSHARED_CUR = "9.2.1"
+def IDP_CUR = "5.2.2"
+def SHIBSHARED_CUR = "9.2.2"
 
-def IDP_SNAPSHOT = "5.2.2-SNAPSHOT"
-def SHIBSHARED_SNAPSHOT = "9.2.2-SNAPSHOT"
+def IDP_SNAPSHOT = "5.2.3-SNAPSHOT"
+def SHIBSHARED_SNAPSHOT = "9.2.3-SNAPSHOT"
 
 pipeline {
 

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


More information about the commits mailing list