[java-idp-plugin-mgmt] branch main updated: IDP-2269 - Release IdP 4.3.2
Phil Smart
philip.smart at jisc.ac.uk
Thu Mar 21 14:30:58 UTC 2024
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=093e36b67120509869e6785cb67887579978bc1e
The following commit(s) were added to refs/heads/main by this push:
new 093e36b IDP-2269 - Release IdP 4.3.2
093e36b is described below
commit 093e36b67120509869e6785cb67887579978bc1e
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Mar 21 14:29:53 2024 +0000
IDP-2269 - Release IdP 4.3.2
- Add IdP version 4.3.2 to the properties file even if not used in
that version of the IdP.
https://shibboleth.atlassian.net/browse/IDP-2269
---
idp-versions.properties | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/idp-versions.properties b/idp-versions.properties
index 70ea82b..9950f96 100644
--- a/idp-versions.properties
+++ b/idp-versions.properties
@@ -9,7 +9,7 @@
# Unsuppported
#
#
-net.shibboleth.idp.versions = 4.3.0 4.3.1 5.0.0 5.1.0 5.1.1
+net.shibboleth.idp.versions = 4.3.0 4.3.1 4.3.2 5.0.0 5.1.0 5.1.1
net.shibboleth.idp.downloadURL.%{version} = http://shibboleth.net/downloads/identity-provider/archive/%{version}
net.shibboleth.idp.baseName.%{version} = shibboleth-identity-provider-%{version}
@@ -18,6 +18,8 @@ net.shibboleth.idp.supportLevel.4.3.0 = OutOfDate
net.shibboleth.idp.supportLevel.4.3.1 = OutOfDate
+net.shibboleth.idp.supportLevel.4.3.2 = OutOfDate
+
net.shibboleth.idp.supportLevel.5.0.0 = OutOfDate
net.shibboleth.idp.supportLevel.5.1.0 = OutOfDate
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list