This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch MSHARED-703 in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git
commit b5d4269cd4a0013fbb35de2fa3d2a489bad93f86 Author: Karl Heinz Marbaise <[email protected]> AuthorDate: Thu Mar 22 21:39:36 2018 +0100 [MSHARED-703] - Try to identify why IT's not running with Maven 3.0.5 --- .../org/apache/maven/plugin/project/install/ProjectInstallerTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/it/maven-project-installer-plugin/src/test/java/org/apache/maven/plugin/project/install/ProjectInstallerTest.java b/src/it/maven-project-installer-plugin/src/test/java/org/apache/maven/plugin/project/install/ProjectInstallerTest.java index 6a19faa..273f174 100644 --- a/src/it/maven-project-installer-plugin/src/test/java/org/apache/maven/plugin/project/install/ProjectInstallerTest.java +++ b/src/it/maven-project-installer-plugin/src/test/java/org/apache/maven/plugin/project/install/ProjectInstallerTest.java @@ -42,7 +42,7 @@ import io.takari.maven.testing.executor.junit.MavenJUnitTestRunner; * @author Karl Heinz Marbaise */ @RunWith( MavenJUnitTestRunner.class ) -@MavenVersions( { "3.1.1", "3.2.5", "3.3.1", "3.3.9", "3.5.0", "3.5.2", "3.5.3" } ) +@MavenVersions( { "3.0.5", "3.1.1", "3.2.5", "3.3.1", "3.3.9", "3.5.0", "3.5.2", "3.5.3" } ) public class ProjectInstallerTest {
