[java-idp-plugin-oidc-rp] branch main updated: Fix enforcer plugin id
Phil Smart
philip.smart at jisc.ac.uk
Thu May 4 15:05:07 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-rp.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-rp.git;a=commit;h=7c9550b62c32a49618370cb974d3e07f125de165
The following commit(s) were added to refs/heads/main by this push:
new 7c9550b Fix enforcer plugin id
7c9550b is described below
commit 7c9550b62c32a49618370cb974d3e07f125de165
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu May 4 16:05:05 2023 +0100
Fix enforcer plugin id
---
idp-oidc-rp-dist/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-oidc-rp-dist/pom.xml b/idp-oidc-rp-dist/pom.xml
index 9439037..c328a5c 100644
--- a/idp-oidc-rp-dist/pom.xml
+++ b/idp-oidc-rp-dist/pom.xml
@@ -55,7 +55,7 @@
</dependencies>
<executions>
<execution>
- <id>duo-nimbus-enforce</id>
+ <id>oidc-rp-enforce</id>
<phase>verify</phase>
<goals>
<goal>enforce</goal>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list