[java-parent-project] branch main updated: Update IdP versions for plugin jobs.
Codeberg
noreply at shibboleth.net
Thu Jun 18 12:43:40 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/0cb0a4340c932727ae569de414d7b72c9665818f
The following commit(s) were added to refs/heads/main by this push:
new 0cb0a43 Update IdP versions for plugin jobs.
0cb0a43 is described below
commit 0cb0a4340c932727ae569de414d7b72c9665818f
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Thu Jun 18 08:43:28 2026 -0400
Update IdP versions for plugin jobs.
---
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 c387b4b..a2050f5 100644
--- a/resources/jenkins/plugin-compatibility.jenkinsfile
+++ b/resources/jenkins/plugin-compatibility.jenkinsfile
@@ -1,11 +1,11 @@
def IDP_BASE = "${!env.IDP_BASE ? '5.0.0' : env.IDP_BASE}"
def SHIBSHARED_BASE = "${!env.SHIBSHARED_BASE ? '9.0.0' : env.SHIBSHARED_BASE}"
-def IDP_CUR = "5.2.2"
-def SHIBSHARED_CUR = "9.2.2"
+def IDP_CUR = "5.2.3"
+def SHIBSHARED_CUR = "9.2.3"
-def IDP_SNAPSHOT = "5.2.3-SNAPSHOT"
-def SHIBSHARED_SNAPSHOT = "9.2.3-SNAPSHOT"
+def IDP_SNAPSHOT = "5.2.4-SNAPSHOT"
+def SHIBSHARED_SNAPSHOT = "9.2.4-SNAPSHOT"
pipeline {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list