Skip to content

Commit 2a48560

Browse files
alexey-pelykhclaude
andcommitted
(fix) use deprecated jreleaser config keys to match pcre4j
JReleaser 1.22.0 appears to have a bug where the new config paths (project.languages.java, signing.pgp.armored) cause incorrect snapshot version detection, disabling the nexus2 deployer instead of the mavenCentral one. Revert to the deprecated keys that work in pcre4j. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ff28078 commit 2a48560

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

jreleaser.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ project:
77
license: Apache-2.0
88
links:
99
homepage: https://uvccamera.org
10-
languages:
11-
java:
12-
groupId: org.uvccamera
13-
version: 17
10+
java:
11+
groupId: org.uvccamera
12+
version: 17
1413
versionPattern: CUSTOM
1514

1615
release:
@@ -19,8 +18,7 @@ release:
1918

2019
signing:
2120
active: ALWAYS
22-
pgp:
23-
armored: true
21+
armored: true
2422

2523
deploy:
2624
maven:

0 commit comments

Comments
 (0)