File tree 2 files changed +9
-8
lines changed
2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 37
37
git-release-bot-name : " bot-release"
38
38
git-release-bot-email :
" [email protected] "
39
39
40
- maven-args : " -DskipTests -DskipITs -Dmaven.deploy.skip=true -PsonatypeDeploy"
40
+ maven-args : " -DskipTests -PsonatypeDeploy"
41
+ maven-servers : ${{ secrets.MVN_REPO_SERVERS }}
41
42
ssh-private-key : ${{ secrets.SSH_PRIVATE_KEY }}
42
43
43
44
gpg-enabled : true
Original file line number Diff line number Diff line change 454
454
<build >
455
455
<plugins >
456
456
<plugin >
457
- <groupId >org.sonatype.central </groupId >
458
- <artifactId >central-publishing -maven-plugin</artifactId >
459
- <version >0.3.0 </version >
457
+ <groupId >org.sonatype.plugins </groupId >
458
+ <artifactId >nexus-staging -maven-plugin</artifactId >
459
+ <version >1.6.7 </version >
460
460
<extensions >true</extensions >
461
461
<configuration >
462
- <publishingServerId >central</ publishingServerId >
463
- <tokenAuth >true</ tokenAuth >
464
- <autoPublish >true</ autoPublish >
465
- <waitUntil >published</ waitUntil >
462
+ <serverId >ossrh</ serverId >
463
+ <nexusUrl >https://oss.sonatype.org/</ nexusUrl >
464
+ <!-- we need to release from staging to avoid errors and ensure double check -- >
465
+ <autoReleaseAfterClose >false</ autoReleaseAfterClose >
466
466
</configuration >
467
467
</plugin >
468
468
<plugin >
You can’t perform that action at this time.
0 commit comments