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

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


The following commit(s) were added to refs/heads/maven-3.8.x by this push:
     new 8c1365ba4 [MNG-6972] Backport to 3.8.x
8c1365ba4 is described below

commit 8c1365ba4899f92eed6b4418edf98d5d462e2585
Author: Michael Osipov <[email protected]>
AuthorDate: Sat Feb 18 22:46:46 2023 +0100

    [MNG-6972] Backport to 3.8.x
---
 .../apache/maven/it/MavenITmng6972AllowAccessToGraphPackageTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng6972AllowAccessToGraphPackageTest.java
 
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng6972AllowAccessToGraphPackageTest.java
index 3b9546614..c3db1ee8d 100644
--- 
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng6972AllowAccessToGraphPackageTest.java
+++ 
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng6972AllowAccessToGraphPackageTest.java
@@ -32,7 +32,7 @@ public class MavenITmng6972AllowAccessToGraphPackageTest
 
     public MavenITmng6972AllowAccessToGraphPackageTest()
     {
-        super( "[3.9.0,)" );
+        super( "[3.8.8,)" );
     }
 
     public void testit()

Reply via email to