[java-idp-plugin-duo] branch main updated: JCOMOIDC-17 - Add major version to the module name

Phil Smart philip.smart at jisc.ac.uk
Fri Mar 12 11:57:15 UTC 2021


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

philsmart pushed a commit to branch main
in repository java-idp-plugin-duo.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=41c4f0e12590155da22718b547bde211e2834baf

The following commit(s) were added to refs/heads/main by this push:
       new  41c4f0e   JCOMOIDC-17 - Add major version to the module name
41c4f0e is described below

commit 41c4f0e12590155da22718b547bde211e2834baf
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Mar 12 11:57:13 2021 +0000

    JCOMOIDC-17 - Add major version to the module name
    
    Change module dependencies to require idp.oidc.common.1
---
 .../net/shibboleth/idp/plugin/authn/duo/nimbus/plugin.properties        | 2 +-
 .../resources/net/shibboleth/idp/plugin/authn/duo/sdk/plugin.properties | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/idp-duo-nimbus-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/nimbus/plugin.properties b/idp-duo-nimbus-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/nimbus/plugin.properties
index ebcb684..0e78d30 100644
--- a/idp-duo-nimbus-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/nimbus/plugin.properties
+++ b/idp-duo-nimbus-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/nimbus/plugin.properties
@@ -5,4 +5,4 @@ plugin.id = net.shibboleth.idp.plugin.authn.duo.nimbus
 plugin.version = 0.9.1
 
 # prereqs
-plugin.modules.required = idp.oidc.common
+plugin.modules.required = idp.oidc.common.1
diff --git a/idp-duo-sdk-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/sdk/plugin.properties b/idp-duo-sdk-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/sdk/plugin.properties
index 24cfeb1..f6b6905 100644
--- a/idp-duo-sdk-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/sdk/plugin.properties
+++ b/idp-duo-sdk-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/sdk/plugin.properties
@@ -5,4 +5,4 @@ plugin.id = net.shibboleth.idp.plugin.authn.duo.sdk
 plugin.version = 0.9.1
 
 # prereqs
-plugin.modules.required = idp.oidc.common
+plugin.modules.required = idp.oidc.common.1

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


More information about the commits mailing list