Skip to content

Commit 177f48d

Browse files
fridrichslachiewicz
authored andcommitted
Upgrade to maven-4.0.0-rc-4 and maven-plugin-testing-harness-4.0.0-beta-4
1 parent 4a17bba commit 177f48d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555

5656
<properties>
5757
<javaVersion>17</javaVersion>
58-
<mavenVersion>4.0.0-beta-5</mavenVersion>
58+
<mavenVersion>4.0.0-rc-4</mavenVersion>
5959

6060
<assertjVersion>3.27.3</assertjVersion>
61-
<mavenPluginTestingVersion>4.0.0-beta-2</mavenPluginTestingVersion>
61+
<mavenPluginTestingVersion>4.0.0-beta-4</mavenPluginTestingVersion>
6262
<plexusArchiverVersion>4.10.0</plexusArchiverVersion>
6363
<plexusInterpolationVersion>1.28</plexusInterpolationVersion>
6464
<plexusUtilsVersion>4.0.2</plexusUtilsVersion>
@@ -112,7 +112,7 @@
112112
</dependency>
113113
<dependency>
114114
<groupId>org.apache.maven</groupId>
115-
<artifactId>maven-api-impl</artifactId>
115+
<artifactId>maven-impl</artifactId>
116116
<version>${mavenVersion}</version>
117117
<scope>test</scope>
118118
</dependency>

0 commit comments

Comments
 (0)