File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
org.eclipse.m2e.maven.runtime Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44
55* 📅 Release Date: _ expected_ beginning of September 2024
66
7- ### Embedded and use Maven 3.9.8
7+ ### Embedded and use Maven 3.9.9
88
9- Updated the embedded Maven from version 3.9.7 to 3.9.8 ; [ Maven 3.9.8 Release Notes] ( https://maven.apache.org/docs/3.9.8 /release-notes.html ) .
9+ Updated the embedded Maven from version 3.9.7 to 3.9.9 ; [ Maven 3.9.9 Release Notes] ( https://maven.apache.org/docs/3.9.9 /release-notes.html ) .
1010
1111## 2.6.1
1212
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.8 (updated)
2+ Update build-qualifier because maven-runtime version update to Maven 3.9.9 (updated)
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.800 -SNAPSHOT</version >
23+ <version >3.9.900 -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.8 </maven-core .version>
30+ <maven-core .version>3.9.9 </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.20 </maven-resolver .version>
35+ <maven-resolver .version>1.9.22 </maven-resolver .version>
3636 <apache-commons-codec .version>1.16.1</apache-commons-codec .version><!-- Keep in sync with what maven includes-->
3737 <!-- below are m2e-specific addons -->
3838 <plexus-build-api .version>1.2.0</plexus-build-api .version>
Original file line number Diff line number Diff line change 102102 <dependency >
103103 <groupId >org.eclipse.m2e</groupId >
104104 <artifactId >org.eclipse.m2e.maven.runtime</artifactId >
105- <version >3.9.800 -SNAPSHOT</version >
105+ <version >3.9.900 -SNAPSHOT</version >
106106 </dependency >
107107 </dependencies >
108108
You can’t perform that action at this time.
0 commit comments