[java-idp-plugin-mgmt] branch main updated: JCOMOIDC-97 - Release 3.0.1
Phil Smart
philip.smart at jisc.ac.uk
Wed Jan 24 13:44:18 UTC 2024
This is an automated email from the git hooks/post-receive script.
philsmart 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=11010420407b05c4df903077cb8b5d48ebb3a3fc
The following commit(s) were added to refs/heads/main by this push:
new 1101042 JCOMOIDC-97 - Release 3.0.1
1101042 is described below
commit 11010420407b05c4df903077cb8b5d48ebb3a3fc
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Jan 24 13:43:48 2024 +0000
JCOMOIDC-97 - Release 3.0.1
- Add version 3.0.1 of oidc-common
https://shibboleth.atlassian.net/browse/JCOMOIDC-97
---
plugins.properties | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/plugins.properties b/plugins.properties
index 4c0b663..afe5679 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -152,7 +152,7 @@ net.shibboleth.idp.plugin.authn.duo.sdk.supportLevel.2.0.0 = Current
###############################
# OIDC Commons library plugin #
###############################
-net.shibboleth.oidc.common.versions = 1.0.0 1.1.0 2.0.0 2.1.0 2.2.0 2.2.1 3.0.0
+net.shibboleth.oidc.common.versions = 1.0.0 1.1.0 2.0.0 2.1.0 2.2.0 2.2.1 3.0.0 3.0.1
net.shibboleth.oidc.common.downloadURL.%{version} = http://shibboleth.net/downloads/identity-provider/plugins/oidc-common/%{version}
net.shibboleth.oidc.common.baseName.%{version} = oidc-common-dist-%{version}
@@ -182,7 +182,11 @@ net.shibboleth.oidc.common.supportLevel.2.2.1 = Current
net.shibboleth.oidc.common.idpVersionMax.3.0.0 = 6.0.0
net.shibboleth.oidc.common.idpVersionMin.3.0.0 = 5.0.0
-net.shibboleth.oidc.common.supportLevel.3.0.0 = Current
+net.shibboleth.oidc.common.supportLevel.3.0.0 = OutOfDate
+
+net.shibboleth.oidc.common.idpVersionMax.3.0.1 = 6.0.0
+net.shibboleth.oidc.common.idpVersionMin.3.0.1 = 5.0.0
+net.shibboleth.oidc.common.supportLevel.3.0.1 = Current
##################################
# OpenID Connect Provider plugin #
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list