Skip to content

Commit e2be9a4

Browse files
committed
Bump maven plugin versions
1 parent 9aa3f51 commit e2be9a4

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

pom.xml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<plugin>
3939
<groupId>org.apache.maven.plugins</groupId>
4040
<artifactId>maven-compiler-plugin</artifactId>
41-
<version>3.8.0</version>
41+
<version>3.10.1</version>
4242
<configuration>
4343
<source>7</source>
4444
<target>7</target>
@@ -47,7 +47,7 @@
4747
<plugin>
4848
<groupId>org.apache.maven.plugins</groupId>
4949
<artifactId>maven-jar-plugin</artifactId>
50-
<version>3.1.0</version>
50+
<version>3.3.0</version>
5151
<configuration>
5252
<archive>
5353
<manifestEntries>
@@ -59,7 +59,7 @@
5959
<plugin>
6060
<groupId>com.github.siom79.japicmp</groupId>
6161
<artifactId>japicmp-maven-plugin</artifactId>
62-
<version>0.13.0</version>
62+
<version>0.15.7</version>
6363
<configuration>
6464
<oldVersion>
6565
<dependency>
@@ -98,18 +98,19 @@
9898
<plugin>
9999
<groupId>org.sonatype.plugins</groupId>
100100
<artifactId>nexus-staging-maven-plugin</artifactId>
101-
<version>1.6.8</version>
101+
<version>1.6.13</version>
102102
<extensions>true</extensions>
103103
<configuration>
104104
<serverId>ossrh</serverId>
105105
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
106106
<autoReleaseAfterClose>true</autoReleaseAfterClose>
107+
<stagingProgressTimeoutMinutes>10</stagingProgressTimeoutMinutes>
107108
</configuration>
108109
</plugin>
109110
<plugin>
110111
<groupId>org.apache.maven.plugins</groupId>
111112
<artifactId>maven-release-plugin</artifactId>
112-
<version>2.5.3</version>
113+
<version>3.0.0-M7</version>
113114
<configuration>
114115
<autoVersionSubmodules>true</autoVersionSubmodules>
115116
<useReleaseProfile>false</useReleaseProfile>
@@ -159,7 +160,7 @@
159160
<plugin>
160161
<groupId>org.apache.maven.plugins</groupId>
161162
<artifactId>maven-source-plugin</artifactId>
162-
<version>3.0.1</version>
163+
<version>3.2.1</version>
163164
<executions>
164165
<execution>
165166
<id>attach-sources</id>
@@ -172,7 +173,7 @@
172173
<plugin>
173174
<groupId>org.apache.maven.plugins</groupId>
174175
<artifactId>maven-javadoc-plugin</artifactId>
175-
<version>3.0.1</version>
176+
<version>3.4.1</version>
176177
<executions>
177178
<execution>
178179
<id>attach-javadocs</id>
@@ -188,7 +189,7 @@
188189
<plugin>
189190
<groupId>org.apache.maven.plugins</groupId>
190191
<artifactId>maven-gpg-plugin</artifactId>
191-
<version>1.6</version>
192+
<version>3.0.1</version>
192193
<executions>
193194
<execution>
194195
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)