[java-identity-provider] 02/02: Move idp 'version' used in plugin tests up to 4.2

Rod Widdowson rdw at steadingsoftware.com
Sat Mar 12 11:19:27 UTC 2022


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=73451f74eac3f622426f6e56b0a68e4871b8c07a

commit 73451f74eac3f622426f6e56b0a68e4871b8c07a
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Mar 10 20:14:58 2022 +0000

    Move idp 'version' used in plugin tests up to 4.2
---
 .../java/net/shibboleth/idp/installer/plugin/impl/PluginInstaller.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstaller.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstaller.java
index 7574a0357..b6c523b66 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstaller.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstaller.java
@@ -991,7 +991,7 @@ public final class PluginInstaller extends AbstractInitializableComponent implem
         if (version == null) {
             LOG.error("Could not determine IdP Version. Assuming 4.2.0");
             LOG.error("You should never see this outside a test environment");
-            return new PluginVersion(4,1,0);
+            return new PluginVersion(4,2,0);
         } 
         return new PluginVersion(version);
     }

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


More information about the commits mailing list