wendigo opened a new issue, #11341: URL: https://github.com/apache/maven/issues/11341
### Affected version 4.0.0 ### Bug description Maven 3.9.x: ``` ❯ ./mvnw -quiet help:evaluate -Dexpression=project.version -DforceStdout 478-SNAPSHOT ``` Maven 4.0.0: ``` ❯ ./mvnw -quiet help:evaluate -Dexpression=project.version -DforceStdout [INFO] [stdout] 478-SNAPSHOT ``` -- 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]
