Skip to content

Commit

Permalink
[Runtime] Embed Maven 3.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Aug 20, 2024
1 parent 7755962 commit a1dad44
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

* 📅 Release Date: _expected_ beginning of September 2024

### Embedded and use Maven 3.9.8
### Embedded and use Maven 3.9.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).
Updated the embedded Maven from version 3.9.7 to 3.9.9; [Maven 3.9.9 Release Notes](https://maven.apache.org/docs/3.9.9/release-notes.html).

## 2.6.1

Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.m2e.feature/forceQualifierUpdate.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# To force a version qualifier update add the bug here
Update build-qualifier because maven-runtime version update to Maven 3.9.8 (updated)
Update build-qualifier because maven-runtime version update to Maven 3.9.9 (updated)
6 changes: 3 additions & 3 deletions org.eclipse.m2e.maven.runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@
</parent>

<artifactId>org.eclipse.m2e.maven.runtime</artifactId>
<version>3.9.800-SNAPSHOT</version>
<version>3.9.900-SNAPSHOT</version>
<packaging>jar</packaging>

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

<properties>
<!-- maven core version -->
<maven-core.version>3.9.8</maven-core.version>
<maven-core.version>3.9.9</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.20</maven-resolver.version>
<maven-resolver.version>1.9.22</maven-resolver.version>
<apache-commons-codec.version>1.16.1</apache-commons-codec.version><!-- Keep in sync with what maven includes-->
<!-- below are m2e-specific addons -->
<plexus-build-api.version>1.2.0</plexus-build-api.version>
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.9.800-SNAPSHOT</version>
<version>3.9.900-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit a1dad44

Please sign in to comment.