diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 66e3aaf740..b7027d5ce8 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
# Eclipse m2e - Release notes
-## 2.5.1
+## 2.6.0
* 📅 Release Date: _expected_ end February 2024
@@ -8,7 +8,16 @@
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).
-### New project preference for automated Maven project configuration updates
+### Improved toolchain.xml handling
+
+In the Preferences under `Maven -> User Settings` the user `toolchain.xml` used in workspace builds can now be specified explicitly.
+At the same time the `maven-toolchains-plugin` is now disabled by default for workspace builds.
+
+### Improved resource linking
+
+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.
+
+### Project preference for automated Maven project configuration updates
Automatic configuration updates for Maven projects can now be disabled the in the project preferences.
This allows to disable these updates individually per project and to store the setting in a preference-file under version control,
diff --git a/org.eclipse.m2e.core/META-INF/MANIFEST.MF b/org.eclipse.m2e.core/META-INF/MANIFEST.MF
index fa858aaa37..75a779490c 100644
--- a/org.eclipse.m2e.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.m2e.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.m2e.core;singleton:=true
-Bundle-Version: 2.4.2.qualifier
+Bundle-Version: 2.6.0.qualifier
Bundle-Activator: org.eclipse.m2e.core.internal.MavenPluginActivator
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
diff --git a/org.eclipse.m2e.core/pom.xml b/org.eclipse.m2e.core/pom.xml
index 2d0e3c50ae..da28175d6e 100644
--- a/org.eclipse.m2e.core/pom.xml
+++ b/org.eclipse.m2e.core/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.m2e.core
- 2.4.2-SNAPSHOT
+ 2.6.0-SNAPSHOT
eclipse-plugin
Maven Integration for Eclipse Core Plug-in
diff --git a/org.eclipse.m2e.feature/feature.xml b/org.eclipse.m2e.feature/feature.xml
index e0c179007d..97f0d2ca9b 100644
--- a/org.eclipse.m2e.feature/feature.xml
+++ b/org.eclipse.m2e.feature/feature.xml
@@ -2,7 +2,7 @@
diff --git a/target-platform/target-platform.target b/target-platform/target-platform.target
index 1c1f821ee1..f2730674ef 100644
--- a/target-platform/target-platform.target
+++ b/target-platform/target-platform.target
@@ -34,9 +34,9 @@
-
-
-
+
+
+
@@ -49,7 +49,7 @@
ch.qos.logback
logback-classic
- 1.4.14
+ 1.5.0
jar
@@ -89,7 +89,7 @@
commons-codec
commons-codec
- 1.16.0
+ 1.16.1
jar