File tree Expand file tree Collapse file tree
org.eclipse.m2e.maven.runtime Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Eclipse m2e - Release notes
22
3+ ## 2.11.1
4+
5+ * 📅 Release Date: _ expected_ beginning of June 2026
6+
7+ ### Embedded and use Maven 3.9.14
8+
9+ Updated the embedded Maven from version 3.9.11 to 3.9.14; [ Maven 3.9.14 Release Notes] ( https://maven.apache.org/docs/3.9.14/release-notes.html ) .
10+
311## 2.11.0
412
513* 📅 Release Date: 04th March 2026
Original file line number Diff line number Diff line change 11# To force a version qualifier update add the bug here
2- Touch for https://github.com/eclipse-m2e/m2e-core/pull/1932
3- Touch for https://github.com/eclipse-m2e/m2e-core/pull/1934
4- Update build-qualifier because maven-runtime version update to Maven 3.9.12
5- Update build-qualifier for removal of jansi's mac natives from maven.runtime sources
2+ Update build-qualifier because maven-runtime version update to Maven 3.9.14
Original file line number Diff line number Diff line change 2121 </parent >
2222
2323 <artifactId >org.eclipse.m2e.maven.runtime</artifactId >
24- <version >3.9.1200 -SNAPSHOT</version >
24+ <version >3.9.1400 -SNAPSHOT</version >
2525 <packaging >jar</packaging >
2626
2727 <name >M2E Embedded Maven Runtime (includes Incubating components)</name >
2828
2929 <properties >
3030 <!-- maven core version -->
31- <maven-core .version>3.9.12 </maven-core .version>
31+ <maven-core .version>3.9.14 </maven-core .version>
3232 <!-- below are m2e-specific addons -->
3333 <plexus-build-api .version>1.2.0</plexus-build-api .version>
3434 <jars .directory>target/jars</jars .directory>
Original file line number Diff line number Diff line change 101101 <dependency >
102102 <groupId >org.eclipse.m2e</groupId >
103103 <artifactId >org.eclipse.m2e.maven.runtime</artifactId >
104- <version >3.9.1200 -SNAPSHOT</version >
104+ <version >3.9.1400 -SNAPSHOT</version >
105105 </dependency >
106106 </dependencies >
107107
You can’t perform that action at this time.
0 commit comments