slawekjaranowski commented on code in PR #372:
URL: https://github.com/apache/maven-help-plugin/pull/372#discussion_r3383954363
##########
src/it/projects/describe-cmd/verify.groovy:
##########
@@ -22,7 +22,7 @@ def result = new File(basedir, 'result-deploy.txt').text;
def ls = System.getProperty( "line.separator" );
// used deprecated methods - FIXME in DescribeMojo
-if (mavenVersion.startsWith('4.') || mavenVersion.startsWith('3.10.')) {
+if (mavenVersion.startsWith('4.')) {
Review Comment:
interesting how without it #369 will pass ...
--
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]