Skip to content

Commit 1cb6b9e

Browse files
authored
Merge branch 'master' into feat-classpathentry-excluding
2 parents 8aeeda6 + 044cb60 commit 1cb6b9e

File tree

8 files changed

+23
-14
lines changed

8 files changed

+23
-14
lines changed

RELEASE_NOTES.md

+11-2
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

+1-1
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

+1-1
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

+1-1
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.logback.feature/feature.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="org.eclipse.m2e.logback.feature"
44
label="%featureName"
5-
version="2.2.1.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.logback/META-INF/MANIFEST.MF

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-SymbolicName: org.eclipse.m2e.logback;singleton:=true
4-
Bundle-Version: 2.2.1.qualifier
4+
Bundle-Version: 2.6.0.qualifier
55
Bundle-Name: M2E Logback Appender and Configuration
66
Bundle-Vendor: Eclipse.org - m2e
77
Bundle-RequiredExecutionEnvironment: JavaSE-17
8-
Fragment-Host: ch.qos.logback.classic;bundle-version="[1.3.0,1.5.0)"
8+
Fragment-Host: ch.qos.logback.classic;bundle-version="[1.3.0,1.6.0)"
99
Require-Bundle: org.eclipse.core.runtime,
1010
org.eclipse.jface,
1111
org.eclipse.ui.console,

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

+1-1
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">

target-platform/target-platform.target

+5-5
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
</location>
3535
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
3636
<repository location="https://download.eclipse.org/wildwebdeveloper/releases/1.3.3/"/>
37-
<repository location="https://download.eclipse.org/tm4e/releases/0.8.1/"/>
38-
<repository location="https://download.eclipse.org/lsp4e/releases/0.24.5/"/>
39-
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.21.1/"/>
37+
<repository location="https://download.eclipse.org/tm4e/releases/0.9.0/"/>
38+
<repository location="https://download.eclipse.org/lsp4e/releases/0.24.8/"/>
39+
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.22.0/"/>
4040
<unit id="org.eclipse.wildwebdeveloper.xml.feature.feature.group" version="0.0.0"/>
4141
<unit id="org.eclipse.lsp4e" version="0.0.0"/>
4242
</location>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>ch.qos.logback</groupId>
5151
<artifactId>logback-classic</artifactId>
52-
<version>1.4.14</version>
52+
<version>1.5.0</version>
5353
<type>jar</type>
5454
</dependency>
5555
<dependency>
@@ -89,7 +89,7 @@
8989
<dependency>
9090
<groupId>commons-codec</groupId>
9191
<artifactId>commons-codec</artifactId>
92-
<version>1.16.0</version>
92+
<version>1.16.1</version>
9393
<type>jar</type>
9494
</dependency>
9595
<dependency>

0 commit comments

Comments
 (0)