File tree Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -135,8 +135,8 @@ jobs:
135
135
JRELEASER_GPG_PASSPHRASE : ${{ secrets.JRELEASER_GPG_PASSPHRASE }}
136
136
JRELEASER_GPG_PUBLIC_KEY : ${{ secrets.JRELEASER_GPG_PUBLIC_KEY }}
137
137
JRELEASER_GPG_SECRET_KEY : ${{ secrets.JRELEASER_GPG_SECRET_KEY }}
138
- JRELEASER_NEXUS2_USERNAME : ${{ secrets.JRELEASER_DEPLOY_MAVEN_NEXUS2_USERNAME }}
139
- JRELEASER_NEXUS2_PASSWORD : ${{ secrets.JRELEASER_DEPLOY_MAVEN_NEXUS2_PASSWORD }}
138
+ JRELEASER_MAVENCENTRAL_USERNAME : ${{ secrets.JRELEASER_MAVENCENTRAL_USERNAME }}
139
+ JRELEASER_MAVENCENTRAL_TOKEN : ${{ secrets.JRELEASER_MAVENCENTRAL_TOKEN }}
140
140
# Upload JRelease debug log
141
141
- name : JReleaser output
142
142
uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ project:
8
8
- Matt Coley
9
9
license : MIT
10
10
inceptionYear : 2022
11
- stereotype : none
12
- java :
13
- version : 22
14
- groupId : software.coley
15
- artifactId : lljzip
11
+ languages :
12
+ java :
13
+ version : 22
14
+ groupId : software.coley
15
+ artifactId : lljzip
16
16
17
17
release :
18
18
github :
@@ -39,14 +39,13 @@ signing:
39
39
checksums : true
40
40
files : false
41
41
42
+
42
43
deploy :
43
44
maven :
44
- nexus2 :
45
- maven-central :
45
+ mavenCentral :
46
+ sonatype :
47
+ url : https://central.sonatype.com/api/v1/publisher
46
48
active : RELEASE
47
- url : https://s01.oss.sonatype.org/service/local
48
49
applyMavenCentralRules : true
49
50
stagingRepositories :
50
- - target/staging-deploy
51
- closeRepository : true
52
- releaseRepository : true
51
+ - target/staging-deploy
You can’t perform that action at this time.
0 commit comments