@@ -23,7 +23,7 @@ under the License.
2323 <parent >
2424 <groupId >org.apache.maven.plugins</groupId >
2525 <artifactId >maven-plugins</artifactId >
26- <version >42 </version >
26+ <version >43 </version >
2727 <relativePath />
2828 </parent >
2929
@@ -39,6 +39,20 @@ under the License.
3939 <contributor >
4040 <name >Jan Sievers</name >
4141 </contributor >
42+ <contributor >
43+ <name >Trygve Laugstøl</name >
44+ 45+ </contributor >
46+ <contributor >
47+ <name >Jason van Zyl</name >
48+ 49+ </contributor >
50+ <contributor >
51+ <name >Andreas Gudian</name >
52+ </contributor >
53+ <contributor >
54+ <name >Martin Desruisseaux</name >
55+ </contributor >
4256 </contributors >
4357
4458 <prerequisites >
@@ -68,7 +82,7 @@ under the License.
6882
6983 <properties >
7084 <javaVersion >17</javaVersion >
71- <mavenVersion >4.0.0-beta-3 </mavenVersion >
85+ <mavenVersion >4.0.0-beta-5 </mavenVersion >
7286
7387 <asmVersion >9.7</asmVersion >
7488 <groovyVersion >2.4.21</groovyVersion >
@@ -78,33 +92,21 @@ under the License.
7892 <junit4Version >4.13.2</junit4Version >
7993 <junitVersion >5.10.1</junitVersion >
8094 <mockitoVersion >5.12.0</mockitoVersion >
81- <mavenPluginTestingHarnessVersion >4.0.0-beta-2-SNAPSHOT </mavenPluginTestingHarnessVersion >
95+ <mavenPluginTestingHarnessVersion >4.0.0-beta-2</mavenPluginTestingHarnessVersion >
8296 <plexusCompilerVersion >2.15.0</plexusCompilerVersion >
8397 <plexusJavaVersion >1.2.0</plexusJavaVersion >
8498 <sisuPlexusVersion >0.9.0.M2</sisuPlexusVersion >
85- <slf4jVersion >2.0.13</slf4jVersion >
8699 <surefire .version>3.2.1</surefire .version>
87100 <version .maven-invoker-plugin>3.7.0</version .maven-invoker-plugin>
88101 <version .maven-plugin-tools-3.x>3.13.1</version .maven-plugin-tools-3.x>
89- <version .maven-plugin-tools>4.0.0-beta-2-SNAPSHOT</version .maven-plugin-tools>
90- <version .plexus-xml>4.0.1</version .plexus-xml>
102+ <version .maven-plugin-tools>4.0.0-beta-1</version .maven-plugin-tools>
91103
92104 <invoker .junitPackageName>org.apache.maven.plugins.compiler.its</invoker .junitPackageName>
93105 <maven .it.failure.ignore>false</maven .it.failure.ignore>
94106
95- <project .build.outputTimestamp>2024-06-26T08:45:58Z </project .build.outputTimestamp>
107+ <project .build.outputTimestamp>2024-11-14T13:00:00Z </project .build.outputTimestamp>
96108 </properties >
97109
98- <dependencyManagement >
99- <dependencies >
100- <dependency >
101- <groupId >com.google.guava</groupId >
102- <artifactId >guava</artifactId >
103- <version >32.0.1-jre</version >
104- </dependency >
105- </dependencies >
106- </dependencyManagement >
107-
108110 <dependencies >
109111 <!-- Maven -->
110112 <dependency >
@@ -113,88 +115,11 @@ under the License.
113115 <version >${mavenVersion} </version >
114116 <scope >provided</scope >
115117 </dependency >
116- <dependency >
117- <groupId >org.apache.maven</groupId >
118- <artifactId >maven-api-di</artifactId >
119- <version >${mavenVersion} </version >
120- <scope >provided</scope >
121- </dependency >
122- <dependency >
123- <groupId >org.apache.maven</groupId >
124- <artifactId >maven-api-meta</artifactId >
125- <version >${mavenVersion} </version >
126- <scope >provided</scope >
127- </dependency >
128- <dependency >
129- <groupId >org.apache.maven</groupId >
130- <artifactId >maven-api-model</artifactId >
131- <version >${mavenVersion} </version >
132- <scope >provided</scope >
133- </dependency >
134- <dependency >
135- <groupId >org.apache.maven</groupId >
136- <artifactId >maven-api-xml</artifactId >
137- <version >${mavenVersion} </version >
138- <scope >provided</scope >
139- </dependency >
140- <dependency >
141- <groupId >org.codehaus.plexus</groupId >
142- <artifactId >plexus-utils</artifactId >
143- </dependency >
144- <dependency >
145- <groupId >org.eclipse.sisu</groupId >
146- <artifactId >org.eclipse.sisu.plexus</artifactId >
147- <version >${sisuPlexusVersion} </version >
148- </dependency >
149- <dependency >
150- <groupId >org.codehaus.plexus</groupId >
151- <artifactId >plexus-java</artifactId >
152- <version >${plexusJavaVersion} </version >
153- </dependency >
154118 <dependency >
155119 <groupId >org.ow2.asm</groupId >
156120 <artifactId >asm</artifactId >
157121 <version >${asmVersion} </version >
158122 </dependency >
159- <dependency >
160- <groupId >org.slf4j</groupId >
161- <artifactId >slf4j-api</artifactId >
162- <version >${slf4jVersion} </version >
163- </dependency >
164-
165- <dependency >
166- <groupId >org.codehaus.plexus</groupId >
167- <artifactId >plexus-compiler-api</artifactId >
168- <version >${plexusCompilerVersion} </version >
169- <exclusions >
170- <exclusion >
171- <groupId >org.codehaus.plexus</groupId >
172- <artifactId >plexus-component-api</artifactId >
173- </exclusion >
174- </exclusions >
175- </dependency >
176- <dependency >
177- <groupId >org.codehaus.plexus</groupId >
178- <artifactId >plexus-compiler-manager</artifactId >
179- <version >${plexusCompilerVersion} </version >
180- <exclusions >
181- <exclusion >
182- <groupId >org.codehaus.plexus</groupId >
183- <artifactId >plexus-component-api</artifactId >
184- </exclusion >
185- </exclusions >
186- </dependency >
187- <dependency >
188- <groupId >org.codehaus.plexus</groupId >
189- <artifactId >plexus-compiler-javac</artifactId >
190- <version >${plexusCompilerVersion} </version >
191- <exclusions >
192- <exclusion >
193- <groupId >org.codehaus.plexus</groupId >
194- <artifactId >plexus-component-api</artifactId >
195- </exclusion >
196- </exclusions >
197- </dependency >
198123
199124 <dependency >
200125 <groupId >org.apache.maven</groupId >
@@ -237,17 +162,18 @@ under the License.
237162 <artifactId >junit-jupiter-api</artifactId >
238163 <scope >test</scope >
239164 </dependency >
240- <dependency >
241- <groupId >org.slf4j</groupId >
242- <artifactId >slf4j-simple</artifactId >
243- <version >${slf4jVersion} </version >
244- <scope >test</scope >
245- </dependency >
246165 </dependencies >
247166
248167 <build >
249168 <pluginManagement >
250169 <plugins >
170+ <plugin >
171+ <groupId >org.apache.maven.plugins</groupId >
172+ <artifactId >maven-compiler-plugin</artifactId >
173+ <configuration >
174+ <release >${javaVersion} </release >
175+ </configuration >
176+ </plugin >
251177 <plugin >
252178 <groupId >com.diffplug.spotless</groupId >
253179 <artifactId >spotless-maven-plugin</artifactId >
0 commit comments