cstamas commented on code in PR #13059:
URL: https://github.com/apache/maven/pull/13059#discussion_r4045015395


##########
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/PluginUpgradeStrategy.java:
##########
@@ -939,10 +1021,11 @@ private PluginAnalysis analyzePluginsFromEffectiveModel(
                             needsDirectOverride.add(pluginKey);
                             context.debug("Plugin " + pluginKey + " version " 
+ effectiveVersion
                                     + " has explicit version in inherited 
build/plugins"
-                                    + " — needs direct override to " + 
upgrade.minVersion());
+                                    + " — needs direct version override to " + 
upgrade.minVersion());

Review Comment:
   This is unicode dash, is it expected to be here?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to