[java-idp-plugin-oidc-config] branch main updated: JMVN-52 - OpenID Provider (OP) and Relying Party (RP) enforcer-data overrides
Phil Smart
philip.smart at jisc.ac.uk
Tue May 16 16:47:53 UTC 2023
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-idp-plugin-oidc-config.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-config.git;a=commit;h=c6d050c7985b1b521d6b9553b30ed944d2dba8c0
The following commit(s) were added to refs/heads/main by this push:
new c6d050c JMVN-52 - OpenID Provider (OP) and Relying Party (RP) enforcer-data overrides
c6d050c is described below
commit c6d050c7985b1b521d6b9553b30ed944d2dba8c0
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue May 16 16:46:57 2023 +0000
JMVN-52 - OpenID Provider (OP) and Relying Party (RP) enforcer-data overrides
- Override enforcer-data so the enforcer can verify its own artefacts
https://shibboleth.atlassian.net/browse/JMVN-52
---
pom.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7e31e1b..fb5a1c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,12 @@
<properties>
<idp.groupId>net.shibboleth.idp</idp.groupId>
<idp.version>4.3.0</idp.version>
- <checkstyle.configLocation>${project.basedir}/checkstyle.xml</checkstyle.configLocation>
+ <!--
+ REMOVE this enforcer-data override once the parent is up to date with an enforcer-data that contains
+ net.shibboleth.idp.plugin.config.oidc. See https://shibboleth.atlassian.net/browse/JMVN-52
+ -->
+ <maven-dist-enforcer-data.version>1.0.13</maven-dist-enforcer-data.version>
+ <checkstyle.configLocation>${project.basedir}/checkstyle.xml</checkstyle.configLocation>
</properties>
<repositories>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list