[java-mvn-enforcer] branch main updated: JMVN-8 Wrong format for reporting File version

Rod Widdowson rdw at steadingsoftware.com
Sun Dec 5 16:39:52 UTC 2021


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=4560b56473c5860820737bf79188a95f68a116da

The following commit(s) were added to refs/heads/main by this push:
     new 4560b56  JMVN-8 Wrong format for reporting File version
4560b56 is described below

commit 4560b56473c5860820737bf79188a95f68a116da
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Dec 5 16:39:08 2021 +0000

    JMVN-8 Wrong format for reporting File version
    
    https://shibboleth.atlassian.net/browse/JMVN-8
---
 src/main/java/net/shibboleth/mvn/enforcer/impl/DependencyChecker.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/net/shibboleth/mvn/enforcer/impl/DependencyChecker.java b/src/main/java/net/shibboleth/mvn/enforcer/impl/DependencyChecker.java
index 06c2d02..1ad0854 100644
--- a/src/main/java/net/shibboleth/mvn/enforcer/impl/DependencyChecker.java
+++ b/src/main/java/net/shibboleth/mvn/enforcer/impl/DependencyChecker.java
@@ -289,7 +289,7 @@ public class DependencyChecker {
         } else if (oldName.equals(nm.getSecond())) {
             report.format("File %s present in multiple locations\n", jarPath);
         } else {
-            report.format("File %s present with versions % and %s\n", nm.getFirst(), oldName, nm.getSecond());
+            report.format("File %s present with versions %s and %s\n", nm.getFirst(), oldName, nm.getSecond());
         }
         duplicateJars++;
     }

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


More information about the commits mailing list