Skip to content

Commit 92de5c9

Browse files
committed
Update m2e.core and m2e.sdk to 2.6 and add some release notes
In this release cycle new API methods were added to m2e.core. Consequently the minor version of m2e.core and all containers should be bumped.
1 parent 53c0eaf commit 92de5c9

File tree

5 files changed

+15
-6
lines changed

5 files changed

+15
-6
lines changed

RELEASE_NOTES.md

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

3-
## 2.5.1
3+
## 2.6.0
44

55
* 📅 Release Date: _expected_ end February 2024
66

77
### Embedded and use Maven 3.9.6
88

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

11-
### New project preference for automated Maven project configuration updates
11+
### Improved toolchain.xml handling
12+
13+
In the Preferences under `Maven -> User Settings` the user `toolchain.xml` used in workspace builds can now be specified explicitly.
14+
At the same time the `maven-toolchains-plugin` is now disabled by default for workspace builds.
15+
16+
### Improved resource linking
17+
18+
Source or resource folders of Maven-projects outside of the project's base directory are now considered in the workspace and are added to the project as linked resources.
19+
20+
### Project preference for automated Maven project configuration updates
1221

1322
Automatic configuration updates for Maven projects can now be disabled the in the project preferences.
1423
This allows to disable these updates individually per project and to store the setting in a preference-file under version control,

org.eclipse.m2e.core/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %Bundle-Name
44
Bundle-SymbolicName: org.eclipse.m2e.core;singleton:=true
5-
Bundle-Version: 2.4.2.qualifier
5+
Bundle-Version: 2.6.0.qualifier
66
Bundle-Activator: org.eclipse.m2e.core.internal.MavenPluginActivator
77
Bundle-Vendor: %Bundle-Vendor
88
Bundle-Localization: plugin

org.eclipse.m2e.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</parent>
2020

2121
<artifactId>org.eclipse.m2e.core</artifactId>
22-
<version>2.4.2-SNAPSHOT</version>
22+
<version>2.6.0-SNAPSHOT</version>
2323
<packaging>eclipse-plugin</packaging>
2424

2525
<name>Maven Integration for Eclipse Core Plug-in</name>

org.eclipse.m2e.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="org.eclipse.m2e.feature"
44
label="%featureName"
5-
version="2.4.300.qualifier"
5+
version="2.6.0.qualifier"
66
provider-name="%providerName"
77
plugin="org.eclipse.m2e.core"
88
license-feature="org.eclipse.license"

org.eclipse.m2e.sdk.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="org.eclipse.m2e.sdk.feature"
44
label="%featureName"
5-
version="2.5.1.qualifier"
5+
version="2.6.0.qualifier"
66
provider-name="%providerName"
77
license-feature="org.eclipse.license"
88
license-feature-version="0.0.0">

0 commit comments

Comments
 (0)