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.git
The following commit(s) were added to refs/heads/master by this push:
new 66a37b3a1c Fix ITs
66a37b3a1c is described below
commit 66a37b3a1c08aecb785a1ba42ce239736fe2bd16
Author: Guillaume Nodet <[email protected]>
AuthorDate: Tue Jul 1 07:32:56 2025 +0200
Fix ITs
---
its/core-it-suite/src/test/resources/mng-8648/extension/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/its/core-it-suite/src/test/resources/mng-8648/extension/pom.xml
b/its/core-it-suite/src/test/resources/mng-8648/extension/pom.xml
index 2a8ba47a99..0f99e2f685 100644
--- a/its/core-it-suite/src/test/resources/mng-8648/extension/pom.xml
+++ b/its/core-it-suite/src/test/resources/mng-8648/extension/pom.xml
@@ -31,7 +31,7 @@ under the License.
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
- <version>4.0.0-rc-4-SNAPSHOT</version>
+ <version>4.0.0-rc-4</version>
<scope>provided</scope>
</dependency>
</dependencies>