File tree Expand file tree Collapse file tree 2 files changed +5
-27
lines changed Expand file tree Collapse file tree 2 files changed +5
-27
lines changed Original file line number Diff line number Diff line change 17
17
</description >
18
18
19
19
<prerequisites >
20
- <maven >3.0 </maven >
20
+ <maven >${maven.version} </maven >
21
21
</prerequisites >
22
22
23
23
<properties >
24
24
<mavenPluginTools >3.4</mavenPluginTools >
25
+ <maven .version>3.1.0</maven .version>
25
26
</properties >
26
27
27
28
<dependencies >
28
29
<dependency >
29
30
<groupId >org.apache.maven</groupId >
30
31
<artifactId >maven-plugin-api</artifactId >
32
+ <version >${maven.version} </version >
31
33
</dependency >
32
34
<dependency >
33
35
<groupId >org.codehaus.modello</groupId >
36
38
<dependency >
37
39
<groupId >org.apache.maven</groupId >
38
40
<artifactId >maven-model</artifactId >
41
+ <version >${maven.version} </version >
39
42
</dependency >
40
43
<dependency >
41
44
<groupId >org.apache.maven</groupId >
42
45
<artifactId >maven-core</artifactId >
46
+ <version >${maven.version} </version >
43
47
</dependency >
44
48
<dependency >
45
49
<groupId >org.codehaus.plexus</groupId >
Original file line number Diff line number Diff line change 217
217
<properties >
218
218
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
219
219
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
220
- <maven .version>3.0</maven .version>
221
220
<jackson .version>2.9.7</jackson .version>
222
221
<!--
223
222
! This controls the minimum java version
311
310
<artifactId >modello-plugin-jsonschema</artifactId >
312
311
<version >${project.version} </version >
313
312
</dependency >
314
- <dependency >
315
- <groupId >org.apache.maven</groupId >
316
- <artifactId >maven-settings</artifactId >
317
- <version >${maven.version} </version >
318
- </dependency >
319
- <dependency >
320
- <groupId >org.apache.maven</groupId >
321
- <artifactId >maven-plugin-api</artifactId >
322
- <version >${maven.version} </version >
323
- </dependency >
324
- <dependency >
325
- <groupId >org.apache.maven</groupId >
326
- <artifactId >maven-model</artifactId >
327
- <version >${maven.version} </version >
328
- </dependency >
329
- <dependency >
330
- <groupId >org.apache.maven</groupId >
331
- <artifactId >maven-core</artifactId >
332
- <version >${maven.version} </version >
333
- </dependency >
334
- <dependency >
335
- <groupId >org.apache.maven</groupId >
336
- <artifactId >maven-artifact</artifactId >
337
- <version >${maven.version} </version >
338
- </dependency >
339
313
<dependency >
340
314
<groupId >org.codehaus.plexus</groupId >
341
315
<artifactId >plexus-container-default</artifactId >
You can’t perform that action at this time.
0 commit comments