[java-oidc-common] branch main updated: Change module name from .3 to .2.2 to be consistent with version
Phil Smart
philip.smart at jisc.ac.uk
Fri Feb 17 11:18:30 UTC 2023
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-oidc-common.
View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=8290f93cee4280a53e0043c2badc07b4e2b80778
The following commit(s) were added to refs/heads/main by this push:
new 8290f93 Change module name from .3 to .2.2 to be consistent with version
8290f93 is described below
commit 8290f93cee4280a53e0043c2badc07b4e2b80778
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Feb 17 11:18:28 2023 +0000
Change module name from .3 to .2.2 to be consistent with version
---
.../resources/net/shibboleth/oidc/common/module.properties | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/oidc-common-plugin/src/main/resources/net/shibboleth/oidc/common/module.properties b/oidc-common-plugin/src/main/resources/net/shibboleth/oidc/common/module.properties
index 92b7b3c..c74f704 100644
--- a/oidc-common-plugin/src/main/resources/net/shibboleth/oidc/common/module.properties
+++ b/oidc-common-plugin/src/main/resources/net/shibboleth/oidc/common/module.properties
@@ -1,12 +1,12 @@
# Properties defining this module.
# Class to Module ID mappings
-net.shibboleth.oidc.common.OIDCCommonModule = idp.oidc.common.3
+net.shibboleth.oidc.common.OIDCCommonModule = idp.oidc.common.2.2
# Module Owner
-idp.oidc.common.3.plugin = net.shibboleth.oidc.common
+idp.oidc.common.2.2.plugin = net.shibboleth.oidc.common
-idp.oidc.common.3.name = Module to provide common OIDC processing
-idp.oidc.common.3.desc = Module that provides common OIDC processing functions for other plugins to use
-idp.oidc.common.3.url = /OIDCCommon
+idp.oidc.common.2.2.name = Module to provide common OIDC processing
+idp.oidc.common.2.2.desc = Module that provides common OIDC processing functions for other plugins to use
+idp.oidc.common.2.2.url = /OIDCCommon
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list