File tree Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 89
89
JRELEASER_GPG_PUBLIC_KEY : ${{ secrets.GPG_PUBLIC_KEY }}
90
90
JRELEASER_GPG_SECRET_KEY : ${{ secrets.GPG_PRIVATE_KEY }}
91
91
JRELEASER_GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
92
- JRELEASER_NEXUS2_USERNAME : ${{ secrets.OSSRH_USERNAME }}
93
- JRELEASER_NEXUS2_TOKEN : ${{ secrets.OSSRH_TOKEN }}
92
+ JRELEASER_MAVENCENTRAL_SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
93
+ JRELEASER_MAVENCENTRAL_SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
94
94
JRELEASER_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
95
95
JRELEASER_PROJECT_VERSION : ${{ env.PAYLOAD_VERSION }}
96
96
JRELEASER_PROJECT_NAME : ${{ env.PAYLOAD_NAME }}
Original file line number Diff line number Diff line change @@ -15,15 +15,12 @@ deploy:
15
15
pomchecker :
16
16
failOnWarning : false
17
17
strict : false
18
- nexus2 :
19
- maven-central :
18
+ mavenCentral :
19
+ sonatype :
20
20
active : ALWAYS
21
- url : https://s01.oss.sonatype.org/service/local
22
- snapshotUrl : https://s01.oss.sonatype.org/content/repositories/snapshots/
23
- closeRepository : true
24
- releaseRepository : true
25
- transitionDelay : 20
26
- transitionMaxRetries : 100
27
- stagingProfileId : 166ff053e5f61f
21
+ url : https://central.sonatype.com/api/v1/publisher
22
+ retryDelay : 20
23
+ maxRetries : 100
24
+ snapshotSupported : true
28
25
stagingRepositories :
29
26
- ./repository
You can’t perform that action at this time.
0 commit comments