@@ -221,6 +221,15 @@ limitations under the License.
221
221
<role >Developer</role >
222
222
</roles >
223
223
</developer >
224
+ <developer >
225
+ <name >Kristian Rosenvold</name >
226
+ <id >krosenvold</id >
227
+ <email >krosenvold@apache.org</email >
228
+ <roles >
229
+ <role >Developer</role >
230
+ </roles >
231
+ </developer >
232
+
224
233
</developers >
225
234
226
235
<mailingLists >
@@ -300,11 +309,22 @@ limitations under the License.
300
309
<plexusDistMgmtSnapshotsUrl >https://oss.sonatype.org/content/repositories/plexus-snapshots</plexusDistMgmtSnapshotsUrl >
301
310
</properties >
302
311
312
+ <dependencyManagement >
313
+ <dependencies >
314
+ <dependency >
315
+ <groupId >org.codehaus.plexus</groupId >
316
+ <artifactId >plexus-component-annotations</artifactId >
317
+ <version >1.5.6</version >
318
+ <scope >compile</scope >
319
+ </dependency >
320
+ </dependencies >
321
+ </dependencyManagement >
322
+
303
323
<dependencies >
304
324
<dependency >
305
325
<groupId >junit</groupId >
306
326
<artifactId >junit</artifactId >
307
- <version >3.8.2 </version >
327
+ <version >4.11 </version >
308
328
<scope >test</scope >
309
329
</dependency >
310
330
</dependencies >
@@ -330,36 +350,36 @@ limitations under the License.
330
350
<plugin >
331
351
<groupId >org.apache.maven.plugins</groupId >
332
352
<artifactId >maven-deploy-plugin</artifactId >
333
- <version >2.7 </version >
353
+ <version >2.8.2 </version >
334
354
</plugin >
335
355
<plugin >
336
356
<groupId >org.apache.maven.plugins</groupId >
337
357
<artifactId >maven-gpg-plugin</artifactId >
338
- <version >1.4 </version >
358
+ <version >1.5 </version >
339
359
</plugin >
340
360
<plugin >
341
361
<groupId >org.apache.maven.plugins</groupId >
342
362
<artifactId >maven-install-plugin</artifactId >
343
- <version >2.4 </version >
363
+ <version >2.5.2 </version >
344
364
</plugin >
345
365
<plugin >
346
366
<groupId >org.apache.maven.plugins</groupId >
347
367
<artifactId >maven-jar-plugin</artifactId >
348
- <version >2.4 </version >
368
+ <version >2.5 </version >
349
369
</plugin >
350
370
<plugin >
351
371
<groupId >org.apache.maven.plugins</groupId >
352
372
<artifactId >maven-javadoc-plugin</artifactId >
353
- <version >2.9 </version >
373
+ <version >2.10.1 </version >
354
374
</plugin >
355
375
<plugin >
356
376
<groupId >org.apache.maven.plugins</groupId >
357
377
<artifactId >maven-plugin-plugin</artifactId >
358
- <version >3.2 </version >
378
+ <version >3.3 </version >
359
379
</plugin >
360
380
<plugin >
361
381
<artifactId >maven-release-plugin</artifactId >
362
- <version >2.3.2 </version >
382
+ <version >2.5.1 </version >
363
383
<configuration >
364
384
<goals >deploy</goals >
365
385
<useReleaseProfile >false</useReleaseProfile >
@@ -369,17 +389,17 @@ limitations under the License.
369
389
<plugin >
370
390
<groupId >org.apache.maven.plugins</groupId >
371
391
<artifactId >maven-resources-plugin</artifactId >
372
- <version >2.6 </version >
392
+ <version >2.7 </version >
373
393
</plugin >
374
394
<plugin >
375
395
<groupId >org.apache.maven.plugins</groupId >
376
396
<artifactId >maven-site-plugin</artifactId >
377
- <version >3.2 </version >
397
+ <version >3.4 </version >
378
398
<dependencies >
379
399
<dependency >
380
400
<groupId >org.apache.maven.wagon</groupId >
381
401
<artifactId >wagon-webdav-jackrabbit</artifactId >
382
- <version >2.2 </version >
402
+ <version >2.7 </version >
383
403
</dependency >
384
404
<dependency >
385
405
<groupId >org.slf4j</groupId >
@@ -396,12 +416,31 @@ limitations under the License.
396
416
<plugin >
397
417
<groupId >org.apache.maven.plugins</groupId >
398
418
<artifactId >maven-source-plugin</artifactId >
399
- <version >2.2.1 </version >
419
+ <version >2.4 </version >
400
420
</plugin >
401
421
<plugin >
402
422
<groupId >org.apache.maven.plugins</groupId >
403
423
<artifactId >maven-surefire-plugin</artifactId >
404
- <version >2.14</version >
424
+ <version >2.17</version >
425
+ </plugin >
426
+ <plugin >
427
+ <groupId >org.codehaus.plexus</groupId >
428
+ <artifactId >plexus-component-metadata</artifactId >
429
+ <version >1.5.6</version >
430
+ <executions >
431
+ <execution >
432
+ <id >process-classes</id >
433
+ <goals >
434
+ <goal >generate-metadata</goal >
435
+ </goals >
436
+ </execution >
437
+ <execution >
438
+ <id >process-test-classes</id >
439
+ <goals >
440
+ <goal >generate-test-metadata</goal >
441
+ </goals >
442
+ </execution >
443
+ </executions >
405
444
</plugin >
406
445
</plugins >
407
446
</pluginManagement >
@@ -412,7 +451,7 @@ limitations under the License.
412
451
<plugin >
413
452
<groupId >org.apache.maven.plugins</groupId >
414
453
<artifactId >maven-project-info-reports-plugin</artifactId >
415
- <version >2.6 </version >
454
+ <version >2.7 </version >
416
455
<reportSets >
417
456
<reportSet >
418
457
<reports >
@@ -474,12 +513,12 @@ limitations under the License.
474
513
<plugin >
475
514
<groupId >org.apache.maven.plugins</groupId >
476
515
<artifactId >maven-surefire-report-plugin</artifactId >
477
- <version >2.12.4 </version >
516
+ <version >2.17 </version >
478
517
</plugin >
479
518
<plugin >
480
519
<groupId >org.apache.maven.plugins</groupId >
481
520
<artifactId >maven-checkstyle-plugin</artifactId >
482
- <version >2.9.1 </version >
521
+ <version >2.13 </version >
483
522
<configuration >
484
523
<configLocation >config/maven_checks.xml</configLocation >
485
524
<headerLocation >https://raw.github.com/sonatype/plexus-pom/master/src/main/resources/config/plexus-header.txt</headerLocation >
@@ -496,7 +535,7 @@ limitations under the License.
496
535
<plugin >
497
536
<groupId >org.apache.maven.plugins</groupId >
498
537
<artifactId >maven-pmd-plugin</artifactId >
499
- <version >2.7.1 </version >
538
+ <version >3.2 </version >
500
539
<configuration >
501
540
<targetJdk >1.5</targetJdk >
502
541
<rulesets >
@@ -521,7 +560,7 @@ limitations under the License.
521
560
<plugin >
522
561
<groupId >org.apache.maven.plugins</groupId >
523
562
<artifactId >maven-jxr-plugin</artifactId >
524
- <version >2.3 </version >
563
+ <version >2.4 </version >
525
564
<reportSets >
526
565
<reportSet >
527
566
<id >default</id >
@@ -535,7 +574,7 @@ limitations under the License.
535
574
<plugin >
536
575
<groupId >org.apache.maven.plugins</groupId >
537
576
<artifactId >maven-javadoc-plugin</artifactId >
538
- <version >2.9 </version >
577
+ <version >2.10.1 </version >
539
578
<configuration >
540
579
<detectLinks >true</detectLinks >
541
580
<links >
@@ -555,7 +594,7 @@ limitations under the License.
555
594
<plugin >
556
595
<groupId >org.codehaus.mojo</groupId >
557
596
<artifactId >cobertura-maven-plugin</artifactId >
558
- <version >2.5.2 </version >
597
+ <version >2.6 </version >
559
598
</plugin >
560
599
</plugins >
561
600
</reporting >
0 commit comments