cstamas commented on code in PR #2151: URL: https://github.com/apache/maven/pull/2151#discussion_r1986123655
########## Jenkinsfile: ########## @@ -21,11 +21,11 @@ properties([buildDiscarder(logRotator(artifactNumToKeepStr: '5', numToKeepStr: e def buildOs = 'linux' def buildJdk = '17' -def buildMvn = '3.8.x' +def buildMvn = '4.0.0-rc-2' Review Comment: I think 3.9.9 should be better (as "latest stable") -- 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]
