Skip to content

Commit 4cb93e4

Browse files
committed
Updates outdated plugin versions.
1 parent 5582e1f commit 4cb93e4

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

pom.xml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
<plugins>
202202
<plugin>
203203
<artifactId>maven-compiler-plugin</artifactId>
204-
<version>3.1</version>
204+
<version>3.3</version>
205205
<configuration>
206206
<source>1.6</source>
207207
<target>1.6</target>
@@ -214,15 +214,15 @@
214214
<plugin>
215215
<groupId>org.apache.maven.plugins</groupId>
216216
<artifactId>maven-eclipse-plugin</artifactId>
217-
<version>2.9</version>
217+
<version>2.10</version>
218218
<configuration>
219219
<downloadSources>true</downloadSources>
220220
</configuration>
221221
</plugin>
222222

223223
<plugin>
224224
<artifactId>maven-jar-plugin</artifactId>
225-
<version>2.4</version>
225+
<version>2.6</version>
226226
<configuration>
227227
<archive>
228228
<manifest>
@@ -237,7 +237,7 @@
237237
<plugin>
238238
<groupId>org.codehaus.mojo</groupId>
239239
<artifactId>versions-maven-plugin</artifactId>
240-
<version>2.1</version>
240+
<version>2.2</version>
241241
<executions>
242242
<execution>
243243
<id>check-for-dependency-updates</id>
@@ -259,7 +259,7 @@
259259
<plugin>
260260
<groupId>org.codehaus.mojo</groupId>
261261
<artifactId>findbugs-maven-plugin</artifactId>
262-
<version>2.5.3</version>
262+
<version>2.5.5</version>
263263
<configuration>
264264
<findbugsXmlOutput>true</findbugsXmlOutput>
265265
<findbugsXmlWithMessages>true</findbugsXmlWithMessages>
@@ -272,7 +272,7 @@
272272
<plugin>
273273
<groupId>org.codehaus.mojo</groupId>
274274
<artifactId>cobertura-maven-plugin</artifactId>
275-
<version>2.6</version>
275+
<version>2.7</version>
276276
<configuration>
277277
<formats>
278278
<format>html</format>
@@ -287,7 +287,7 @@
287287
</plugin>
288288
<plugin>
289289
<artifactId>maven-pmd-plugin</artifactId>
290-
<version>3.1</version>
290+
<version>3.6</version>
291291
<configuration>
292292
<targetJdk>1.5</targetJdk>
293293
<sourceEncoding>utf-8</sourceEncoding>
@@ -296,7 +296,7 @@
296296
<plugin>
297297
<groupId>org.apache.maven.plugins</groupId>
298298
<artifactId>maven-javadoc-plugin</artifactId>
299-
<version>2.9.1</version>
299+
<version>2.10.3</version>
300300
<configuration>
301301
<detectJavaApiLink>false</detectJavaApiLink>
302302
<detectLinks>false</detectLinks>
@@ -310,7 +310,7 @@
310310
<plugin>
311311
<groupId>org.apache.maven.plugins</groupId>
312312
<artifactId>maven-changelog-plugin</artifactId>
313-
<version>2.2</version>
313+
<version>2.3</version>
314314
<configuration>
315315
<issueIDRegexPattern>[Ii]ssue[# ]*(\d)+</issueIDRegexPattern>
316316
<issueLinkUrl>http://code.google.com/p/owasp-esapi-java/issues/detail?id=%ISSUE%</issueLinkUrl>
@@ -323,7 +323,7 @@
323323
<plugin>
324324
<groupId>org.codehaus.mojo</groupId>
325325
<artifactId>versions-maven-plugin</artifactId>
326-
<version>2.1</version>
326+
<version>2.2</version>
327327
<reportSets>
328328
<reportSet>
329329
<reports>
@@ -337,15 +337,15 @@
337337
<plugin>
338338
<groupId>org.owasp</groupId>
339339
<artifactId>dependency-check-maven</artifactId>
340-
<version>1.2.11</version>
340+
<version>1.3.3</version>
341341
<configuration>
342342
<externalReport>false</externalReport>
343343
</configuration>
344344
</plugin>
345345
<plugin>
346346
<groupId>org.apache.maven.plugins</groupId>
347347
<artifactId>maven-surefire-report-plugin</artifactId>
348-
<version>2.17</version>
348+
<version>2.19.1</version>
349349
</plugin>
350350
</plugins>
351351
</reporting>
@@ -384,7 +384,7 @@
384384
<plugin>
385385
<groupId>org.apache.maven.plugins</groupId>
386386
<artifactId>maven-gpg-plugin</artifactId>
387-
<version>1.5</version>
387+
<version>1.6</version>
388388
<executions>
389389
<execution>
390390
<id>sign-artifacts</id>
@@ -402,7 +402,7 @@
402402
<plugin>
403403
<groupId>org.apache.maven.plugins</groupId>
404404
<artifactId>maven-jar-plugin</artifactId>
405-
<version>2.4</version>
405+
<version>2.6</version>
406406
<!--
407407
<executions>
408408
<execution>
@@ -436,7 +436,7 @@
436436
<plugin>
437437
<groupId>org.apache.maven.plugins</groupId>
438438
<artifactId>maven-enforcer-plugin</artifactId>
439-
<version>1.3.1</version>
439+
<version>1.4.1</version>
440440
<executions>
441441
<execution>
442442
<id>enforce-jdk-version</id>
@@ -462,7 +462,7 @@
462462
<plugin>
463463
<groupId>org.apache.maven.plugins</groupId>
464464
<artifactId>maven-javadoc-plugin</artifactId>
465-
<version>2.9.1</version>
465+
<version>2.10.3</version>
466466
<executions>
467467
<execution>
468468
<id>attach-javadocs</id>
@@ -477,7 +477,7 @@
477477
<plugin>
478478
<groupId>org.apache.maven.plugins</groupId>
479479
<artifactId>maven-assembly-plugin</artifactId>
480-
<version>2.4</version>
480+
<version>2.6</version>
481481
<configuration>
482482
<descriptors>
483483
<descriptor>src/main/assembly/dist.xml</descriptor>
@@ -499,7 +499,7 @@
499499
<plugin>
500500
<groupId>org.apache.maven.plugins</groupId>
501501
<artifactId>maven-release-plugin</artifactId>
502-
<version>2.5</version>
502+
<version>2.5.3</version>
503503
<configuration>
504504
<tagBase>https://owasp-esapi-java.googlecode.com/svn/tags/releases/</tagBase>
505505
</configuration>

0 commit comments

Comments
 (0)