[java-idp-plugin-mgmt] branch main updated: Cap max version of TOTP plugin 1.0.0 at IdP 4.2.0.
Scott Cantor
cantor.2 at osu.edu
Mon Feb 28 20:50:47 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor 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=c0a6f98f832684d0af0fe05a974fb181f4dbdf14
The following commit(s) were added to refs/heads/main by this push:
new c0a6f98 Cap max version of TOTP plugin 1.0.0 at IdP 4.2.0.
c0a6f98 is described below
commit c0a6f98f832684d0af0fe05a974fb181f4dbdf14
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Feb 28 15:50:44 2022 -0500
Cap max version of TOTP plugin 1.0.0 at IdP 4.2.0.
---
plugins.properties | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/plugins.properties b/plugins.properties
index 0f93372..4f7a5e3 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -11,8 +11,8 @@ net.shibboleth.idp.plugin.authn.totp.versions = 1.0.0
net.shibboleth.idp.plugin.authn.totp.downloadURL.%{version} = https://build.shibboleth.net/nexus/service/local/repositories/releases/content/net/shibboleth/idp/plugin/authn/idp-plugin-totp-dist/%{version}
net.shibboleth.idp.plugin.authn.totp.baseName.%{version} = idp-plugin-totp-dist-%{version}
-net.shibboleth.idp.plugin.authn.totp.idpVersionMax.1.0.0 = 5.0.0
-net.shibboleth.idp.plugin.authn.totp.idpVersionMin.1.0.0= 4.1.0
+net.shibboleth.idp.plugin.authn.totp.idpVersionMax.1.0.0 = 4.2.0
+net.shibboleth.idp.plugin.authn.totp.idpVersionMin.1.0.0 = 4.1.0
net.shibboleth.idp.plugin.authn.totp.supportLevel.1.0.0 = Current
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list