Skip to content

Commit 68d4eca

Browse files
authored
Upgrade to beta-5 (#58)
1 parent 50593b3 commit 68d4eca

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
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: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,16 @@ under the License.
6161
</distributionManagement>
6262

6363
<properties>
64-
<mavenVersion>4.0.0-beta-3</mavenVersion>
64+
<mavenVersion>4.0.0-beta-5</mavenVersion>
6565
<javaVersion>17</javaVersion>
6666
<guavaVersion>33.2.1-jre</guavaVersion>
6767
<guiceVersion>6.0.0</guiceVersion>
6868
<slf4jVersion>2.0.13</slf4jVersion>
6969
<version.maven-invoker-plugin>3.7.0</version.maven-invoker-plugin>
70-
<version.maven-plugin-testing>4.0.0-beta-1</version.maven-plugin-testing>
70+
<version.maven-plugin-testing>4.0.0-beta-2</version.maven-plugin-testing>
7171
<version.maven-plugin-tools>4.0.0-beta-1</version.maven-plugin-tools>
72+
<version.maven-site-plugin>4.0.0-M16</version.maven-site-plugin>
73+
<version.maven-fluido-skin>2.0.0-M11</version.maven-fluido-skin>
7274
<project.build.outputTimestamp>2024-06-26T08:19:25Z</project.build.outputTimestamp>
7375
</properties>
7476

@@ -119,6 +121,12 @@ under the License.
119121
<artifactId>junit-jupiter-api</artifactId>
120122
<scope>test</scope>
121123
</dependency>
124+
<dependency>
125+
<groupId>org.apache.maven</groupId>
126+
<artifactId>maven-api-impl</artifactId>
127+
<version>${mavenVersion}</version>
128+
<scope>test</scope>
129+
</dependency>
122130
<dependency>
123131
<groupId>org.apache.maven</groupId>
124132
<artifactId>maven-core</artifactId>

0 commit comments

Comments
 (0)