Skip to content

Commit 643ea69

Browse files
author
michele
committed
maven plugin versions
1 parent 60124e9 commit 643ea69

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@
4040
</license>
4141
</licenses>
4242

43+
<developers>
44+
<developer>
45+
<name>Colin Findlay</name>
46+
</developer>
47+
<developer>
48+
<name>Michele Rastelli</name>
49+
<url>https://github.com/rashtao</url>
50+
</developer>
51+
</developers>
52+
4353
<properties>
4454
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4555
<java.version>1.8</java.version>
@@ -64,13 +74,15 @@
6474
<plugin>
6575
<groupId>org.apache.maven.plugins</groupId>
6676
<artifactId>maven-resources-plugin</artifactId>
77+
<version>3.1.0</version>
6778
<configuration>
6879
<encoding>UTF-8</encoding>
6980
</configuration>
7081
</plugin>
7182
<plugin>
7283
<groupId>org.apache.maven.plugins</groupId>
7384
<artifactId>maven-source-plugin</artifactId>
85+
<version>3.1.0</version>
7486
<executions>
7587
<execution>
7688
<goals>
@@ -82,6 +94,7 @@
8294
<plugin>
8395
<groupId>org.apache.maven.plugins</groupId>
8496
<artifactId>maven-javadoc-plugin</artifactId>
97+
<version>3.1.1</version>
8598
<executions>
8699
<execution>
87100
<id>attach-javadocs</id>
@@ -93,6 +106,7 @@
93106
</plugin>
94107
<plugin>
95108
<artifactId>maven-deploy-plugin</artifactId>
109+
<version>2.8.2</version>
96110
<configuration>
97111
<uniqueVersion>false</uniqueVersion>
98112
<retryFailedDeploymentCount>10</retryFailedDeploymentCount>
@@ -101,6 +115,7 @@
101115
<plugin>
102116
<groupId>org.apache.maven.plugins</groupId>
103117
<artifactId>maven-gpg-plugin</artifactId>
118+
<version>1.6</version>
104119
<executions>
105120
<execution>
106121
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)