[java-plugin-storage-jdbc] branch main updated: Update latest IdP version.

Codeberg noreply at shibboleth.net
Tue Feb 17 22:35:39 UTC 2026


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

codeberg pushed a commit to branch main
in repository java-plugin-storage-jdbc.

View the commit online:
https://codeberg.org/Shibboleth/java-plugin-storage-jdbc/commit/d0fe377324f507edb3f4f46bcb409bde83aadafd

The following commit(s) were added to refs/heads/main by this push:
     new d0fe377  Update latest IdP version.
d0fe377 is described below

commit d0fe377324f507edb3f4f46bcb409bde83aadafd
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 17 17:35:26 2026 -0500

    Update latest IdP version.
---
 resources/jenkins/idp-versions.jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/resources/jenkins/idp-versions.jenkinsfile b/resources/jenkins/idp-versions.jenkinsfile
index e2cf971..b655dd5 100644
--- a/resources/jenkins/idp-versions.jenkinsfile
+++ b/resources/jenkins/idp-versions.jenkinsfile
@@ -61,14 +61,14 @@ pipeline {
         stage('Test IdP latest against plugin Release 2.0') {
             steps {
                 dir('java-plugin-storage-jdbc') {
-                    sh 'mvn clean test -D idp.version=5.2.0'
+                    sh 'mvn clean test -D idp.version=5.2.1'
                 }
             }
         }
         stage('Test IdP latest against plugin SNAPSHOT') {
             steps {
                 dir('java-plugin-storage-jdbc-2.0.0') {
-                    sh 'mvn clean test -D idp.version=5.2.0'
+                    sh 'mvn clean test -D idp.version=5.2.1'
                 }
             }
         }

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


More information about the commits mailing list