File tree 2 files changed +10
-8
lines changed
2 files changed +10
-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 452
452
<passphrase >${env.GPG_PASSPHRASE}</passphrase >
453
453
</properties >
454
454
<build >
455
+ <plugins >
455
456
<plugins >
456
457
<plugin >
457
- <groupId >org.sonatype.central </groupId >
458
- <artifactId >central-publishing -maven-plugin</artifactId >
459
- <version >0.3.0 </version >
458
+ <groupId >org.sonatype.plugins </groupId >
459
+ <artifactId >nexus-staging -maven-plugin</artifactId >
460
+ <version >1.6.7 </version >
460
461
<extensions >true</extensions >
461
462
<configuration >
462
- <publishingServerId >central</ publishingServerId >
463
- <tokenAuth >true</ tokenAuth >
464
- <autoPublish >true</ autoPublish >
465
- <waitUntil >published</ waitUntil >
463
+ <serverId >ossrh</ serverId >
464
+ <nexusUrl >https://oss.sonatype.org/</ nexusUrl >
465
+ <!-- we need to release from staging to avoid errors and ensure double check -- >
466
+ <autoReleaseAfterClose >false</ autoReleaseAfterClose >
466
467
</configuration >
467
468
</plugin >
468
469
<plugin >
You can’t perform that action at this time.
0 commit comments