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 de92fee [MNG-6071] Enable IT for Maven 3.8.2
de92fee is described below
commit de92feefdb632bdb87e6c8debc892e221c3b9003
Author: Michael Osipov <[email protected]>
AuthorDate: Sat Jun 26 21:18:15 2021 +0200
[MNG-6071] Enable IT for Maven 3.8.2
---
.../org/apache/maven/it/MavenITmng6071GetResourceWithCustomPom.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng6071GetResourceWithCustomPom.java
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng6071GetResourceWithCustomPom.java
index ea213e6..87b1984 100644
---
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng6071GetResourceWithCustomPom.java
+++
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng6071GetResourceWithCustomPom.java
@@ -15,7 +15,7 @@ public class MavenITmng6071GetResourceWithCustomPom
{
public MavenITmng6071GetResourceWithCustomPom()
{
- super( "[4.0.0-alpha-1,)" );
+ super( "[3.8.2,)" );
}
/**