Skip to content

Commit

Permalink
Upgrade to Maven 4.0.0-beta-5 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet authored Nov 14, 2024
1 parent 3fdf055 commit b612259
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
with:
ff-maven: "4.0.0-beta-3" # Maven version for fail-fast-build
maven-matrix: '[ "4.0.0-beta-3" ]'
ff-maven: "4.0.0-beta-5" # Maven version for fail-fast-build
maven-matrix: '[ "4.0.0-beta-5" ]'
jdk-matrix: '[ "17", "21" ]'
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ under the License.
</distributionManagement>

<properties>
<mavenVersion>4.0.0-beta-3</mavenVersion>
<mavenVersion>4.0.0-beta-5</mavenVersion>
<javaVersion>17</javaVersion>

<guiceVersion>6.0.0</guiceVersion>
<mavenFilteringVersion>4.0.0-beta-1</mavenFilteringVersion>
<mavenPluginPluginVersion>4.0.0-beta-1</mavenPluginPluginVersion>
<mavenPluginTestingVersion>4.0.0-beta-1</mavenPluginTestingVersion>
<mavenPluginTestingVersion>4.0.0-beta-2</mavenPluginTestingVersion>
<plexusBuildApiVersion>0.0.7</plexusBuildApiVersion>
<sisuVersion>0.9.0.M2</sisuVersion>
<slf4jVersion>2.0.13</slf4jVersion>
Expand Down Expand Up @@ -149,7 +149,6 @@ under the License.
<groupId>org.eclipse.sisu</groupId>
<artifactId>org.eclipse.sisu.plexus</artifactId>
<version>${sisuVersion}</version>
<scope>provided</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit b612259

Please # to comment.