[java-idp-plugin-mgmt] branch main updated: Add metadatagen 1.0.0
Phil Smart
philip.smart at jisc.ac.uk
Wed Sep 22 14:23:05 UTC 2021
This is an automated email from the git hooks/post-receive script.
philsmart 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=7e52aba6e774e6482bcb0585489d04d68ebde515
The following commit(s) were added to refs/heads/main by this push:
new 7e52aba Add metadatagen 1.0.0
7e52aba is described below
commit 7e52aba6e774e6482bcb0585489d04d68ebde515
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Sep 22 15:22:55 2021 +0100
Add metadatagen 1.0.0
---
plugins.properties | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/plugins.properties b/plugins.properties
index 9495e70..f75da4f 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -122,10 +122,14 @@ net.shibboleth.idp.plugin.oidc.op.supportLevel.3.0.2 = Current
# METADATA GENERATOR PLUGIN #
# URL is currently speculative #
##################################
-net.shibboleth.idp.plugin.metadatagen.versions=0.1.1
+net.shibboleth.idp.plugin.metadatagen.versions=0.1.1 1.0.0
net.shibboleth.idp.plugin.metadatagen.baseName.%{version} = idp-plugin-metadatagen-%{version}
-net.shibboleth.idp.plugin.metadatagen.downloadURL.%{version} = https://build.shibboleth.net/nexus/service/local/repositories/releases/content/net/shibboleth/idp/plugin/idp-plugin-metadatagen-dist/%{version}
+net.shibboleth.idp.plugin.metadatagen.downloadURL.%{version} = https://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.idpVersionMin.0.1.1= 4.1.0
-net.shibboleth.idp.plugin.metadatagen.supportLevel.0.1.1= Current
+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.idpVersionMin.1.0.0= 4.1.0
+net.shibboleth.idp.plugin.metadatagen.supportLevel.1.0.0= Current
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list