You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2021/06/26 19:09:10 UTC

[maven-integration-testing] branch master updated: [MNG-5868] Enable IT for Maven 3.8.2

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new c7b2d1d  [MNG-5868] Enable IT for Maven 3.8.2
c7b2d1d is described below

commit c7b2d1dc515123c74c245bb4547b800a48ebe00a
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Jun 26 21:09:03 2021 +0200

    [MNG-5868] Enable IT for Maven 3.8.2
---
 .../org/apache/maven/it/MavenITmng5868NoDuplicateAttachedArtifacts.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5868NoDuplicateAttachedArtifacts.java b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5868NoDuplicateAttachedArtifacts.java
index 7e242ea..f87b2d5 100644
--- a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5868NoDuplicateAttachedArtifacts.java
+++ b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5868NoDuplicateAttachedArtifacts.java
@@ -53,7 +53,7 @@ public class MavenITmng5868NoDuplicateAttachedArtifacts
 
     public MavenITmng5868NoDuplicateAttachedArtifacts()
     {
-        super( "[4.0.0-alpha-1,)" );
+        super( "[3.8.2,)" );
     }
 
     @Override