[java-idp-integration-tests] branch main updated: Bump to IdP 5.2.0-SNAPSHOT

Tom Zeller tzeller at dragonacea.biz
Thu Jul 18 15:09:52 UTC 2024


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

tzeller pushed a commit to branch main
in repository java-idp-integration-tests.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=e44a289e15d80e157728e77f6f596bd571fffedf

The following commit(s) were added to refs/heads/main by this push:
     new e44a289  Bump to IdP 5.2.0-SNAPSHOT
e44a289 is described below

commit e44a289e15d80e157728e77f6f596bd571fffedf
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu Jul 18 10:09:44 2024 -0500

    Bump to IdP 5.2.0-SNAPSHOT
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 22cd64f..8b67cac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>17.1.3-SNAPSHOT</version>
+        <version>17.2.0-SNAPSHOT</version>
     </parent>
 
     <name>idp-integration-tests</name>
@@ -18,7 +18,7 @@
 
     <properties>
         <!-- Version of IdP used for test validation -->
-        <idp.version>5.1.3-SNAPSHOT</idp.version>
+        <idp.version>5.2.0-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.1.3-SNAPSHOT</opensaml.version>
+        <opensaml.version>5.2.0-SNAPSHOT</opensaml.version>
 
         <!-- Selenium -->
         <selenium.version>4.22.0</selenium.version>

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


More information about the commits mailing list