@@ -62,7 +62,7 @@ under the License.
6262 <scm >
6363 <connection >scm:git:https://github.com/apache/maven-compiler-plugin.git</connection >
6464 <developerConnection >scm:git:https://github.com/apache/maven-compiler-plugin.git</developerConnection >
65- <tag >maven-compiler-plugin-3.10.0 </tag >
65+ <tag >HEAD </tag >
6666 <url >https://github.com/apache/maven-compiler-plugin/tree/${project.scm.tag} </url >
6767 </scm >
6868 <issueManagement >
@@ -82,22 +82,14 @@ under the License.
8282
8383 <properties >
8484 <javaVersion >17</javaVersion >
85- <mavenVersion >4.0.0-beta-5 </mavenVersion >
85+ <mavenVersion >4.0.0-rc-2 </mavenVersion >
8686
8787 <asmVersion >9.7.1</asmVersion >
88- <groovyVersion >2.4.21</groovyVersion >
89- <groovyEclipseCompilerVersion >3.7.0</groovyEclipseCompilerVersion >
90- <groovy-eclipse-batch >2.5.14-02</groovy-eclipse-batch >
9188 <guiceVersion >6.0.0</guiceVersion >
92- <junit4Version >4.13.2</junit4Version >
93- <junitVersion >5.10.1</junitVersion >
94- <mockitoVersion >5.12.0</mockitoVersion >
95- <mavenPluginTestingHarnessVersion >4.0.0-beta-2</mavenPluginTestingHarnessVersion >
89+ <mockitoVersion >5.14.2</mockitoVersion >
90+ <mavenPluginTestingHarnessVersion >4.0.0-beta-3</mavenPluginTestingHarnessVersion >
9691 <plexusCompilerVersion >2.15.0</plexusCompilerVersion >
97- <plexusJavaVersion >1.2.0</plexusJavaVersion >
9892 <sisuPlexusVersion >0.9.0.M2</sisuPlexusVersion >
99- <surefire .version>3.2.1</surefire .version>
100- <version .maven-invoker-plugin>3.7.0</version .maven-invoker-plugin>
10193 <version .maven-plugin-tools-3.x>3.13.1</version .maven-plugin-tools-3.x>
10294 <version .maven-plugin-tools>4.0.0-beta-1</version .maven-plugin-tools>
10395
@@ -129,13 +121,13 @@ under the License.
129121 </dependency >
130122 <dependency >
131123 <groupId >org.apache.maven</groupId >
132- <artifactId >maven-api- impl</artifactId >
124+ <artifactId >maven-impl</artifactId >
133125 <version >${mavenVersion} </version >
134126 <scope >test</scope >
135127 </dependency >
136128 <dependency >
137129 <groupId >org.apache.maven</groupId >
138- <artifactId >maven-xml-impl </artifactId >
130+ <artifactId >maven-xml</artifactId >
139131 <version >${mavenVersion} </version >
140132 <scope >test</scope >
141133 </dependency >
0 commit comments