diff --git a/org.eclipse.m2e.feature/forceQualifierUpdate.txt b/org.eclipse.m2e.feature/forceQualifierUpdate.txt
index c7f19ff299..7017c0075e 100644
--- a/org.eclipse.m2e.feature/forceQualifierUpdate.txt
+++ b/org.eclipse.m2e.feature/forceQualifierUpdate.txt
@@ -2,3 +2,4 @@
Update build-qualifier because maven-runtime components currently use the committer's time-zone for their qualifier and don't align with the other projects that use UTC.
Update build-qualifier because maven-runtime components now use again UTC+0-based qualifiers.
Move o.e.m2e.maven.runtime to m2e's git-repo root
+Update build-qualifier because maven-runtime version update to Maven 3.9.4
diff --git a/org.eclipse.m2e.maven.runtime/pom.xml b/org.eclipse.m2e.maven.runtime/pom.xml
index fb054c24c9..c70ccb6653 100644
--- a/org.eclipse.m2e.maven.runtime/pom.xml
+++ b/org.eclipse.m2e.maven.runtime/pom.xml
@@ -20,19 +20,19 @@
org.eclipse.m2e.maven.runtime
- 3.9.101-SNAPSHOT
+ 3.9.400-SNAPSHOT
jar
M2E Embedded Maven Runtime (includes Incubating components)
- 3.9.1
+ 3.9.4
- 1.9.7
+ 1.9.14
0.0.7
0.17.8
@@ -195,7 +195,7 @@
javax.annotation;version="[1.2.0,2.0.0)", \
org.apache.commons.cli;version="[1.4.0,2.0.0)"
Require-Bundle: \
- com.google.guava
+ com.google.guava;version="32.0.1"
-failok: true
-nouses: true
diff --git a/pom.xml b/pom.xml
index 709e9609ce..c290d11e55 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@
org.eclipse.m2e
org.eclipse.m2e.maven.runtime
- 3.9.101-SNAPSHOT
+ 3.9.400-SNAPSHOT