[java-idp-plugin-mgmt] branch main updated: Switch https to http for consistency for now.
Scott Cantor
cantor.2 at osu.edu
Thu Apr 18 14:47:13 UTC 2024
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=62f31b5ae93900707f477cab4106015df13fe05f
The following commit(s) were added to refs/heads/main by this push:
new 62f31b5 Switch https to http for consistency for now.
62f31b5 is described below
commit 62f31b5ae93900707f477cab4106015df13fe05f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Apr 18 10:47:09 2024 -0400
Switch https to http for consistency for now.
---
plugins.properties | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/plugins.properties b/plugins.properties
index 3e0d0b2..1b09e67 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -38,10 +38,10 @@ net.shibboleth.idp.plugin.authn.totp.supportLevel.2.1.0 = Current
#######################
net.shibboleth.idp.plugin.nashorn.versions= 1.0.0 1.1.0 2.0.0
-net.shibboleth.idp.plugin.nashorn.downloadURL.%{version} = https://shibboleth.net/downloads/identity-provider/plugins/scripting/%{version}
+net.shibboleth.idp.plugin.nashorn.downloadURL.%{version} = http://shibboleth.net/downloads/identity-provider/plugins/scripting/%{version}
net.shibboleth.idp.plugin.nashorn.baseName.%{version} = idp-plugin-nashorn-jdk-dist-%{version}
-net.shibboleth.idp.plugin.nashorn.downloadURL.1.0.0 = https://shibboleth.net/downloads/identity-provider/plugins/scripting/1.0.0
+net.shibboleth.idp.plugin.nashorn.downloadURL.1.0.0 = http://shibboleth.net/downloads/identity-provider/plugins/scripting/1.0.0
net.shibboleth.idp.plugin.nashorn.baseName.1.0.0 = idp-plugin-nashorn-dist-1.0.0
net.shibboleth.idp.plugin.nashorn.idpVersionMax.1.0.0= 5.0.0
net.shibboleth.idp.plugin.nashorn.idpVersionMin.1.0.0= 4.1.0
@@ -56,7 +56,7 @@ net.shibboleth.idp.plugin.nashorn.idpVersionMin.2.0.0= 5.0.0
net.shibboleth.idp.plugin.nashorn.supportLevel.2.0.0 = Current
net.shibboleth.idp.plugin.rhino.versions= 1.0.0 1.1.0 2.0.0
-net.shibboleth.idp.plugin.rhino.downloadURL.%{version} = https://shibboleth.net/downloads/identity-provider/plugins/scripting/%{version}
+net.shibboleth.idp.plugin.rhino.downloadURL.%{version} = http://shibboleth.net/downloads/identity-provider/plugins/scripting/%{version}
net.shibboleth.idp.plugin.rhino.baseName.%{version} = idp-plugin-rhino-dist-%{version}
net.shibboleth.idp.plugin.rhino.idpVersionMax.1.0.0= 5.0.0
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list