Skip to content

Commit

Permalink
Release M2E 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed May 23, 2023
1 parent c89a520 commit a9eca33
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,22 @@

## 2.3.0

* 📅 Release Date: _expected_ May 2023
* 📅 Release Date: 23th May 2023

### Embedded and use Maven 3.9.1

Updated the embedded Maven from version 3.8.7 to 3.9.1; [Maven 3.9.1 Release Notes](https://maven.apache.org/docs/3.9.1/release-notes.html).

### Support for Java 20 and later

Projects that compile with Java 20 and therefore have a corresponding configuration of in their `maven-compiler-plugin` are now supported.
Furthermore the processing has been enhanced to support future Java versions as soon as Eclipse JDT supports them.

### Enhanced M2E Maven Target support

* OSGi metadata generated for artifacts that don't contain a OSGi compliant MANIFEST.MF have been enhanced to also contain version ranges for `Import-Package` headers by default.
* Source Bundles of excluded artifacts are now excluded too

## 2.2.1

* 📅 Release Date: 7th March 2023
Expand Down

0 comments on commit a9eca33

Please sign in to comment.