@@ -88,7 +88,7 @@ under the License.
88
88
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
89
89
90
90
<maven .version>2.2.1</maven .version>
91
- <maven-plugin-plugin .version>3.5 </maven-plugin-plugin .version>
91
+ <maven-plugin-plugin .version>3.6.0 </maven-plugin-plugin .version>
92
92
93
93
<scalac-scoverage-plugin .version>1.4.0-SNAPSHOT</scalac-scoverage-plugin .version>
94
94
</properties >
@@ -161,13 +161,13 @@ under the License.
161
161
<plugin >
162
162
<groupId >org.apache.maven.plugins</groupId >
163
163
<artifactId >maven-assembly-plugin</artifactId >
164
- <version >2.6 </version >
164
+ <version >3.1.0 </version >
165
165
</plugin >
166
166
167
167
<plugin >
168
168
<groupId >org.apache.maven.plugins</groupId >
169
169
<artifactId >maven-checkstyle-plugin</artifactId >
170
- <version >2.17 </version >
170
+ <version >3.0.0 </version >
171
171
<configuration >
172
172
<configLocation >config/maven_checks.xml</configLocation >
173
173
<excludes >org/scoverage/plugin/HelpMojo.java</excludes >
@@ -179,13 +179,13 @@ under the License.
179
179
<plugin >
180
180
<groupId >org.apache.maven.plugins</groupId >
181
181
<artifactId >maven-clean-plugin</artifactId >
182
- <version >3.0 .0</version >
182
+ <version >3.1 .0</version >
183
183
</plugin >
184
184
185
185
<plugin >
186
186
<groupId >org.apache.maven.plugins</groupId >
187
187
<artifactId >maven-compiler-plugin</artifactId >
188
- <version >3.5.1 </version >
188
+ <version >3.8.0 </version >
189
189
<configuration >
190
190
<source >1.6</source >
191
191
<target >1.6</target >
@@ -195,7 +195,7 @@ under the License.
195
195
<plugin >
196
196
<groupId >org.apache.maven.plugins</groupId >
197
197
<artifactId >maven-dependency-plugin</artifactId >
198
- <version >2.10 </version >
198
+ <version >3.1.1 </version >
199
199
</plugin >
200
200
201
201
<plugin >
@@ -213,7 +213,7 @@ under the License.
213
213
<plugin >
214
214
<groupId >org.apache.maven.plugins</groupId >
215
215
<artifactId >maven-help-plugin</artifactId >
216
- <version >2.2 </version >
216
+ <version >3.1.1 </version >
217
217
</plugin >
218
218
219
219
<plugin >
@@ -225,25 +225,25 @@ under the License.
225
225
<plugin >
226
226
<groupId >org.apache.maven.plugins</groupId >
227
227
<artifactId >maven-invoker-plugin</artifactId >
228
- <version >2.0 .0</version >
228
+ <version >3.1 .0</version >
229
229
</plugin >
230
230
231
231
<plugin >
232
232
<groupId >org.apache.maven.plugins</groupId >
233
233
<artifactId >maven-jar-plugin</artifactId >
234
- <version >3.0.2 </version >
234
+ <version >3.1.1 </version >
235
235
</plugin >
236
236
237
237
<plugin >
238
238
<groupId >org.apache.maven.plugins</groupId >
239
239
<artifactId >maven-jarsigner-plugin</artifactId >
240
- <version >1.4 </version >
240
+ <version >3.0.0 </version >
241
241
</plugin >
242
242
243
243
<plugin >
244
244
<groupId >org.apache.maven.plugins</groupId >
245
245
<artifactId >maven-javadoc-plugin</artifactId >
246
- <version >2.10.4 </version >
246
+ <version >3.0.1 </version >
247
247
<configuration >
248
248
<source >1.6</source >
249
249
<detectJavaApiLink >false</detectJavaApiLink >
@@ -275,7 +275,7 @@ under the License.
275
275
<plugin >
276
276
<groupId >org.apache.maven.plugins</groupId >
277
277
<artifactId >maven-jxr-plugin</artifactId >
278
- <version >2.5 </version >
278
+ <version >3.0.0 </version >
279
279
<configuration >
280
280
<excludes >
281
281
<exclude >org/scoverage/plugin/HelpMojo.java</exclude >
@@ -305,7 +305,7 @@ under the License.
305
305
<plugin >
306
306
<groupId >org.apache.maven.plugins</groupId >
307
307
<artifactId >maven-pmd-plugin</artifactId >
308
- <version >3.6 </version >
308
+ <version >3.11.0 </version >
309
309
<configuration >
310
310
<excludes >
311
311
<exclude >org/scoverage/plugin/HelpMojo.java</exclude >
@@ -317,7 +317,7 @@ under the License.
317
317
<plugin >
318
318
<groupId >org.apache.maven.plugins</groupId >
319
319
<artifactId >maven-project-info-reports-plugin</artifactId >
320
- <version >2.9 </version >
320
+ <version >3.0.0 </version >
321
321
</plugin >
322
322
323
323
<plugin >
@@ -332,7 +332,7 @@ under the License.
332
332
<plugin >
333
333
<groupId >org.apache.maven.plugins</groupId >
334
334
<artifactId >maven-resources-plugin</artifactId >
335
- <version >3.0.1 </version >
335
+ <version >3.1.0 </version >
336
336
</plugin >
337
337
338
338
<plugin >
@@ -344,12 +344,12 @@ under the License.
344
344
<plugin >
345
345
<groupId >org.apache.maven.plugins</groupId >
346
346
<artifactId >maven-site-plugin</artifactId >
347
- <version >3.5 .1</version >
347
+ <version >3.7 .1</version >
348
348
<dependencies >
349
349
<dependency >
350
350
<groupId >org.apache.maven.doxia</groupId >
351
351
<artifactId >doxia-module-markdown</artifactId >
352
- <version >1.7 </version >
352
+ <version >1.8 </version >
353
353
</dependency >
354
354
</dependencies >
355
355
</plugin >
@@ -363,19 +363,19 @@ under the License.
363
363
<plugin >
364
364
<groupId >org.apache.maven.plugins</groupId >
365
365
<artifactId >maven-surefire-plugin</artifactId >
366
- <version >2.19 .1</version >
366
+ <version >2.22 .1</version >
367
367
</plugin >
368
368
369
369
<plugin >
370
370
<groupId >org.apache.maven.plugins</groupId >
371
371
<artifactId >maven-surefire-report-plugin</artifactId >
372
- <version >2.19 .1</version >
372
+ <version >2.22 .1</version >
373
373
</plugin >
374
374
375
375
<plugin >
376
376
<groupId >org.codehaus.mojo</groupId >
377
377
<artifactId >animal-sniffer-maven-plugin</artifactId >
378
- <version >1.15 </version >
378
+ <version >1.17 </version >
379
379
<configuration >
380
380
<signature >
381
381
<groupId >org.codehaus.mojo.signature</groupId >
@@ -411,7 +411,7 @@ under the License.
411
411
<plugin >
412
412
<groupId >org.codehaus.mojo</groupId >
413
413
<artifactId >findbugs-maven-plugin</artifactId >
414
- <version >3.0.4 </version >
414
+ <version >3.0.5 </version >
415
415
<configuration >
416
416
<effort >High</effort >
417
417
<excludeFilterFile >${basedir} /findbugs-exclude.xml</excludeFilterFile >
@@ -438,7 +438,7 @@ under the License.
438
438
<plugin >
439
439
<groupId >org.codehaus.mojo</groupId >
440
440
<artifactId >versions-maven-plugin</artifactId >
441
- <version >2.3 </version >
441
+ <version >2.7 </version >
442
442
</plugin >
443
443
444
444
<!-- This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself. -->
@@ -564,22 +564,22 @@ under the License.
564
564
<reportSets >
565
565
<reportSet >
566
566
<reports >
567
- <report >cim </report >
567
+ <report >ci-management </report >
568
568
<report >dependencies</report >
569
569
<report >dependency-convergence</report >
570
570
<report >dependency-info</report >
571
571
<report >dependency-management</report >
572
572
<report >distribution-management</report >
573
573
<!-- <report>index</report> -->
574
- <report >issue-tracking </report >
575
- <report >license </report >
576
- <report >mailing-list </report >
574
+ <report >issue-management </report >
575
+ <report >licenses </report >
576
+ <report >mailing-lists </report >
577
577
<report >modules</report >
578
578
<report >plugin-management</report >
579
579
<report >plugins</report >
580
- <report >project-team</report >
581
580
<report >scm</report >
582
581
<report >summary</report >
582
+ <report >team</report >
583
583
</reports >
584
584
</reportSet >
585
585
</reportSets >
@@ -764,7 +764,7 @@ under the License.
764
764
<plugin >
765
765
<groupId >org.apache.maven.plugins</groupId >
766
766
<artifactId >maven-javadoc-plugin</artifactId >
767
- <version >2.10.4 </version >
767
+ <version >3.0.1 </version >
768
768
</plugin >
769
769
770
770
<plugin >
0 commit comments