You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/03/22 20:39:57 UTC

[maven-artifact-transfer] 01/01: [MSHARED-703] - Try to identify why IT's not running with Maven 3.0.5

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 5b7eac81d3932c5c7dd49788065f57a60c8135ea
Author: Karl Heinz Marbaise <kh...@apache.org>
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
 {
 

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.