@@ -62,7 +62,7 @@ under the License.
62
62
<scm >
63
63
<connection >scm:git:https://github.com/apache/maven-compiler-plugin.git</connection >
64
64
<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 >
66
66
<url >https://github.com/apache/maven-compiler-plugin/tree/${project.scm.tag} </url >
67
67
</scm >
68
68
<issueManagement >
@@ -82,22 +82,14 @@ under the License.
82
82
83
83
<properties >
84
84
<javaVersion >17</javaVersion >
85
- <mavenVersion >4.0.0-beta-5 </mavenVersion >
85
+ <mavenVersion >4.0.0-rc-2 </mavenVersion >
86
86
87
87
<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 >
91
88
<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 >
96
91
<plexusCompilerVersion >2.15.0</plexusCompilerVersion >
97
- <plexusJavaVersion >1.2.0</plexusJavaVersion >
98
92
<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>
101
93
<version .maven-plugin-tools-3.x>3.13.1</version .maven-plugin-tools-3.x>
102
94
<version .maven-plugin-tools>4.0.0-beta-1</version .maven-plugin-tools>
103
95
@@ -129,13 +121,13 @@ under the License.
129
121
</dependency >
130
122
<dependency >
131
123
<groupId >org.apache.maven</groupId >
132
- <artifactId >maven-api- impl</artifactId >
124
+ <artifactId >maven-impl</artifactId >
133
125
<version >${mavenVersion} </version >
134
126
<scope >test</scope >
135
127
</dependency >
136
128
<dependency >
137
129
<groupId >org.apache.maven</groupId >
138
- <artifactId >maven-xml-impl </artifactId >
130
+ <artifactId >maven-xml</artifactId >
139
131
<version >${mavenVersion} </version >
140
132
<scope >test</scope >
141
133
</dependency >
0 commit comments