File tree Expand file tree Collapse file tree 5 files changed +15
-7
lines changed
org.eclipse.m2e.maven.runtime Expand file tree Collapse file tree 5 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 11# Eclipse m2e - Release notes
22
3+ ## 2.5.1
4+
5+ * 📅 Release Date: _ expected_ end February 2024
6+
7+ ### Embedded and use Maven 3.9.6
8+
9+ 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 ) .
10+
11+
312## 2.5.0
413
514* 📅 Release Date: 27th November 2023
Original file line number Diff line number Diff line change 22<feature
33 id =" org.eclipse.m2e.feature"
44 label =" %featureName"
5- version =" 2.4.200 .qualifier"
5+ version =" 2.4.300 .qualifier"
66 provider-name =" %providerName"
77 plugin =" org.eclipse.m2e.core"
88 license-feature =" org.eclipse.license"
Original file line number Diff line number Diff line change 11# To force a version qualifier update add the bug here
2- Update build-qualifier because maven-runtime version update to Maven 3.9.5
3- Update build-qualifier because maven-runtime dropped aether-okhttp-connector
2+ Update build-qualifier because maven-runtime version update to Maven 3.9.6
Original file line number Diff line number Diff line change 2020 </parent >
2121
2222 <artifactId >org.eclipse.m2e.maven.runtime</artifactId >
23- <version >3.9.500 -SNAPSHOT</version >
23+ <version >3.9.600 -SNAPSHOT</version >
2424 <packaging >jar</packaging >
2525
2626 <name >M2E Embedded Maven Runtime (includes Incubating components)</name >
2727
2828 <properties >
2929 <!-- maven core version -->
30- <maven-core .version>3.9.5 </maven-core .version>
30+ <maven-core .version>3.9.6 </maven-core .version>
3131 <!-- NOTE: When maven-core.version changes, this may impact the versions of the maven-resolver-*
3232 jars that export the org.eclipse.aether.* packages in the org.eclipse.m2e.maven.runtime
3333 bundle. So make sure the following variable has the value of the maven-resolver-* jars
3434 https://bugs.eclipse.org/bugs/show_bug.cgi?id=529540 -->
35- <maven-resolver .version>1.9.16 </maven-resolver .version>
35+ <maven-resolver .version>1.9.18 </maven-resolver .version>
3636 <apache-commons-codec .version>1.16.0</apache-commons-codec .version><!-- Keep in sync with what maven includes-->
3737 <!-- below are m2e-specific addons -->
3838 <plexus-build-api .version>0.0.7</plexus-build-api .version>
Original file line number Diff line number Diff line change 103103 <dependency >
104104 <groupId >org.eclipse.m2e</groupId >
105105 <artifactId >org.eclipse.m2e.maven.runtime</artifactId >
106- <version >3.9.500 -SNAPSHOT</version >
106+ <version >3.9.600 -SNAPSHOT</version >
107107 </dependency >
108108 </dependencies >
109109
You can’t perform that action at this time.
0 commit comments