File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 679
679
<extension >
680
680
<groupId >org.apache.maven.wagon</groupId >
681
681
<artifactId >wagon-ssh</artifactId >
682
- <version >2.3 </version >
682
+ <version >2.6 </version >
683
683
</extension >
684
684
</extensions >
685
685
704
704
<plugin >
705
705
<groupId >org.apache.maven.plugins</groupId >
706
706
<artifactId >maven-surefire-plugin</artifactId >
707
- <version >2.12 </version >
707
+ <version >2.17 </version >
708
708
<configuration >
709
709
<useFile >false</useFile >
710
710
<includes >
716
716
<plugin >
717
717
<groupId >org.apache.maven.plugins</groupId >
718
718
<artifactId >maven-jar-plugin</artifactId >
719
- <version >2.3.1 </version >
719
+ <version >2.4 </version >
720
720
<configuration >
721
721
<useDefaultManifestFile >true</useDefaultManifestFile >
722
722
</configuration >
723
723
</plugin >
724
724
725
725
<plugin >
726
726
<artifactId >maven-source-plugin</artifactId >
727
- <version >2.1.2 </version >
727
+ <version >2.2.1 </version >
728
728
<executions >
729
729
<execution >
730
730
<id >attach-sources</id >
756
756
<plugin >
757
757
<groupId >org.apache.maven.plugins</groupId >
758
758
<artifactId >maven-javadoc-plugin</artifactId >
759
- <version >2.9</version >
759
+ <version >2.9.1 </version >
760
760
<configuration >
761
761
<breakiterator >true</breakiterator >
762
762
<header >${project.name} </header >
778
778
<plugin >
779
779
<groupId >org.apache.maven.plugins</groupId >
780
780
<artifactId >maven-deploy-plugin</artifactId >
781
- <version >2.7 </version >
781
+ <version >2.8.1 </version >
782
782
<configuration >
783
783
<skip >true</skip >
784
784
</configuration >
You can’t perform that action at this time.
0 commit comments