Skip to content

Commit 944de3e

Browse files
committed
Use Maven 4 as the runtime for m2eclipse
Maven 4 will soon be released and should be able to execute Maven 3 projects as well. We should therefore upgrade m2e to use Maven 4 from now on. For users that require Maven 3.9 line we can offer the latest 3.9.11 maven runtime as an additional install option like we already did for Maven 3.9.6
1 parent b080bb4 commit 944de3e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

RELEASE_NOTES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Eclipse m2e - Release notes
22

3+
## 2.10.0 (Planned)
4+
5+
* 📅 Release Date: TBD
6+
7+
### Embed and use Maven 4.0.0-rc-4
8+
9+
Updated the embedded Maven from version 3.9.11 to 4.0.0-rc-4, the first Maven 4 release candidate.
10+
Maven 4 includes the maven-compat module for backward compatibility with Maven 3 builds.
11+
312
## 2.9.1
413

514
* 📅 Release Date: 02nd September 2025

target-platform/m2e-runtimes.target

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@
33
<target name="m2e-runtimes">
44
<locations>
55
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="false" type="InstallableUnit">
6-
<repository location="https://download.eclipse.org/technology/m2e/releases/2.2.1/"/>
6+
<repository location="https://archive.eclipse.org/technology/m2e/releases/2.2.1/"/>
77
<unit id="org.eclipse.m2e.maven.runtime" version="3.8.701.20230209-1606"/>
88
</location>
9+
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="false" type="InstallableUnit">
10+
<repository location="https://download.eclipse.org/technology/m2e/releases/2.9.1"/>
11+
<unit id="org.eclipse.m2e.maven.runtime" version="3.9.1100.20250811-2018"/>
12+
</location>
913
</locations>
1014
</target>

0 commit comments

Comments
 (0)