[java-idp-plugin-mgmt] branch main updated: Remove all V5 support from some edge versions

Rod Widdowson rdw at steadingsoftware.com
Sat Jul 29 14:33:10 UTC 2023


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=da68562995472a00775007fa4b62910c1f385ae5

The following commit(s) were added to refs/heads/main by this push:
     new da68562  Remove all V5 support from some edge versions
da68562 is described below

commit da68562995472a00775007fa4b62910c1f385ae5
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Jul 29 15:31:17 2023 +0100

    Remove all V5 support from some edge versions
    
    Some of the scripting plugins and the metadatagen plugin were
    still claiming V5 support.
    
    While they might work we really want to move everyone forward
    for V5 (not least because of some movement in the base classes).
    So this acts as a forcing function.
---
 plugins.properties | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/plugins.properties b/plugins.properties
index 9076190..d0936bd 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -35,11 +35,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= 6.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
 net.shibboleth.idp.plugin.nashorn.supportLevel.1.0.0 = Withdrawn
 
-net.shibboleth.idp.plugin.nashorn.idpVersionMax.1.1.0= 6.0.0
+net.shibboleth.idp.plugin.nashorn.idpVersionMax.1.1.0= 5.0.0
 net.shibboleth.idp.plugin.nashorn.idpVersionMin.1.1.0= 4.1.0
 net.shibboleth.idp.plugin.nashorn.supportLevel.1.1.0 = Current
 
@@ -47,7 +47,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= 6.0.0
+net.shibboleth.idp.plugin.rhino.idpVersionMax.1.0.0= 5.0.0
 net.shibboleth.idp.plugin.rhino.idpVersionMin.1.0.0= 4.1.0
 net.shibboleth.idp.plugin.rhino.supportLevel.1.0.0 = Current
 
@@ -210,15 +210,15 @@ 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}
 net.shibboleth.idp.plugin.metadatagen.downloadURL.%{version} = http://shibboleth.net/downloads/identity-provider/plugins/metadatagen/%{version}
 
-net.shibboleth.idp.plugin.metadatagen.idpVersionMax.0.1.1 = 6.0.0
+net.shibboleth.idp.plugin.metadatagen.idpVersionMax.0.1.1 = 5.0.0
 net.shibboleth.idp.plugin.metadatagen.idpVersionMin.0.1.1= 4.1.0
 net.shibboleth.idp.plugin.metadatagen.supportLevel.0.1.1= OutOfDate
 
-net.shibboleth.idp.plugin.metadatagen.idpVersionMax.1.0.0 = 6.0.0
+net.shibboleth.idp.plugin.metadatagen.idpVersionMax.1.0.0 = 5.0.0
 net.shibboleth.idp.plugin.metadatagen.idpVersionMin.1.0.0= 4.1.0
 net.shibboleth.idp.plugin.metadatagen.supportLevel.1.0.0= OutOfDate
 
-net.shibboleth.idp.plugin.metadatagen.idpVersionMax.1.0.1 = 6.0.0
+net.shibboleth.idp.plugin.metadatagen.idpVersionMax.1.0.1 = 5.0.0
 net.shibboleth.idp.plugin.metadatagen.idpVersionMin.1.0.1= 4.1.0
 net.shibboleth.idp.plugin.metadatagen.supportLevel.1.0.1= Current
 

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


More information about the commits mailing list