Skip to content

Commit 3410597

Browse files
committed
[Runtime] Embed Maven 3.9.4
1 parent 90e5559 commit 3410597

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

org.eclipse.m2e.feature/forceQualifierUpdate.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
Update build-qualifier because maven-runtime components currently use the committer's time-zone for their qualifier and don't align with the other projects that use UTC.
33
Update build-qualifier because maven-runtime components now use again UTC+0-based qualifiers.
44
Move o.e.m2e.maven.runtime to m2e's git-repo root
5+
Update build-qualifier because maven-runtime version update to Maven 3.9.4

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020
</parent>
2121

2222
<artifactId>org.eclipse.m2e.maven.runtime</artifactId>
23-
<version>3.9.101-SNAPSHOT</version>
23+
<version>3.9.400-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.1</maven-core.version>
30+
<maven-core.version>3.9.4</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.7</maven-resolver.version>
35+
<maven-resolver.version>1.9.14</maven-resolver.version>
3636
<!-- below are m2e-specific addons -->
3737
<plexus-build-api.version>0.0.7</plexus-build-api.version>
3838
<okhttp-connector.version>0.17.8</okhttp-connector.version>
@@ -195,7 +195,7 @@
195195
javax.annotation;version="[1.2.0,2.0.0)", \
196196
org.apache.commons.cli;version="[1.4.0,2.0.0)"
197197
Require-Bundle: \
198-
com.google.guava
198+
com.google.guava;bundle-version="32.0.1"
199199
200200
-failok: true
201201
-nouses: true

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<dependency>
104104
<groupId>org.eclipse.m2e</groupId>
105105
<artifactId>org.eclipse.m2e.maven.runtime</artifactId>
106-
<version>3.9.101-SNAPSHOT</version>
106+
<version>3.9.400-SNAPSHOT</version>
107107
</dependency>
108108
</dependencies>
109109

0 commit comments

Comments
 (0)