Skip to content

Commit 0003917

Browse files
committed
Merge branch 'artfullyContrived-issue361' into develop
Close ESAPI#361.
2 parents 6696001 + d6adf38 commit 0003917

File tree

1 file changed

+48
-18
lines changed

1 file changed

+48
-18
lines changed

pom.xml

Lines changed: 48 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,45 @@
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>
349+
</plugin>
350+
<plugin>
351+
<groupId>org.apache.maven.plugins</groupId>
352+
<artifactId>maven-surefire-plugin</artifactId>
353+
<version>2.19.1</version>
354+
</plugin>
355+
<plugin>
356+
<groupId>org.apache.maven.plugins</groupId>
357+
<artifactId>maven-clean-plugin</artifactId>
358+
<version>3.0.0</version>
359+
</plugin>
360+
<plugin>
361+
<groupId>org.apache.maven.plugins</groupId>
362+
<artifactId>maven-install-plugin</artifactId>
363+
<version>2.5.2</version>
364+
</plugin>
365+
<plugin>
366+
<groupId>org.apache.maven.plugins</groupId>
367+
<artifactId>maven-resources-plugin</artifactId>
368+
<version>2.7</version>
369+
</plugin>
370+
<plugin>
371+
<groupId>org.apache.maven.plugins</groupId>
372+
<artifactId>maven-site-plugin</artifactId>
373+
<version>3.4</version>
374+
</plugin>
375+
<plugin>
376+
<groupId>org.apache.maven.plugins</groupId>
377+
<artifactId>maven-deploy-plugin</artifactId>
378+
<version>2.8.2</version>
349379
</plugin>
350380
</plugins>
351381
</reporting>
@@ -384,7 +414,7 @@
384414
<plugin>
385415
<groupId>org.apache.maven.plugins</groupId>
386416
<artifactId>maven-gpg-plugin</artifactId>
387-
<version>1.5</version>
417+
<version>1.6</version>
388418
<executions>
389419
<execution>
390420
<id>sign-artifacts</id>
@@ -402,7 +432,7 @@
402432
<plugin>
403433
<groupId>org.apache.maven.plugins</groupId>
404434
<artifactId>maven-jar-plugin</artifactId>
405-
<version>2.4</version>
435+
<version>2.6</version>
406436
<!--
407437
<executions>
408438
<execution>
@@ -436,7 +466,7 @@
436466
<plugin>
437467
<groupId>org.apache.maven.plugins</groupId>
438468
<artifactId>maven-enforcer-plugin</artifactId>
439-
<version>1.3.1</version>
469+
<version>1.4.1</version>
440470
<executions>
441471
<execution>
442472
<id>enforce-jdk-version</id>
@@ -462,7 +492,7 @@
462492
<plugin>
463493
<groupId>org.apache.maven.plugins</groupId>
464494
<artifactId>maven-javadoc-plugin</artifactId>
465-
<version>2.9.1</version>
495+
<version>2.10.3</version>
466496
<executions>
467497
<execution>
468498
<id>attach-javadocs</id>
@@ -477,7 +507,7 @@
477507
<plugin>
478508
<groupId>org.apache.maven.plugins</groupId>
479509
<artifactId>maven-assembly-plugin</artifactId>
480-
<version>2.4</version>
510+
<version>2.6</version>
481511
<configuration>
482512
<descriptors>
483513
<descriptor>src/main/assembly/dist.xml</descriptor>
@@ -499,7 +529,7 @@
499529
<plugin>
500530
<groupId>org.apache.maven.plugins</groupId>
501531
<artifactId>maven-release-plugin</artifactId>
502-
<version>2.5</version>
532+
<version>2.5.3</version>
503533
<configuration>
504534
<tagBase>https://owasp-esapi-java.googlecode.com/svn/tags/releases/</tagBase>
505535
</configuration>

0 commit comments

Comments
 (0)