gnodet commented on code in PR #11249:
URL: https://github.com/apache/maven/pull/11249#discussion_r2428418087


##########
its/core-it-support/maven-it-helper/src/main/java/org/apache/maven/it/Verifier.java:
##########
@@ -108,6 +108,9 @@ public class Verifier {
 
     private final List<String> jvmArguments = new ArrayList<>();
 
+    // TestSuiteOrdering creates Verifier in non-forked JVM as well, and there 
no prop set is set (so use default)
+    private final String toolboxVersion = 
System.getProperty("version.toolbox", "0.14.0");

Review Comment:
   Why `0.14.0` while we use `0.13.7` for `ToolboxTool` ?  



-- 
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