You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/11/30 02:10:32 UTC

[GitHub] [maven-surefire] olamy commented on a diff in pull request #578: [SUREFIRE-2126] Use the latest surefire version 3.0.0-M7 with self testing

olamy commented on code in PR #578:
URL: https://github.com/apache/maven-surefire/pull/578#discussion_r1035459897


##########
maven-failsafe-plugin/pom.xml:
##########
@@ -108,7 +108,7 @@
                     <dependency>
                         <groupId>org.apache.maven.surefire</groupId>
                         <artifactId>surefire-shadefire</artifactId>
-                        <version>3.0.0-M6</version> <!-- ${shadedVersion}, but resolved due to https://issues.apache.org/jira/browse/MRELEASE-799 -->
+                        <version>3.0.0-M7</version> <!-- ${shadedVersion}, but resolved due to https://issues.apache.org/jira/browse/MRELEASE-799 -->

Review Comment:
   maybe we could have a property such `<surefire.plugin.version.runtime>` or another name to avoid such level of duplication?



-- 
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: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org