File tree Expand file tree Collapse file tree 5 files changed +14
-12
lines changed
org.eclipse.m2e.maven.runtime Expand file tree Collapse file tree 5 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 11# Eclipse m2e - Release notes
22
3+ ## 2.6.2
4+
5+ * 📅 Release Date: _ expected_ beginning of September 2024
6+
7+ ### Embedded and use Maven 3.9.8
8+
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 ) .
10+
311## 2.6.1
412
513* 📅 Release Date: 04th June 2024
Original file line number Diff line number Diff line change 22<feature
33 id =" org.eclipse.m2e.feature"
44 label =" %featureName"
5- version =" 2.6.1 .qualifier"
5+ version =" 2.6.2 .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.7
3- Update build-qualifier (probably) because of changed Mac-signing certificates.
2+ Update build-qualifier because maven-runtime version update to Maven 3.9.8
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.700 -SNAPSHOT</version >
23+ <version >3.9.800 -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.7 </maven-core .version>
30+ <maven-core .version>3.9.8 </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
146146 <version >${apache-commons-codec.version} </version >
147147 <scope >provided</scope >
148148 </dependency >
149- <dependency >
150- <groupId >org.apache.commons</groupId >
151- <artifactId >commons-lang3</artifactId >
152- <scope >provided</scope >
153- </dependency >
154149 <dependency >
155150 <groupId >javax.annotation</groupId >
156151 <artifactId >javax.annotation-api</artifactId >
214209 org.apache.commons.codec*, \
215210 org.apache.commons.lang3*
216211 Require-Bundle: \
217- com.google.guava;bundle-version="32.0 .1"
212+ com.google.guava;bundle-version="32.2 .1"
218213
219214 -failok: true
220215 -nouses: true
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.700 -SNAPSHOT</version >
105+ <version >3.9.800 -SNAPSHOT</version >
106106 </dependency >
107107 </dependencies >
108108
You can’t perform that action at this time.
0 commit comments