File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 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" ]'
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments