[java-idp-plugin-mgmt] branch main updated: Move the scripting plugins' upper compatibility to 6.0.0
Rod Widdowson
rdw at steadingsoftware.com
Sun Jun 12 14:06:31 UTC 2022
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=f6bd26b5087c0fe9ab76b2f5a319cf60fe3f7cb7
The following commit(s) were added to refs/heads/main by this push:
new f6bd26b Move the scripting plugins' upper compatibility to 6.0.0
f6bd26b is described below
commit f6bd26b5087c0fe9ab76b2f5a319cf60fe3f7cb7
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Jun 12 15:04:42 2022 +0100
Move the scripting plugins' upper compatibility to 6.0.0
There is nothing (yet) in V5.* which means they cannot run.
---
plugins.properties | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/plugins.properties b/plugins.properties
index b5b55bd..32bdf0f 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -30,11 +30,11 @@ net.shibboleth.idp.plugin.nashorn.baseName.%{version} = idp-plugin-nashorn-jdk-d
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.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.idpVersionMax.1.0.0= 6.0.0
net.shibboleth.idp.plugin.nashorn.idpVersionMin.1.0.0= 4.1.0
net.shibboleth.idp.plugin.nashorn.supportLevel.1.0.0 = Withdrawn
-net.shibboleth.idp.plugin.nashorn.idpVersionMax.1.1.0= 5.0.0
+net.shibboleth.idp.plugin.nashorn.idpVersionMax.1.1.0= 6.0.0
net.shibboleth.idp.plugin.nashorn.idpVersionMin.1.1.0= 4.1.0
net.shibboleth.idp.plugin.nashorn.supportLevel.1.1.0 = Current
@@ -42,7 +42,7 @@ net.shibboleth.idp.plugin.rhino.versions= 1.0.0 1.1.0
net.shibboleth.idp.plugin.rhino.downloadURL.%{version} = https://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
+net.shibboleth.idp.plugin.rhino.idpVersionMax.1.0.0= 6.0.0
net.shibboleth.idp.plugin.rhino.idpVersionMin.1.0.0= 4.1.0
net.shibboleth.idp.plugin.rhino.supportLevel.1.0.0 = Current
@@ -156,7 +156,6 @@ net.shibboleth.idp.plugin.oidc.op.supportLevel.3.1.2 = Current
##################################
# METADATA GENERATOR PLUGIN #
-# URL is currently speculative #
##################################
net.shibboleth.idp.plugin.metadatagen.versions=0.1.1 1.0.0 1.0.1
net.shibboleth.idp.plugin.metadatagen.baseName.%{version} = idp-plugin-metadatagen-dist-%{version}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list