Skip to content

Commit ac7bf50

Browse files
committed
Release M2E 2.4.0
1 parent 0bc4894 commit ac7bf50

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

RELEASE_NOTES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## 2.4.0
44

5+
* 📅 Release Date: 29th August 2023
6+
7+
### Embedded and use Maven 3.9.4
8+
9+
Updated the embedded Maven from version 3.9.1 to 3.9.4; [Maven 3.9.4 Release Notes](https://maven.apache.org/docs/3.9.4/release-notes.html).
10+
511
### Support for multiple embedded runtimes
612

713
You can now install additional embedded Maven Runtimes using the m2eclipse update site
@@ -22,6 +28,13 @@ If you want to switch back to an older runtime you currently need to modify you
2228

2329
![grafik](https://github.com/eclipse-m2e/m2e-core/assets/1331477/ef04e7f4-e36b-4bbc-a4d3-ff92e6a5f9f4)
2430

31+
### m2e.archetype.common changed it structure
32+
33+
_Only relevant for developers of Plug-ins based on m2e_
34+
35+
The single `org.eclipse.m2e.archetype.common` Bundle that used to embed the maven-archetype jars was replaced by a set of multiple bundles, where each corresponds to one of the embedded archetype jars and has reduced OSGi metadata just sufficient for the use with m2e.
36+
One of those bundles is again named `org.eclipse.m2e.archetype.common` and serves as host bundle for the others, which are fragments to it.
37+
2538
## 2.3.0
2639

2740
* 📅 Release Date: 23th May 2023

0 commit comments

Comments
 (0)