[java-mvn-enforcer] branch main updated: Fix typo in message

Rod Widdowson rdw at steadingsoftware.com
Fri Jan 28 13:42:51 UTC 2022


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

rdw pushed a commit to branch main
in repository java-mvn-enforcer.

View the commit online:
http://git.shibboleth.net/view/?p=java-mvn-enforcer.git;a=commit;h=4965738106264bf641c3d9a4f8df2fd840e3bb8a

The following commit(s) were added to refs/heads/main by this push:
     new 4965738  Fix typo in message
4965738 is described below

commit 4965738106264bf641c3d9a4f8df2fd840e3bb8a
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Jan 28 13:41:05 2022 +0000

    Fix typo in message
---
 src/main/java/net/shibboleth/mvn/enforcer/impl/JarEnforcer.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/net/shibboleth/mvn/enforcer/impl/JarEnforcer.java b/src/main/java/net/shibboleth/mvn/enforcer/impl/JarEnforcer.java
index aeede01..77e9342 100644
--- a/src/main/java/net/shibboleth/mvn/enforcer/impl/JarEnforcer.java
+++ b/src/main/java/net/shibboleth/mvn/enforcer/impl/JarEnforcer.java
@@ -188,7 +188,7 @@ public class JarEnforcer implements EnforcerRule, MavenLoader{
                 }
                 if (!m2Result) {
                     throw new EnforcerRuleException(
-                            "Signature check ove ~m2 failed, check the file ./target/m2Report.txt");
+                            "Signature check over ~m2 failed, check the file ./target/m2Report.txt");
                 }
 
             }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list