[java-idp-plugin-mgmt] 01/02: Make TOTP locations templated

Rod Widdowson rdw at steadingsoftware.com
Mon Oct 12 14:05:59 UTC 2020


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

rdw 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=96f2f9702f390fcc8ba847d51db2edec8747db92

commit 96f2f9702f390fcc8ba847d51db2edec8747db92
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Oct 12 15:05:08 2020 +0100

    Make TOTP locations templated
---
 plugins.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins.properties b/plugins.properties
index 0a41b25..17438c0 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -6,8 +6,8 @@
 #######################
 net.shibboleth.idp.plugin.authn.totp.versions = 0.0.2
 
-net.shibboleth.idp.plugin.authn.totp.downloadURL.0.0.2 = https://build.shibboleth.net/nexus/service/local/repositories/releases/content/net/shibboleth/idp/plugin/authn/idp-plugin-totp-dist/0.0.2
-net.shibboleth.idp.plugin.authn.totp.baseName.0.0.2 = idp-plugin-totp-dist-0.0.2
+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.0.0.2 = 5.0.0
 net.shibboleth.idp.plugin.authn.totp.idpVersionMin.0.0.2 = 4.1.0

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


More information about the commits mailing list