[java-oidc-common] branch main updated: Fix cut & paste error in enforcer id

Rod Widdowson rdw at steadingsoftware.com
Mon Jan 10 13:53:16 UTC 2022


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

rdw 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=a73bf7cecba493b715bee802a2379857734118ec

The following commit(s) were added to refs/heads/main by this push:
     new a73bf7c  Fix cut & paste error in enforcer id
a73bf7c is described below

commit a73bf7cecba493b715bee802a2379857734118ec
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Jan 10 13:53:10 2022 +0000

    Fix cut & paste error in enforcer id
---
 oidc-common-dist/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oidc-common-dist/pom.xml b/oidc-common-dist/pom.xml
index 057f193..3b28621 100644
--- a/oidc-common-dist/pom.xml
+++ b/oidc-common-dist/pom.xml
@@ -78,7 +78,7 @@
                 </dependencies>
                 <executions>
                     <execution>
-                        <id>oidc-rp-enforce</id>
+                        <id>oidc-common-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