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

gnodet 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 03256e4ca [MNG-7587] Only test with 4.0 because the fix has been 
reverted in 3.9.x
03256e4ca is described below

commit 03256e4cab8546d8f2f96bf446fcccbc91dd6b27
Author: Guillaume Nodet <[email protected]>
AuthorDate: Fri Jun 9 20:46:46 2023 +0200

    [MNG-7587] Only test with 4.0 because the fix has been reverted in 3.9.x
---
 .../src/test/java/org/apache/maven/it/MavenITmng7587Jsr330.java       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7587Jsr330.java 
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7587Jsr330.java
index 551691579..120b516da 100644
--- a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7587Jsr330.java
+++ b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7587Jsr330.java
@@ -34,8 +34,8 @@ import org.junit.jupiter.api.condition.JRE;
 class MavenITmng7587Jsr330 extends AbstractMavenIntegrationTestCase {
 
     public MavenITmng7587Jsr330() {
-        // affected Maven versions: 3.9.2 and 4.0.0-alpha-5
-        super("(3.9.2,3.999),(4.0.0-alpha-5,)");
+        // affected Maven versions: 4.0.0-alpha-5
+        super("(4.0.0-alpha-5,)");
     }
 
     /**

Reply via email to