Skip to content

Commit

Permalink
[Runtime] Embed Maven 3.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Jun 25, 2023
1 parent f8358e0 commit 5f27842
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,30 @@
</parent>

<artifactId>org.eclipse.m2e.maven.runtime</artifactId>
<version>3.9.100-SNAPSHOT</version>
<version>3.9.300-SNAPSHOT</version>
<packaging>jar</packaging>

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

<properties>
<!-- maven core version -->
<maven-core.version>3.9.1</maven-core.version>
<maven-core.version>3.9.3</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
https://bugs.eclipse.org/bugs/show_bug.cgi?id=529540 -->
<maven-resolver.version>1.9.7</maven-resolver.version>
<maven-resolver.version>1.9.13</maven-resolver.version>
<!-- below are m2e-specific addons -->
<plexus-build-api.version>0.0.7</plexus-build-api.version>
<okhttp-connector.version>0.17.8</okhttp-connector.version>
</properties>

<repositories>
<repository>
<id>maven-staging</id>
<url>https://repository.apache.org/content/repositories/maven-1968/</url>
</repository>
</repositories>

<dependencies>
<dependency>
Expand Down Expand Up @@ -179,7 +186,7 @@
javax.annotation;version="[1.2.0,2.0.0)", \
org.apache.commons.cli;version="[1.4.0,2.0.0)"
Require-Bundle: \
com.google.guava
com.google.guava;version="31.1.0"
]]></bnd>
<!-- All direct dependencies specified as Require-Bundle or Import-package are added to the classpath of a launched
Maven-Build-JVM. See MavenEmbeddedRuntime for details. -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<dependency>
<groupId>org.eclipse.m2e</groupId>
<artifactId>org.eclipse.m2e.maven.runtime</artifactId>
<version>3.9.100-SNAPSHOT</version>
<version>3.9.300-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 5f27842

Please sign in to comment.