Update dependency org.jreleaser:jreleaser-maven-plugin to v1.16.0 #332
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.12.0
->1.16.0
Release Notes
jreleaser/jreleaser (org.jreleaser:jreleaser-maven-plugin)
v1.16.0
Compare Source
Binaries
https://github.com/jreleaser/jreleaser/wiki/Release-v1.16.0
Changelog
🚀 Features
assemble
e2f8792
Let matrix define skip properties for archive assembler formats, closes #177427df844
Add an assembler for .deb files, closes #1240core
5380848
Update initial templates, closes #1773f22d96c
Add a matrix section to enhance parameterization, closes #1774537c442
Add a languages section to Project, closes #1773deploy
6f855c1
Skip sources/javadoc JARs for resource JARs, closes #17512bc1a03
Log upload & publish ops in mavenCentral deployer, closes #1747a0d0ddb
Enable pomchecker's strict mode to be configured, closes #175350fbfd9
Allow artifactOverrides to skip jar validation, closes #1746deployment
9685699
Use fingerprint to validate if a key is published, closes #1769gradle
3bb3906
Configure the model as late as possible, closes #1755packagers
ddb40b0
Update winget templates, closes #1771🐛 Fixes
core
5a8c102
Honor changelog.enabled when project is snapshot, closes #1717aa774b3
Releaser may not be configured in deployment, closes #1748deploy
b77cfd6
Fix debug messages in MavenCentral deployer, closes #1757ad4d718
Output correct messages for maven.central logse65cada
Ignore 401 errors from MavenCentral in waitForStatus()e0144b5
Fail early if signing is disabled, closes #1748158c27d
Allow relocating POMs to be deployed, closes #1749packagers
9f839b1
Fix typo in Snap -> s/hasArchitectures/snapHasArchitectures/release
7bec38f
Ensure remote branch exists before creating a release, closes #14212600370
Undo creating tag on resolved commit, closes #16922affd52
Create tag on resolved commit found in context, closes #169214e8430
Tag release with explicit SHA, closes #1692upload
3ec947f
Avoid NPE in S3ArtifactUploader NPE, closes #1762🧰 Tasks
8a752f8
Update Bluesky handle to @jreleaser.org3eea23e
Update social badges🛠 Build
deps
f12b5da
Bump org.eclipse.jgit:org.eclipse.jgit from 5.13.0.202109080827-r to 5.13.3.202401111512-runscoped
20864f9
Jpackage 21 no longer attaches revision number to .debe056460
Update release configuration1969432
Fix Wix configuration for Jpackage03d3152
Update assemblies to Java 21 and Graal 23.0.15ed0248
Update release announcementse5361c8
Skip reproducibleTmestamp task on Windowsb31ff3e
Update release announcementsc1beb18
Setup Graal before Java in smoketestf56ef21
Remove explicit GraalVM version from GH action setup📝 Documentation
455c448
Fix badges in readme482c599
Update badgesb2599c5
Add marbleVHS as a contributor for code2aef74a
Add fprochazka as a contributor for code⚙️ Dependencies
5377cd0
Update assertj to 3.27.084738a1
Update cyclonedx to 0.27.2097c3f4
Update syft to 1.18.19b39ed2
Update aws-java-sdk to 2.29.39f35f96e
Update zstd-jni to 1.5.6-81f3be5c
Update jsoup to 1.18.3a45822a
Update commons-text to 1.13.07595b20
Update commons-io to 2.18.01647489
Update byte-buddy to 1.15.11837d27d
Update bouncycastle to 1.793cb692d
Update jackson to 2.18.2a6b1c75
Update junit5 to 5.11.46cea705
Update jackson to 2.18.1a92e13c
Update asm to 9.7.1b3704fc
Update aws-java-sdk to 2.29.12ea5569
Update byte-buddy to 1.15.74a04aa6
Update cosign to 2.4.1522a174
Update errorprone to 2.35.15ae357c
Update feign to 13.508da8db
Update hamcrest to 3.0e7630a0
Update junit-pioneer to 2.3.0a8fd942
Update mockito to 5.14.2c020adb
Update maven-annotations to 3.15.1e468e1f
Update plexus-utils to 4.0.20f6a9cf
Update maven to 3.9.96b60559
Update plexus-archiver to 4.10.059cd6ab
Update syft to 1.15.0a27c064
Update woodstox to 7.1.0d59cc6f
Update zstd-jni to 1.5.6-7abf4ca8
Update jackson to 2.18.07f3980e
Update junit5 to 5.11.36d982bb
Update pomchecker to 1.14.0e503a6b
Releasing version 1.16.076822cb
Bump for next development cycle6f6a77f
Releasing version 1.15.0Contributors
We'd like to thank the following people for their contributions:
v1.15.0
Compare Source
Binaries
https://github.com/jreleaser/jreleaser/wiki/Release-v1.15.0
Changelog
🚀 Features
deploy
991ec3d
Log upload & publish ops in mavenCentral deployer, closes #174750d4915
Enable pomchecker's strict mode to be configured, closes #17534398a83
Display expiration date of signing key, closes #17407e90995
Check if artifacts are deployed to Maven Central, closes #1721af51e5b
Resolve poms from local staging repositories, closes #1720🐛 Fixes
core
c5b8db4
Honor changelog.enabled when project is snapshot, closes #17174838a07
Releaser may not be configured in deployment, closes #1748107a726
Evaluate project.java even when it's not explicitly set, closes #17448d0350f
Validate project.java when mavenCentral deployers are configured, closes #174524da4bb
Handle single/double zero with CalVer formats 0Y.0M.MICRO/YY.0M.MICRO, closes #1728deploy
326e53f
Fail early if signing is disabled, closes #1748375b659
Allow relocating POMs to be deployed, closes #1749eba7ab8
Avoid double signing checks with mavenCentral deployer68fd601
Allow publication of WAR files, closes #17325bab549
Warn when a deployer is disabled due to project being snapshot, closes #17361653d24
Sanitaze snapshoUrl in Nexus2 deployer, closes #1716messages
23eae87
Fix message typo in logrelease
be2e236
Undo creating tag on resolved commit, closes #169208e5bff
Create tag on resolved commit found in context, closes #1692778cedc
Tag release with explicit SHA, closes #1692c5d191b
Do not fail when GH tag not found, closes #1739🛠 Build
b9aed32
Update release announcements3efdf06
Setup Graal before Java in smoketest38d446c
Remove explicit GraalVM version from GH action setup989e5c2
Fix location of GraalVM JDKsaa13d0d
Update JDKs to 17.0.121ade5e1
remove matrix expression from group nameada7d41
Cancel concurrent PR jobs📝 Documentation
931cd1b
Add mattjohnson as a contributor for code66abd4c
Add p-marcin as a contributor for code⚙️ Dependencies
64c4bed
Update asm to 9.7.1dd1edab
Update aws-java-sdk to 2.29.12e0483d
Update byte-buddy to 1.15.73485c2d
Update cosign to 2.4.1db5538c
Update errorprone to 2.35.194a8408
Update feign to 13.5022b3ad
Update hamcrest to 3.0919834b
Update junit-pioneer to 2.3.02aac9a9
Update mockito to 5.14.235a2a9f
Update maven-annotations to 3.15.1c714150
Update plexus-utils to 4.0.2433a770
Update maven to 3.9.9ea34c2a
Update plexus-archiver to 4.10.0f9369ff
Update syft to 1.15.07d7e734
Update woodstox to 7.1.041c5296
Update zstd-jni to 1.5.6-7021bf69
Update jackson to 2.18.0c68e865
Update junit5 to 5.11.3f546f53
Update pomchecker to 1.14.0e43bc62
Update cyclonedx-gradle-plugin to 1.10.0d966564
Update jdks-gradle-plugin to 1.14.06e12cfc
Update zstd-jni to 1.5.6-540457cc
Update xz to 1.10143b6c3
Update syft to 1.12.20e9ff92
Update sshj to 0.39.0d55dccc
Update snakeyaml to 2.39425346
Update mustache to 0.9.14f6c43c7
Update mockito to 5.13.08cc1548
Update jsoup to 1.18.18167dba
Update jsonschema to 4.36.0fe0e994
Update feign to 13.46524369
Update cyclonedx to 0.27.17ff5075
Update cosign to 2.4.051071d9
Update commons-lang3 to 3.17.0965f427
Update commons-io to 2.17.0c22bbd3
Update commons-compress to 1.27.1a3d8aaf
Update commons-codec to 1.17.1f7fc5fa
Update byte-buddy to 1.15.15ccdb3b
Update assertj to 3.26.323143c4
Update ant to 1.10.15ccf211b
Update slf4j to 2.0.16ffcea79
Releasing version 1.15.06bc1f47
feat:(deploy): Allow artifactOverrides to skip jar validation, closes #1746e881564
switch to new maintainers package and upgrade version908fa5b
Bump for next development cycleContributors
We'd like to thank the following people for their contributions:
v1.14.0
Compare Source
Binaries
https://github.com/jreleaser/jreleaser/wiki/Release-v1.14.0
Changelog
🚀 Features
core
ca8ccb4
Skip git checks for a given set fo commands, closes #1713c8c44b0
Let project.java properties be resolved via env vars, closes #1709deploy
6a1941f
Let artifact overrides define if the pom should be verified, closes #1707🐛 Fixes
assemble
9a9cfb2
JvmOptions.universal should replace EOL with spaces, closes #169924e7d87
Use the correct comment syntax in Windows launchers, closes #168802d4d34
Avoid empty elif block in launchers, closes #1683core
9a51169
Handle HTTP redirects when required, closes #1696deploy
7f83b6c
Inneer class ArtifactOverrideImpl should be static, closes #1704packagers
cd853ad
Honor snap.plugs reads/writes, closes #1686🔄️ Changes
packagers
da5d359
Cleanup snap templates🛠 Build
330ccb6
Upgrade to Gradle 8.102e03af1
Update release announcements26f7e1c
Update release announcements📝 Documentation
1d5e2a6
Add alexeygy as a contributor for codeef9bf65
Add superaga as a contributor for code23fc5be
Add felipebz as a contributor for code⚙️ Dependencies
b726a5d
Update aws-java-sdk to 2.27.15b489a45
Update junit5 to 5.11.00318037
Update awaitility to 4.2.2e88b660
Update jackson to 2.17.2b5f60a8
Update pomchecker to 1.12.04a8bb20
Releasing version 1.14.0e84ea4e
Bump for next development cycleb72e143
Releasing version 1.13.190e49c5
Bump for next development cycleContributors
We'd like to thank the following people for their contributions:
v1.13.1
Compare Source
Binaries
https://github.com/jreleaser/jreleaser/wiki/Release-v1.13.1
Changelog
🐛 Fixes
assemble
789d336
Avoid empty elif block in launchers, closes #1683🛠 Build
a935b46
Update release announcements5542956
Releasing version 1.13.13ac912c
Bump for next development cycleContributors
We'd like to thank the following people for their contributions:
v1.13.0
Compare Source
Binaries
https://github.com/jreleaser/jreleaser/wiki/Release-v1.13.0
Changelog
🚀 Features
assemble
8a9c36d
Platform specific JVM options in launcher scripts, closes #1670catalog
b23d6f1
Add include/exclusion lists to Slsa and Github catalogers, closes #1672dcc0837
Support GitHub attestations, closes #1651deploy
0ba1426
Skip maven central rules checks for build poms, closes #1653744d4bc
Add missing explicit properties in Nexus2, closes #1649🐛 Fixes
core
f76f01b
Check if releaser is active before querying its values, closes #1678ce421ad
Don't when when remote inputstream may be null, closes #1677deploy
0387150
Do not force JAR artifacts when packaging is zip, closes #16699ea54da
Update serialVersionUIDs for maven deployers, closes #1664c029140
Snapshot support in Maven deployers is now configurable, closes #16644287112
Use project name in MavenCentral artifact bundle, closes #16617cfd4f4
Fix NPE when resolving staged profiles in dryrun modegradle
4ba9b4f
MavenCentralMavenDeployer.maxRetries should be an Integer3b180e8
Honor env vars when resolving select-current-platform flag, closes #1674packager
9597f6d
Follow naming conventions for brew casks, closes #1652🔄️ Changes
deploy
dc33226
Match profileId using Nexus2 match API, closes #1648🛠 Build
d01e0d0
Update release announcementsdaa6353
Deactivate GitHub attestations for early-access releases4d6c751
Configure GitHub attestations on early-access releases951b1ea
Upgrade to Gradle 8.8223db09
Temporary disable generation of bach-info metadata⚙️ Dependencies
b0c2766
Update zstd-jni to 1.5.6-3b405bef
Update woodstox to 7.0.0f125e3c
Update syft to 1.8.0a20ac3a
Update spotbugs to 4.8.6103d65e
Update picocli to 4.7.62c56bd2
Update mustache to 0.9.13a6beb52
Update mockito to 5.12.09f51f46
Update jackson to 2.17.16f48207
Update feign to 13.396ceeca
Update cyclonedx to 0.25.1b826bfd
Update commons-net to 3.11.13680934
Update commons-jexl to 3.4.09c023fa
Update commons-compress to 1.26.2a5c4e80
Update commons-codec to 1.17.05d28ac5
Update byte-buddy to 1.14.179783464
update bouncycastle to 1.78.1e2a1360
Update aws-java-sdk to 2.26.10a0cc504
Update asm to 9.7678fd34
Update assertj to 3.26.0f9bb9b3
Update junit5 to 5.10.396fff9a
Update jdks-gradle-plugin to 1.12.0a71a59c
Update awaitility to 4.2.18c7e874
Update openssf-scorecard to 2.3.3a8daff7
Releasing version 1.13.0fb2a06f
feat(assemble) Configurable environment variables in launcher scripts, closes #1671659165c
Add lagergren as a contributor for code [skip ci]5be65d2
Bump for next development cycleContributors
We'd like to thank the following people for their contributions:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.