[java-idp-plugin-mgmt] branch main updated: JSCRIPTING-12 update property file to Version 1.1.0

Rod Widdowson rdw at steadingsoftware.com
Wed Aug 25 09:48:39 UTC 2021


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=990c739155a3def5e62d6267f37ebf5e0ae404a4

The following commit(s) were added to refs/heads/main by this push:
       new  990c739   JSCRIPTING-12 update property file to Version 1.1.0
990c739 is described below

commit 990c739155a3def5e62d6267f37ebf5e0ae404a4
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Aug 25 10:42:17 2021 +0100

    JSCRIPTING-12 update property file to Version 1.1.0
    
    https://shibboleth.atlassian.net/browse/JSCRIPTING-12
    
    At the same time update the URL to point to our download dir.
    and make the legacy (GraalVM) point at the correct file.
---
 plugins.properties | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/plugins.properties b/plugins.properties
index 51e3a11..d99784b 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -19,12 +19,12 @@ net.shibboleth.idp.plugin.authn.totp.supportLevel.1.0.0 = Current
 #######################
 # SCRIPTING Plugins   #
 #######################
-net.shibboleth.idp.plugin.nashorn.versions= 1.0.0
+net.shibboleth.idp.plugin.nashorn.versions= 1.0.0 1.1.0
 
-net.shibboleth.idp.plugin.nashorn.downloadURL.%{version} = https://build.shibboleth.net/nexus/service/local/repositories/releases/content/net/shibboleth/idp/plugin/scripting/idp-plugin-nashorn-dist-jdk/%{version}
-net.shibboleth.idp.plugin.nashorn.baseName.%{version} = idp-plugin-nashorn-dist-jdk-%{version}
+net.shibboleth.idp.plugin.nashorn.downloadURL.%{version} = https://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://build.shibboleth.net/nexus/service/local/repositories/releases/content/net/shibboleth/idp/plugin/scripting/idp-plugin-nashorn-dist/1.0.0
+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.idpVersionMin.1.0.0= 4.1.0
@@ -32,10 +32,10 @@ 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.idpVersionMin.1.1.0= 4.1.0
-net.shibboleth.idp.plugin.nashorn.supportLevel.1.0.0 = Current
+net.shibboleth.idp.plugin.nashorn.supportLevel.1.1.0 = Current
 
-net.shibboleth.idp.plugin.rhino.versions= 1.0.0
-net.shibboleth.idp.plugin.rhino.downloadURL.%{version} = https://build.shibboleth.net/nexus/service/local/repositories/releases/content/net/shibboleth/idp/plugin/scripting/idp-plugin-rhino-dist/%{version}
+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

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


More information about the commits mailing list