[java-idp-plugin-mgmt] 02/02: IDP-2073 Consider enabling the installer to download new versions
Rod Widdowson
rdw at steadingsoftware.com
Sat Jun 3 15:52:34 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=70f289b10e258134124e2d4c13bcda3ec9463368
commit 70f289b10e258134124e2d4c13bcda3ec9463368
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Jun 3 16:51:39 2023 +0100
IDP-2073 Consider enabling the installer to download new versions
https://shibboleth.atlassian.net/browse/IDP-2073
New fi;e idp-versions.properties
---
idp-versions.properties | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/idp-versions.properties b/idp-versions.properties
new file mode 100644
index 0000000..05befc4
--- /dev/null
+++ b/idp-versions.properties
@@ -0,0 +1,21 @@
+# This file manages compatibility and update properties for
+# the Shibboleth Identity Provider
+
+# It is mirrored at http://plugins.shibboleth.net/plugins.properties
+#
+# Support levels are
+# Current
+# OutOfDate
+# Unsuppported
+#
+#
+net.shibboleth.idp.versions = 4.3.0 4.3.1
+
+net.shibboleth.idp.downloadURL.%{version} = http://shibboleth.net/downloads/identity-provider/%{version}
+net.shibboleth.idp.baseName.%{version} = shibboleth-identity-provider-%{version}
+
+net.shibboleth.idp.supportLevel.4.3.0 = OutOfDate
+
+net.shibboleth.idp.supportLevel.4.3.1 = Current
+
+
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list