[java-idp-integration-tests] branch main updated: Bump versions after IdP release

Codeberg noreply at shibboleth.net
Thu May 14 15:02:12 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-integration-tests.

View the commit online:
https://codeberg.org/Shibboleth/java-idp-integration-tests/commit/47ef88c095c179b505bc89946c51d977e1ccbead

The following commit(s) were added to refs/heads/main by this push:
     new 47ef88c  Bump versions after IdP release
47ef88c is described below

commit 47ef88c095c179b505bc89946c51d977e1ccbead
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu May 14 10:01:40 2026 -0500

    Bump versions after IdP release
---
 pom.xml                                         |  6 +++---
 src/jenkins/trigger-integration-v17.jenkinsfile | 18 +++++++++---------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 05f3979..0dd99d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>17.2.2-SNAPSHOT</version>
+        <version>17.2.3-SNAPSHOT</version>
     </parent>
 
     <name>idp-integration-tests</name>
@@ -18,7 +18,7 @@
 
     <properties>
         <!-- Version of IdP used for test validation -->
-        <idp.version>5.2.2-SNAPSHOT</idp.version>
+        <idp.version>5.2.3-SNAPSHOT</idp.version>
 
         <!-- Version of IdP to be tested -->
         <idp-to-be-tested.version>${idp.version}</idp-to-be-tested.version>
@@ -37,7 +37,7 @@
         <testbed.classifier>classes</testbed.classifier>
 
         <!-- OpenSAML -->
-        <opensaml.version>5.2.2-SNAPSHOT</opensaml.version>
+        <opensaml.version>5.2.3-SNAPSHOT</opensaml.version>
 
         <!-- Selenium -->
         <selenium.version>4.43.0</selenium.version>
diff --git a/src/jenkins/trigger-integration-v17.jenkinsfile b/src/jenkins/trigger-integration-v17.jenkinsfile
index 15fd31f..1205f1a 100644
--- a/src/jenkins/trigger-integration-v17.jenkinsfile
+++ b/src/jenkins/trigger-integration-v17.jenkinsfile
@@ -30,25 +30,25 @@ pipeline {
                 build job: "java-idp-integration-tests-v5-OP-conformance", wait: true, propagate: false
             }
         }
-        // IdP V5.2.1
-        stage('Test IdP V5.2.1 with Jetty 12 on Linux') {
+        // IdP V5.2.2
+        stage('Test IdP V5.2.2 with Jetty 12 on Linux') {
             steps {
-                build job: "java-idp-integration-tests-v5.2.1-linux-jetty", wait: true
+                build job: "java-idp-integration-tests-v5.2.2-linux-jetty", wait: true
             }
         }
-        stage('Test IdP V5.2.1 with Tomcat 10.1 on Linux') {
+        stage('Test IdP V5.2.2 with Tomcat 10.1 on Linux') {
             steps {
-                build job: "java-idp-integration-tests-v5.2.1-linux-tomcat", wait: true
+                build job: "java-idp-integration-tests-v5.2.2-linux-tomcat", wait: true
             }
         }
-        stage('Test IdP V5.2.1 with Jetty 12 on Windows') {
+        stage('Test IdP V5.2.2 with Jetty 12 on Windows') {
             steps {
-                build job: "java-idp-integration-tests-v5.2.1-windows-jetty", wait: true
+                build job: "java-idp-integration-tests-v5.2.2-windows-jetty", wait: true
             }
         }
-        stage('Test IdP V5.2.1 OP conformance suite') {
+        stage('Test IdP V5.2.2 OP conformance suite') {
             steps {
-                build job: "java-idp-integration-tests-v5.2.1-OP-conformance", wait: true
+                build job: "java-idp-integration-tests-v5.2.2-OP-conformance", wait: true
             }
         }
     }

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


More information about the commits mailing list