Skip to content

Commit 0548b3d

Browse files
committed
#78 - Updated build plugin version to the latest ones available.
Wagon SSH - 2.3 -> 2.6 Surefire - 2.12 -> 2.17 JAR - 2.3.1 -> 2.4 Source - 2.1.2 -> 2.2.1 JavaDoc - 2.9 -> 2.9.1 Deploy - 2.7 -> 2.8.1
1 parent 6cea7c2 commit 0548b3d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

parent/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@
679679
<extension>
680680
<groupId>org.apache.maven.wagon</groupId>
681681
<artifactId>wagon-ssh</artifactId>
682-
<version>2.3</version>
682+
<version>2.6</version>
683683
</extension>
684684
</extensions>
685685

@@ -704,7 +704,7 @@
704704
<plugin>
705705
<groupId>org.apache.maven.plugins</groupId>
706706
<artifactId>maven-surefire-plugin</artifactId>
707-
<version>2.12</version>
707+
<version>2.17</version>
708708
<configuration>
709709
<useFile>false</useFile>
710710
<includes>
@@ -716,15 +716,15 @@
716716
<plugin>
717717
<groupId>org.apache.maven.plugins</groupId>
718718
<artifactId>maven-jar-plugin</artifactId>
719-
<version>2.3.1</version>
719+
<version>2.4</version>
720720
<configuration>
721721
<useDefaultManifestFile>true</useDefaultManifestFile>
722722
</configuration>
723723
</plugin>
724724

725725
<plugin>
726726
<artifactId>maven-source-plugin</artifactId>
727-
<version>2.1.2</version>
727+
<version>2.2.1</version>
728728
<executions>
729729
<execution>
730730
<id>attach-sources</id>
@@ -756,7 +756,7 @@
756756
<plugin>
757757
<groupId>org.apache.maven.plugins</groupId>
758758
<artifactId>maven-javadoc-plugin</artifactId>
759-
<version>2.9</version>
759+
<version>2.9.1</version>
760760
<configuration>
761761
<breakiterator>true</breakiterator>
762762
<header>${project.name}</header>
@@ -778,7 +778,7 @@
778778
<plugin>
779779
<groupId>org.apache.maven.plugins</groupId>
780780
<artifactId>maven-deploy-plugin</artifactId>
781-
<version>2.7</version>
781+
<version>2.8.1</version>
782782
<configuration>
783783
<skip>true</skip>
784784
</configuration>

0 commit comments

Comments
 (0)