Skip to content

Commit ad672e3

Browse files
committed
ci: minor fixes for JReleaser config
1 parent c66c50e commit ad672e3

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

jreleaser.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ project:
1717
license: Apache-2.0
1818
links:
1919
homepage: https://github.com/codejive/java-jpm
20-
java:
21-
groupId: org.codejive.jpm
22-
version: 8
23-
mainClass: org.codejive.jpm.Main
24-
inceptionYear: 2024
20+
languages:
21+
java:
22+
groupId: org.codejive.jpm
23+
version: '8'
24+
mainClass: org.codejive.jpm.Main
25+
inceptionYear: '2024'
2526
stereotype: CLI
2627

2728
assemble:
@@ -40,7 +41,7 @@ assemble:
4041
jpm-native:
4142
active: NEVER
4243
java:
43-
version: 22
44+
version: '22'
4445
imageName: '{{distributionName}}-{{projectEffectiveVersion}}'
4546
executable: jpm
4647
mainJar:
@@ -60,12 +61,10 @@ assemble:
6061

6162
deploy:
6263
maven:
63-
nexus2:
64-
maven-central:
64+
mavenCentral:
65+
jpm:
6566
active: RELEASE
66-
url: https://s01.oss.sonatype.org/service/local
67-
closeRepository: true
68-
releaseRepository: true
67+
url: https://central.sonatype.com/api/v1/publisher
6968
stagingRepositories:
7069
- target/staging-deploy
7170

0 commit comments

Comments
 (0)