[java-idp-integration-tests] branch main updated: Update parent and IdP/etc. versions.

Scott Cantor cantor.2 at osu.edu
Mon Nov 6 17:02:26 UTC 2023


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

scantor 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=21023be568fb3906ad0d3057574b2022d6bf2fe7

The following commit(s) were added to refs/heads/main by this push:
     new 21023be  Update parent and IdP/etc. versions.
21023be is described below

commit 21023be568fb3906ad0d3057574b2022d6bf2fe7
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Nov 6 12:02:23 2023 -0500

    Update parent and IdP/etc. versions.
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 063445b..c219b58 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>17.0.3-SNAPSHOT</version>
+        <version>17.1.0-SNAPSHOT</version>
     </parent>
 
     <name>idp-integration-tests</name>
@@ -18,7 +18,7 @@
 
     <properties>
         <!-- IdP -->
-        <idp.version>5.0.1-SNAPSHOT</idp.version>
+        <idp.version>5.1.0-SNAPSHOT</idp.version>
 
         <!--  Version of IdP to be tested -->
         <idp-to-be-tested.version>${idp.version}</idp-to-be-tested.version>
@@ -34,11 +34,11 @@
         <tomcat.version>9.0.70</tomcat.version>
 
         <!-- Testbed -->
-        <testbed.version>5.0.0-SNAPSHOT</testbed.version>
+        <testbed.version>5.1.0-SNAPSHOT</testbed.version>
         <testbed.classifier>classes</testbed.classifier>
 
         <!-- OpenSAML -->
-        <opensaml.version>5.0.1-SNAPSHOT</opensaml.version>
+        <opensaml.version>5.1.0-SNAPSHOT</opensaml.version>
 
         <selenium.version>4.7.2</selenium.version>
 

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


More information about the commits mailing list