[java-idp-plugin-mgmt] branch main updated: JOIDC-202 - Release 4.1.0

Henri Mikkonen henri.mikkonen at iki.fi
Thu Apr 11 12:35:48 UTC 2024


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

hjmikkon pushed a commit to branch main
in repository java-idp-plugin-mgmt.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-mgmt.git;a=commit;h=697a0442d869060a1b528394842d510e871922fd

The following commit(s) were added to refs/heads/main by this push:
     new 697a044  JOIDC-202 - Release 4.1.0
697a044 is described below

commit 697a0442d869060a1b528394842d510e871922fd
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Thu Apr 11 15:35:05 2024 +0300

    JOIDC-202 - Release 4.1.0
    
    https://shibboleth.atlassian.net/browse/JOIDC-202
    
    Set current OP version to 4.1.0
---
 plugins.properties | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/plugins.properties b/plugins.properties
index e309ad7..fc4a3c8 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -195,7 +195,7 @@ net.shibboleth.oidc.common.supportLevel.3.1.0 = Current
 ##################################
 # OpenID Connect Provider plugin #
 ##################################
-net.shibboleth.idp.plugin.oidc.op.versions = 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.1.0 3.1.1 3.1.2 3.2.0 3.2.1 3.3.0 3.4.0 4.0.0
+net.shibboleth.idp.plugin.oidc.op.versions = 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.1.0 3.1.1 3.1.2 3.2.0 3.2.1 3.3.0 3.4.0 4.0.0 4.1.0
 net.shibboleth.idp.plugin.oidc.op.downloadURL.%{version} = http://shibboleth.net/downloads/identity-provider/plugins/oidc-op/%{version}
 net.shibboleth.idp.plugin.oidc.op.baseName.%{version} = idp-plugin-oidc-op-distribution-%{version}
 
@@ -249,7 +249,11 @@ net.shibboleth.idp.plugin.oidc.op.supportLevel.3.4.0 = Current
 
 net.shibboleth.idp.plugin.oidc.op.idpVersionMax.4.0.0 = 6.0.0
 net.shibboleth.idp.plugin.oidc.op.idpVersionMin.4.0.0 = 5.0.0
-net.shibboleth.idp.plugin.oidc.op.supportLevel.4.0.0 = Current
+net.shibboleth.idp.plugin.oidc.op.supportLevel.4.0.0 = OutOfDate
+
+net.shibboleth.idp.plugin.oidc.op.idpVersionMax.4.1.0 = 6.0.0
+net.shibboleth.idp.plugin.oidc.op.idpVersionMin.4.1.0 = 5.0.0
+net.shibboleth.idp.plugin.oidc.op.supportLevel.4.1.0 = Current
 
 ##################################
 # METADATA GENERATOR PLUGIN      #

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


More information about the commits mailing list