[java-identity-provider] 01/03: Move forward base version in code to get "Version"
Rod Widdowson
rdw at steadingsoftware.com
Sat Jun 3 12:57:15 UTC 2023
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=75cc3ed93d37747178b9a8d141625801d37dde32
commit 75cc3ed93d37747178b9a8d141625801d37dde32
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Jun 2 16:55:01 2023 +0100
Move forward base version in code to get "Version"
This code is never exercised outside eclipse
---
.../src/main/java/net/shibboleth/idp/plugin/PluginSupport.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-admin-api/src/main/java/net/shibboleth/idp/plugin/PluginSupport.java b/idp-admin-api/src/main/java/net/shibboleth/idp/plugin/PluginSupport.java
index 0bc942202..bc5a8daf6 100644
--- a/idp-admin-api/src/main/java/net/shibboleth/idp/plugin/PluginSupport.java
+++ b/idp-admin-api/src/main/java/net/shibboleth/idp/plugin/PluginSupport.java
@@ -84,7 +84,7 @@ public final class PluginSupport {
if (idpVersion!=null) {
return new PluginVersion(idpVersion);
}
- log.error("Could not locate IdP Version, assuming 4.1.0");
- return new PluginVersion(4,1,0);
+ log.error("Could not locate IdP Version, assuming 5.0.0");
+ return new PluginVersion(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