File tree Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Original file line number Diff line number Diff line change 25
25
<artifactId >project</artifactId >
26
26
<version >1.0.6</version >
27
27
</parent >
28
-
29
- <prerequisites >
30
- <maven >3.3.1</maven >
31
- </prerequisites >
32
28
33
29
<groupId >jakarta.json</groupId >
34
30
<artifactId >jakarta.json-api</artifactId >
@@ -236,6 +232,26 @@ Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top">
236
232
</instructions >
237
233
</configuration >
238
234
</plugin >
235
+ <plugin >
236
+ <groupId >org.apache.maven.plugins</groupId >
237
+ <artifactId >maven-enforcer-plugin</artifactId >
238
+ <version >3.0.0-M3</version >
239
+ <executions >
240
+ <execution >
241
+ <id >enforce-maven</id >
242
+ <goals >
243
+ <goal >enforce</goal >
244
+ </goals >
245
+ <configuration >
246
+ <rules >
247
+ <requireMavenVersion >
248
+ <version >3.3.1</version >
249
+ </requireMavenVersion >
250
+ </rules >
251
+ </configuration >
252
+ </execution >
253
+ </executions >
254
+ </plugin >
239
255
</plugins >
240
256
<pluginManagement >
241
257
<plugins >
You can’t perform that action at this time.
0 commit comments