Skip to content

Commit 3db3553

Browse files
committed
Update all Maven plugin versions to latest (stable)
1 parent da84ad9 commit 3db3553

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

pom.xml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ under the License.
8888
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
8989

9090
<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>
9292

9393
<scalac-scoverage-plugin.version>1.4.0-SNAPSHOT</scalac-scoverage-plugin.version>
9494
</properties>
@@ -161,13 +161,13 @@ under the License.
161161
<plugin>
162162
<groupId>org.apache.maven.plugins</groupId>
163163
<artifactId>maven-assembly-plugin</artifactId>
164-
<version>2.6</version>
164+
<version>3.1.0</version>
165165
</plugin>
166166

167167
<plugin>
168168
<groupId>org.apache.maven.plugins</groupId>
169169
<artifactId>maven-checkstyle-plugin</artifactId>
170-
<version>2.17</version>
170+
<version>3.0.0</version>
171171
<configuration>
172172
<configLocation>config/maven_checks.xml</configLocation>
173173
<excludes>org/scoverage/plugin/HelpMojo.java</excludes>
@@ -179,13 +179,13 @@ under the License.
179179
<plugin>
180180
<groupId>org.apache.maven.plugins</groupId>
181181
<artifactId>maven-clean-plugin</artifactId>
182-
<version>3.0.0</version>
182+
<version>3.1.0</version>
183183
</plugin>
184184

185185
<plugin>
186186
<groupId>org.apache.maven.plugins</groupId>
187187
<artifactId>maven-compiler-plugin</artifactId>
188-
<version>3.5.1</version>
188+
<version>3.8.0</version>
189189
<configuration>
190190
<source>1.6</source>
191191
<target>1.6</target>
@@ -195,7 +195,7 @@ under the License.
195195
<plugin>
196196
<groupId>org.apache.maven.plugins</groupId>
197197
<artifactId>maven-dependency-plugin</artifactId>
198-
<version>2.10</version>
198+
<version>3.1.1</version>
199199
</plugin>
200200

201201
<plugin>
@@ -213,7 +213,7 @@ under the License.
213213
<plugin>
214214
<groupId>org.apache.maven.plugins</groupId>
215215
<artifactId>maven-help-plugin</artifactId>
216-
<version>2.2</version>
216+
<version>3.1.1</version>
217217
</plugin>
218218

219219
<plugin>
@@ -225,25 +225,25 @@ under the License.
225225
<plugin>
226226
<groupId>org.apache.maven.plugins</groupId>
227227
<artifactId>maven-invoker-plugin</artifactId>
228-
<version>2.0.0</version>
228+
<version>3.1.0</version>
229229
</plugin>
230230

231231
<plugin>
232232
<groupId>org.apache.maven.plugins</groupId>
233233
<artifactId>maven-jar-plugin</artifactId>
234-
<version>3.0.2</version>
234+
<version>3.1.1</version>
235235
</plugin>
236236

237237
<plugin>
238238
<groupId>org.apache.maven.plugins</groupId>
239239
<artifactId>maven-jarsigner-plugin</artifactId>
240-
<version>1.4</version>
240+
<version>3.0.0</version>
241241
</plugin>
242242

243243
<plugin>
244244
<groupId>org.apache.maven.plugins</groupId>
245245
<artifactId>maven-javadoc-plugin</artifactId>
246-
<version>2.10.4</version>
246+
<version>3.0.1</version>
247247
<configuration>
248248
<source>1.6</source>
249249
<detectJavaApiLink>false</detectJavaApiLink>
@@ -275,7 +275,7 @@ under the License.
275275
<plugin>
276276
<groupId>org.apache.maven.plugins</groupId>
277277
<artifactId>maven-jxr-plugin</artifactId>
278-
<version>2.5</version>
278+
<version>3.0.0</version>
279279
<configuration>
280280
<excludes>
281281
<exclude>org/scoverage/plugin/HelpMojo.java</exclude>
@@ -305,7 +305,7 @@ under the License.
305305
<plugin>
306306
<groupId>org.apache.maven.plugins</groupId>
307307
<artifactId>maven-pmd-plugin</artifactId>
308-
<version>3.6</version>
308+
<version>3.11.0</version>
309309
<configuration>
310310
<excludes>
311311
<exclude>org/scoverage/plugin/HelpMojo.java</exclude>
@@ -317,7 +317,7 @@ under the License.
317317
<plugin>
318318
<groupId>org.apache.maven.plugins</groupId>
319319
<artifactId>maven-project-info-reports-plugin</artifactId>
320-
<version>2.9</version>
320+
<version>3.0.0</version>
321321
</plugin>
322322

323323
<plugin>
@@ -332,7 +332,7 @@ under the License.
332332
<plugin>
333333
<groupId>org.apache.maven.plugins</groupId>
334334
<artifactId>maven-resources-plugin</artifactId>
335-
<version>3.0.1</version>
335+
<version>3.1.0</version>
336336
</plugin>
337337

338338
<plugin>
@@ -344,12 +344,12 @@ under the License.
344344
<plugin>
345345
<groupId>org.apache.maven.plugins</groupId>
346346
<artifactId>maven-site-plugin</artifactId>
347-
<version>3.5.1</version>
347+
<version>3.7.1</version>
348348
<dependencies>
349349
<dependency>
350350
<groupId>org.apache.maven.doxia</groupId>
351351
<artifactId>doxia-module-markdown</artifactId>
352-
<version>1.7</version>
352+
<version>1.8</version>
353353
</dependency>
354354
</dependencies>
355355
</plugin>
@@ -363,19 +363,19 @@ under the License.
363363
<plugin>
364364
<groupId>org.apache.maven.plugins</groupId>
365365
<artifactId>maven-surefire-plugin</artifactId>
366-
<version>2.19.1</version>
366+
<version>2.22.1</version>
367367
</plugin>
368368

369369
<plugin>
370370
<groupId>org.apache.maven.plugins</groupId>
371371
<artifactId>maven-surefire-report-plugin</artifactId>
372-
<version>2.19.1</version>
372+
<version>2.22.1</version>
373373
</plugin>
374374

375375
<plugin>
376376
<groupId>org.codehaus.mojo</groupId>
377377
<artifactId>animal-sniffer-maven-plugin</artifactId>
378-
<version>1.15</version>
378+
<version>1.17</version>
379379
<configuration>
380380
<signature>
381381
<groupId>org.codehaus.mojo.signature</groupId>
@@ -411,7 +411,7 @@ under the License.
411411
<plugin>
412412
<groupId>org.codehaus.mojo</groupId>
413413
<artifactId>findbugs-maven-plugin</artifactId>
414-
<version>3.0.4</version>
414+
<version>3.0.5</version>
415415
<configuration>
416416
<effort>High</effort>
417417
<excludeFilterFile>${basedir}/findbugs-exclude.xml</excludeFilterFile>
@@ -438,7 +438,7 @@ under the License.
438438
<plugin>
439439
<groupId>org.codehaus.mojo</groupId>
440440
<artifactId>versions-maven-plugin</artifactId>
441-
<version>2.3</version>
441+
<version>2.7</version>
442442
</plugin>
443443

444444
<!--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.
564564
<reportSets>
565565
<reportSet>
566566
<reports>
567-
<report>cim</report>
567+
<report>ci-management</report>
568568
<report>dependencies</report>
569569
<report>dependency-convergence</report>
570570
<report>dependency-info</report>
571571
<report>dependency-management</report>
572572
<report>distribution-management</report>
573573
<!-- <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>
577577
<report>modules</report>
578578
<report>plugin-management</report>
579579
<report>plugins</report>
580-
<report>project-team</report>
581580
<report>scm</report>
582581
<report>summary</report>
582+
<report>team</report>
583583
</reports>
584584
</reportSet>
585585
</reportSets>
@@ -764,7 +764,7 @@ under the License.
764764
<plugin>
765765
<groupId>org.apache.maven.plugins</groupId>
766766
<artifactId>maven-javadoc-plugin</artifactId>
767-
<version>2.10.4</version>
767+
<version>3.0.1</version>
768768
</plugin>
769769

770770
<plugin>

0 commit comments

Comments
 (0)