This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch MNG-6965 in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git
commit d376d5784729331de5fdf1966dba8d32e0a54ef3 Author: Michael Osipov <[email protected]> AuthorDate: Sat Oct 3 16:48:16 2020 +0200 Test not valid for 3.7.0 anymore --- .../org/apache/maven/it/MavenITmng3819PluginDepPlexusUtilsTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3819PluginDepPlexusUtilsTest.java b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3819PluginDepPlexusUtilsTest.java index 47ff8a2..c7b08cc 100644 --- a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3819PluginDepPlexusUtilsTest.java +++ b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3819PluginDepPlexusUtilsTest.java @@ -37,7 +37,7 @@ public class MavenITmng3819PluginDepPlexusUtilsTest public MavenITmng3819PluginDepPlexusUtilsTest() { - super( "(2.0.1,)" ); + super( "(2.0.1,3.7.0)" ); } /**
