[java-idp-testbed] branch main updated: Set IdP and OpenSAML versions back to releases for now.

Scott Cantor cantor.2 at osu.edu
Thu Nov 2 14:19:15 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-testbed.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=722e36d6dd8510502a0eeb5b55946dad40957fa1

The following commit(s) were added to refs/heads/main by this push:
     new 722e36d  Set IdP and OpenSAML versions back to releases for now.
722e36d is described below

commit 722e36d6dd8510502a0eeb5b55946dad40957fa1
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Nov 2 10:19:12 2023 -0400

    Set IdP and OpenSAML versions back to releases for now.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9f5caca..1275302 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
 
     <properties>
         <idp.groupId>net.shibboleth.idp</idp.groupId>
-        <idp.version>5.1.0-SNAPSHOT</idp.version>
+        <idp.version>5.0.0</idp.version>
         <shib-profile.groupId>net.shibboleth</shib-profile.groupId>
         <shib-profile.version>5.0.0</shib-profile.version>
         <shib-attribute.groupId>net.shibboleth</shib-attribute.groupId>
@@ -23,7 +23,7 @@
         <shib-metadata.groupId>net.shibboleth</shib-metadata.groupId>
         <shib-metadata.version>5.0.0</shib-metadata.version>
         <opensaml.groupId>org.opensaml</opensaml.groupId>
-        <opensaml.version>5.1.0-SNAPSHOT</opensaml.version>
+        <opensaml.version>5.0.0</opensaml.version>
         <shib-shared.groupId>net.shibboleth</shib-shared.groupId>
         <shib-shared.version>9.0.0</shib-shared.version>
         <cas-client.version>3.6.4</cas-client.version>

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


More information about the commits mailing list