Skip to content

Commit

Permalink
[Runtime] Embed Maven 3.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Dec 31, 2022
1 parent 9f16486 commit aebff3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
</parent>

<artifactId>org.eclipse.m2e.maven.runtime</artifactId>
<version>3.8.604-SNAPSHOT</version>
<version>3.8.700-SNAPSHOT</version>
<packaging>jar</packaging>

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

<properties>
<!-- maven core version -->
<maven-core.version>3.8.6</maven-core.version>
<maven-core.version>3.8.7</maven-core.version>
<!-- NOTE: When maven-core.version changes, this may impact the versions of the maven-resolver-*
jars that export the org.eclipse.aether.* packages in the org.eclipse.m2e.maven.runtime
bundle. So make sure the following variable has the value of the maven-resolver-* jars
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<dependency>
<groupId>org.eclipse.m2e</groupId>
<artifactId>org.eclipse.m2e.maven.runtime</artifactId>
<version>3.8.604-SNAPSHOT</version>
<version>3.8.700-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit aebff3e

Please sign in to comment.