Skip to content

Commit

Permalink
[Runtime] Embed Maven 3.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Jun 18, 2024
1 parent 01e6ff1 commit 9291439
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
8 changes: 8 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Eclipse m2e - Release notes

## 2.6.2

* 📅 Release Date: _expected_ beginning of September 2024

### Embedded and use Maven 3.9.8

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).

## 2.6.1

* 📅 Release Date: 04th June 2024
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.m2e.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.m2e.feature"
label="%featureName"
version="2.6.1.qualifier"
version="2.6.2.qualifier"
provider-name="%providerName"
plugin="org.eclipse.m2e.core"
license-feature="org.eclipse.license"
Expand Down
3 changes: 1 addition & 2 deletions org.eclipse.m2e.feature/forceQualifierUpdate.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# To force a version qualifier update add the bug here
Update build-qualifier because maven-runtime version update to Maven 3.9.7
Update build-qualifier (probably) because of changed Mac-signing certificates.
Update build-qualifier because maven-runtime version update to Maven 3.9.8
11 changes: 3 additions & 8 deletions org.eclipse.m2e.maven.runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
</parent>

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

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

<properties>
<!-- maven core version -->
<maven-core.version>3.9.7</maven-core.version>
<maven-core.version>3.9.8</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 Expand Up @@ -146,11 +146,6 @@
<version>${apache-commons-codec.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
Expand Down Expand Up @@ -214,7 +209,7 @@
org.apache.commons.codec*, \
org.apache.commons.lang3*
Require-Bundle: \
com.google.guava;bundle-version="32.0.1"
com.google.guava;bundle-version="32.2.1"
-failok: true
-nouses: true
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.700-SNAPSHOT</version>
<version>3.9.800-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 9291439

Please sign in to comment.