Skip to content

Commit 55307e2

Browse files
authored
New Version: JReleaser.jreleaser version v1.18.0 (#252628)
1 parent 80cb1d7 commit 55307e2

File tree

3 files changed

+155
-0
lines changed

3 files changed

+155
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Generated with JReleaser 1.18.0-SNAPSHOT at 2025-04-30T09:23:20.225786408Z
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json
3+
4+
PackageIdentifier: JReleaser.jreleaser
5+
PackageVersion: 1.18.0
6+
InstallerLocale: en-US
7+
InstallerType: wix
8+
Scope: machine
9+
InstallModes:
10+
- silent
11+
- silentWithProgress
12+
UpgradeBehavior: install
13+
Commands:
14+
- jreleaser
15+
ProductCode: '{2F3CE50F-22AB-3CDE-B7A0-0A0F597FBDC8}'
16+
ReleaseDate: 2025-04-30
17+
AppsAndFeaturesEntries:
18+
- ProductCode: '{2F3CE50F-22AB-3CDE-B7A0-0A0F597FBDC8}'
19+
UpgradeCode: '{3D0E8D15-CF1B-32B1-B479-86F8424F8C46}'
20+
InstallationMetadata:
21+
DefaultInstallLocation: '%ProgramFiles%/jreleaser'
22+
Installers:
23+
- Architecture: x64
24+
InstallerUrl: https://github.com/jreleaser/jreleaser/releases/download/v1.18.0/jreleaser-installer-1.18.0-windows-x86_64.msi
25+
InstallerSha256: eceb9de6992d6b90a246b42350423fc2ad48db003e058244e8e86831100463b9
26+
ProductCode: 'jreleaser 1.18.0'
27+
ManifestType: installer
28+
ManifestVersion: 1.9.0
Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
# Generated with JReleaser 1.18.0-SNAPSHOT at 2025-04-30T09:23:20.225786408Z
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json
3+
4+
PackageIdentifier: JReleaser.jreleaser
5+
PackageVersion: 1.18.0
6+
PackageLocale: en-US
7+
Publisher: JReleaser
8+
PublisherUrl: https://jreleaser.org
9+
PublisherSupportUrl: https://github.com/jreleaser/jreleaser/issues
10+
Author: Andres Almiray
11+
PackageName: jreleaser
12+
PackageUrl: https://jreleaser.org
13+
License: Apache-2.0
14+
LicenseUrl: https://spdx.org/licenses/Apache-2.0.html
15+
Copyright: 2020 Andres Almiray
16+
ShortDescription: Release projects quickly and easily with JReleaser
17+
Description: |
18+
JReleaser is a release automation tool. Its goal is to simplify creating releases and
19+
publishing artifacts to multiple package managers while providing customizable options.
20+
21+
JReleaser takes inputs from popular builds tools (Ant, Maven, Gradle) such as JAR files,
22+
binary distributions (.zip, .tar), JLink images, or any other file that you’d like to
23+
publish as a Git release on popular Git services such as GitHub, GitLab, or Gitea.
24+
Distribution files may additionally be published to be consumed by popular package managers
25+
such as Homebrew, Chocolatey, Snapcraft, or get ready to be launched via JBang. Releases
26+
may be announced in a variety of channels such as Twitter, Zulip, SDKMAN!, and more.
27+
Moniker: jreleaser
28+
Tags:
29+
- git
30+
- java
31+
- jreleaser
32+
- release
33+
- tool
34+
ReleaseNotes: |-
35+
Binaries
36+
https://github.com/jreleaser/jreleaser/wiki/Release-v1.18.0
37+
Changelog
38+
🚀 Features
39+
assemble
40+
- e25f9e9 Native-image assembler can assemble FLAT_BINARY distributions, closes #1841
41+
build
42+
- 474ca0c Add git to docker images, closes #1838
43+
deploy
44+
- 9367144 Increase delay/retries in Maven deployers
45+
- 148e2bd Support deploying to Nexus3, closes #1836
46+
- ec179c4 Warn when deployment to Maven Central times out, closes #1826
47+
packagers
48+
- b2b8098 Support podman command for building container images, closes #1816
49+
release
50+
- 3e49e05 Let github.release.makeLatest be specified as input, closes #1847
51+
- 9edf164 Support Forgejo as releaser, closes #1842 #1843
52+
🐛 Fixes
53+
announce
54+
- 0c9352a Skip relocating jakarta.mail as it causes CNFE with smtp, closes #1860
55+
assemble
56+
- 25399ed Only resolve selected assemblers, closes #1828
57+
core
58+
- 7372af1 Normalize packager names for inclusion/exclusion, closes #1829
59+
- da12d7c Validate default docker registry, closes #1827
60+
deploy
61+
- 5e1bd4e Fix calculation of deployable coordinates for snapshot artifacts, closes #1848
62+
- 65a0891 Add missing Forgejo messages, closes #1842
63+
packager
64+
- a6d0463 Update AppImage templates, closes #1821
65+
🛠 Build
66+
- 6a2e5b4 Upgrade to Gradle 8.14
67+
- 3dd7c08 Update release announcements
68+
- afdace7 Update jreleaser-setup.sh
69+
- 75b1b7d Fix readme
70+
- 0438e51 Add link to Reproducible Central badge
71+
- 46c7ae7 Skip milestone & release candidates for app-image metadata
72+
📝 Documentation
73+
- c28ddbf Add agreedSkiing as a contributor for code
74+
- 7daa791 Add hboutemy as a contributor for infra
75+
- 6a4f8f7 Add preimers as a contributor for code
76+
- c6579db Add martinfrancois as a contributor for code
77+
- df98677 Add anneloreegger as a contributor for code
78+
⚙️ Dependencies
79+
- 7334cd8 Update asm to 9.8
80+
- 1d74345 Update aws-java-sdk to 2.31.30
81+
- 525f448 Update byte-buddy to 1.17.5
82+
- 46ce530 Update checker-qual to 3.49.2
83+
- eaabeae Update checkstyle to 10.23.0
84+
- 731b8e3 Update classworlds to 2.9.0
85+
- f663502 Update commons-io to 2.19.0
86+
- 6271a8b Update commons-jexl to 3.5.0
87+
- a6966bf Update commons-text to 1.13.1
88+
- 8f1f9df Update cosign to 2.5.0
89+
- baacbb3 Update errorprone to 2.38.0
90+
- 698aa23 Update graalvm to 22.3.5
91+
- 28393ba Update jackson to 2.19.0
92+
- 801c2f1 Update jacoco to 0.8.13
93+
- 11d1973 Update jib to 0.13.0
94+
- db19f2b Update jsonschema to 4.38.0
95+
- 20a1c6c Update json-smart to 2.5.2
96+
- 3a45a10 Update jsoup to 1.19.1
97+
- d7423be Update junit5 to 5.12.2
98+
- 6bf76ea Update jakarta.mail-api to 2.1.3, closes #1861
99+
- 53873e7 Update mockito to 5.17.0
100+
- b0d83a9 Update mojoexecutor to 2.4.1
101+
- d21217d Update picocli to 4.7.7
102+
- bfa6f7b Update slf4j to 2.0.17
103+
- e0463aa Update spotbugs to 4.9.3
104+
- 7972c8f Update syft to 1.23.1
105+
- a04d1b0 Update zstd-jni to 1.5.7-2
106+
- 33048ea Releasing version 1.18.0
107+
- 6b4504e Bump for next development cycle
108+
Contributors
109+
We'd like to thank the following people for their contributions:
110+
- Andres Almiray (@aalmiray)
111+
- Annelore Egger
112+
- Erik Åsén (@agreedSkiing)
113+
- Francois Martin (@martinfrancois)
114+
- Hervé Boutemy
115+
- Ixchel Ruiz
116+
- Patrick Reimers
117+
ReleaseNotesUrl: https://github.com/jreleaser/jreleaser/releases/tag/v1.18.0
118+
ManifestType: defaultLocale
119+
ManifestVersion: 1.9.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Generated with JReleaser 1.18.0-SNAPSHOT at 2025-04-30T09:23:20.225786408Z
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json
3+
4+
PackageIdentifier: JReleaser.jreleaser
5+
PackageVersion: 1.18.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.9.0

0 commit comments

Comments
 (0)