[java-idp-plugin-webauthn] branch main updated: Fix enforcer goal ID in POM

Phil Smart philip.smart at jisc.ac.uk
Mon Dec 16 11:19:17 UTC 2024


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

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

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-webauthn.git;a=commit;h=12e437dc6d0a740f7dd473eb98020ed9beef0a8c

The following commit(s) were added to refs/heads/main by this push:
     new 12e437d  Fix enforcer goal ID in POM
12e437d is described below

commit 12e437dc6d0a740f7dd473eb98020ed9beef0a8c
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Dec 16 11:19:14 2024 +0000

    Fix enforcer goal ID in POM
---
 webauthn-dist/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webauthn-dist/pom.xml b/webauthn-dist/pom.xml
index bd8653e..21af9b6 100644
--- a/webauthn-dist/pom.xml
+++ b/webauthn-dist/pom.xml
@@ -57,7 +57,7 @@
                 </dependencies>
                 <executions>
                     <execution>
-                        <id>oidc-webauthn-enforce</id>
+                        <id>webauthn-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