Skip to content

Commit b612259

Browse files
authored
Upgrade to Maven 4.0.0-beta-5 (#83)
1 parent 3fdf055 commit b612259

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/maven-verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
name: Verify
2727
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
2828
with:
29-
ff-maven: "4.0.0-beta-3" # Maven version for fail-fast-build
30-
maven-matrix: '[ "4.0.0-beta-3" ]'
29+
ff-maven: "4.0.0-beta-5" # Maven version for fail-fast-build
30+
maven-matrix: '[ "4.0.0-beta-5" ]'
3131
jdk-matrix: '[ "17", "21" ]'

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ under the License.
7272
</distributionManagement>
7373

7474
<properties>
75-
<mavenVersion>4.0.0-beta-3</mavenVersion>
75+
<mavenVersion>4.0.0-beta-5</mavenVersion>
7676
<javaVersion>17</javaVersion>
7777

7878
<guiceVersion>6.0.0</guiceVersion>
7979
<mavenFilteringVersion>4.0.0-beta-1</mavenFilteringVersion>
8080
<mavenPluginPluginVersion>4.0.0-beta-1</mavenPluginPluginVersion>
81-
<mavenPluginTestingVersion>4.0.0-beta-1</mavenPluginTestingVersion>
81+
<mavenPluginTestingVersion>4.0.0-beta-2</mavenPluginTestingVersion>
8282
<plexusBuildApiVersion>0.0.7</plexusBuildApiVersion>
8383
<sisuVersion>0.9.0.M2</sisuVersion>
8484
<slf4jVersion>2.0.13</slf4jVersion>
@@ -149,7 +149,6 @@ under the License.
149149
<groupId>org.eclipse.sisu</groupId>
150150
<artifactId>org.eclipse.sisu.plexus</artifactId>
151151
<version>${sisuVersion}</version>
152-
<scope>provided</scope>
153152
</dependency>
154153

155154
<dependency>

0 commit comments

Comments
 (0)