Skip to content

Commit aebff3e

Browse files
committed
[Runtime] Embed Maven 3.8.7
1 parent 9f16486 commit aebff3e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
</parent>
2020

2121
<artifactId>org.eclipse.m2e.maven.runtime</artifactId>
22-
<version>3.8.604-SNAPSHOT</version>
22+
<version>3.8.700-SNAPSHOT</version>
2323
<packaging>jar</packaging>
2424

2525
<name>M2E Embedded Maven Runtime (includes Incubating components)</name>
2626

2727
<properties>
2828
<!-- maven core version -->
29-
<maven-core.version>3.8.6</maven-core.version>
29+
<maven-core.version>3.8.7</maven-core.version>
3030
<!-- NOTE: When maven-core.version changes, this may impact the versions of the maven-resolver-*
3131
jars that export the org.eclipse.aether.* packages in the org.eclipse.m2e.maven.runtime
3232
bundle. So make sure the following variable has the value of the maven-resolver-* jars

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.8.604-SNAPSHOT</version>
105+
<version>3.8.700-SNAPSHOT</version>
106106
</dependency>
107107
</dependencies>
108108

0 commit comments

Comments
 (0)