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

Henri Mikkonen henri.mikkonen at iki.fi
Mon Mar 15 15:15:00 UTC 2021


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

hjmikkon pushed a commit to branch main
in repository java-idp-oidc.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=31035486bc35fed3a5f4fabbf9769036b1ea24f7

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

commit 31035486bc35fed3a5f4fabbf9769036b1ea24f7
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Mon Mar 15 17:13:31 2021 +0200

    JCOMOIDC-17 - Add major version to the module name
    
    https://issues.shibboleth.net/jira/browse/JCOMOIDC-17
    
    Change module dependencies to require idp.oidc.common.1
---
 .../main/resources/net/shibboleth/idp/plugin/oidc/op/plugin.properties  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/plugin.properties b/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/plugin.properties
index 8d470c6d..f99a5024 100644
--- a/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/plugin.properties
+++ b/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/plugin.properties
@@ -5,4 +5,4 @@ plugin.id = net.shibboleth.idp.plugin.oidc.op
 plugin.version = 3.0.0
 #plugin.license =
 
-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