Skip to content

Commit bc6b9de

Browse files
committed
update plugin versions
1 parent b038580 commit bc6b9de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
<!-- Required: javadoc JAR -->
217217
<plugin>
218218
<artifactId>maven-javadoc-plugin</artifactId>
219-
<version>3.6.2</version>
219+
<version>2.9.1</version>
220220
<configuration>
221221
<source>${java.version}</source>
222222
</configuration>
@@ -246,7 +246,7 @@
246246
<!-- Required: source JAR -->
247247
<plugin>
248248
<artifactId>maven-source-plugin</artifactId>
249-
<version>3.3.0</version>
249+
<version>2.2.1</version>
250250
<executions>
251251
<execution>
252252
<id>attach-sources</id>
@@ -398,7 +398,7 @@
398398
<configuration>
399399
<serverId>sonatype-nexus-staging</serverId>
400400
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
401-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
401+
<autoReleaseAfterClose>false</autoReleaseAfterClose>
402402
<skipStaging>${skipStaging}</skipStaging>
403403
</configuration>
404404
</plugin>
@@ -420,7 +420,7 @@
420420
<plugin>
421421
<groupId>org.apache.maven.plugins</groupId>
422422
<artifactId>maven-gpg-plugin</artifactId>
423-
<version>3.1.0</version>
423+
<version>3.0.1</version>
424424
<executions>
425425
<execution>
426426
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)