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 99a4c6f16 [MNG-7160] Backport to 3.9.x
99a4c6f16 is described below

commit 99a4c6f16c181a9237cb4c5e9d6e64e3dd63e11d
Author: Guillaume Nodet <[email protected]>
AuthorDate: Wed Jun 15 11:16:55 2022 +0200

    [MNG-7160] Backport to 3.9.x
---
 .../java/org/apache/maven/it/MavenITmng7160ExtensionClassloader.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7160ExtensionClassloader.java
 
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7160ExtensionClassloader.java
index 1cbf180f5..eddd631b6 100644
--- 
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7160ExtensionClassloader.java
+++ 
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7160ExtensionClassloader.java
@@ -32,7 +32,7 @@ public class MavenITmng7160ExtensionClassloader
 {
     public MavenITmng7160ExtensionClassloader()
     {
-        super( "[4.0.0-alpha-1,)" );
+        super( "[3.9.0,)" );
     }
 
     public void testVerify() throws IOException, VerificationException

Reply via email to