[java-idp-plugin-mgmt] branch main updated: Fix reversed JDBC support label.

Scott Cantor cantor.2 at osu.edu
Mon Sep 9 14:02:18 UTC 2024


This is an automated email from the git hooks/post-receive script.

scantor 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=851986d1c716d3e514c19d06ac52c064f6f42ea8

The following commit(s) were added to refs/heads/main by this push:
     new 851986d  Fix reversed JDBC support label.
851986d is described below

commit 851986d1c716d3e514c19d06ac52c064f6f42ea8
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Sep 9 10:02:14 2024 -0400

    Fix reversed JDBC support label.
---
 plugins.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins.properties b/plugins.properties
index 96882ad..68e63ab 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -327,11 +327,11 @@ net.shibboleth.plugin.storage.jdbc.supportLevel.1.0.4= Current
 
 net.shibboleth.plugin.storage.jdbc.idpVersionMax.2.0.0 = 6.0.0
 net.shibboleth.plugin.storage.jdbc.idpVersionMin.2.0.0= 5.0.0
-net.shibboleth.plugin.storage.jdbc.supportLevel.2.0.0= Current
+net.shibboleth.plugin.storage.jdbc.supportLevel.2.0.0= OutOfDate
 
 net.shibboleth.plugin.storage.jdbc.idpVersionMax.2.0.1 = 6.0.0
 net.shibboleth.plugin.storage.jdbc.idpVersionMin.2.0.1= 5.0.0
-net.shibboleth.plugin.storage.jdbc.supportLevel.2.0.1= OutOfDate
+net.shibboleth.plugin.storage.jdbc.supportLevel.2.0.1= Current
 
 ###############################
 # OIDC Config plugin          #

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


More information about the commits mailing list