Skip to content

Commit 9291439

Browse files
committed
[Runtime] Embed Maven 3.9.8
1 parent 01e6ff1 commit 9291439

File tree

5 files changed

+14
-12
lines changed

5 files changed

+14
-12
lines changed

RELEASE_NOTES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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

org.eclipse.m2e.feature/feature.xml

Lines changed: 1 addition & 1 deletion
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.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"
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
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

org.eclipse.m2e.maven.runtime/pom.xml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
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
@@ -146,11 +146,6 @@
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>
@@ -214,7 +209,7 @@
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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
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

0 commit comments

Comments
 (0)