[java-plugin-shibd] branch main updated: Update checkM2 setting in POM.
Scott Cantor
cantor.2 at osu.edu
Tue Apr 8 12:28:57 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-plugin-shibd.
View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-shibd.git;a=commit;h=d840d0fa309836796fdd81147a608db33b7a2650
The following commit(s) were added to refs/heads/main by this push:
new d840d0f Update checkM2 setting in POM.
d840d0f is described below
commit d840d0fa309836796fdd81147a608db33b7a2650
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Apr 8 08:28:54 2025 -0400
Update checkM2 setting in POM.
---
sp-dist/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sp-dist/pom.xml b/sp-dist/pom.xml
index 65e08b6..6fa6f9f 100644
--- a/sp-dist/pom.xml
+++ b/sp-dist/pom.xml
@@ -97,7 +97,7 @@
<checkSignatures>true</checkSignatures>
<checkDependencies>true</checkDependencies>
<listJarSources>false</listJarSources>
- <checkM2>false</checkM2>
+ <checkM2>${net.shibboleth.maven.enforcer.rules.checkM2}</checkM2>
</jarEnforcer>
</rules>
</configuration>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list