File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 216
216
<!-- Required: javadoc JAR -->
217
217
<plugin >
218
218
<artifactId >maven-javadoc-plugin</artifactId >
219
- <version >3.6.2 </version >
219
+ <version >2.9.1 </version >
220
220
<configuration >
221
221
<source >${java.version} </source >
222
222
</configuration >
246
246
<!-- Required: source JAR -->
247
247
<plugin >
248
248
<artifactId >maven-source-plugin</artifactId >
249
- <version >3.3.0 </version >
249
+ <version >2.2.1 </version >
250
250
<executions >
251
251
<execution >
252
252
<id >attach-sources</id >
398
398
<configuration >
399
399
<serverId >sonatype-nexus-staging</serverId >
400
400
<nexusUrl >https://oss.sonatype.org/</nexusUrl >
401
- <autoReleaseAfterClose >true </autoReleaseAfterClose >
401
+ <autoReleaseAfterClose >false </autoReleaseAfterClose >
402
402
<skipStaging >${skipStaging} </skipStaging >
403
403
</configuration >
404
404
</plugin >
420
420
<plugin >
421
421
<groupId >org.apache.maven.plugins</groupId >
422
422
<artifactId >maven-gpg-plugin</artifactId >
423
- <version >3.1.0 </version >
423
+ <version >3.0.1 </version >
424
424
<executions >
425
425
<execution >
426
426
<id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments