Skip to content

Commit 2775e7d

Browse files
jreleaserbotquarkusbot
authored andcommitted
quarkus 3.25.3
1 parent f252d20 commit 2775e7d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

quarkus/quarkus.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- Generated with JReleaser 1.3.0 at 2025-08-08T16:48:04.143874116Z -->
2+
<!-- Generated with JReleaser 1.3.0 at 2025-08-13T16:32:42.846551224Z -->
33
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
44
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
55
<metadata>
66
<!-- required -->
77
<id>quarkus</id>
8-
<version>3.25.2</version>
8+
<version>3.25.3</version>
99
<authors>Quarkus Community</authors>
1010
<description>Create projects, manage extensions and perform build and development tasks for Quarkus,
1111
the Kubernetes Native Java stack tailored for OpenJDK HotSpot and GraalVM.
@@ -22,7 +22,7 @@ the Kubernetes Native Java stack tailored for OpenJDK HotSpot and GraalVM.
2222
<packageSourceUrl>https://github.com/quarkusio/chocolatey-bucket</packageSourceUrl>
2323
<docsUrl>https://quarkus.io</docsUrl>
2424
<bugTrackerUrl>https://github.com/quarkusio/quarkus/issues</bugTrackerUrl>
25-
<releaseNotes>https://github.com/quarkusio/quarkus/releases/tag/3.25.2</releaseNotes>
25+
<releaseNotes>https://github.com/quarkusio/quarkus/releases/tag/3.25.3</releaseNotes>
2626
<iconUrl>https://quarkus.io/assets/images/chocolatey-app-icon.png</iconUrl>
2727
</metadata>
2828
<files>

quarkus/tools/chocolateyinstall.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# Generated with JReleaser 1.3.0 at 2025-08-08T16:48:04.143874116Z
1+
# Generated with JReleaser 1.3.0 at 2025-08-13T16:32:42.846551224Z
22
$tools = Split-Path $MyInvocation.MyCommand.Definition
33
$package = Split-Path $tools
4-
$app_home = Join-Path $package 'quarkus-cli-3.25.2'
4+
$app_home = Join-Path $package 'quarkus-cli-3.25.3'
55
$app_exe = Join-Path $app_home 'bin/quarkus.bat'
66

77
Install-ChocolateyZipPackage `
88
-PackageName 'quarkus' `
9-
-Url 'https://github.com/quarkusio/quarkus/releases/download/3.25.2/quarkus-cli-3.25.2.zip' `
10-
-Checksum '011c06c72f236e74c7c1fa1a9de6f3288fe9718487c516a5b86529e8de8ad1f5' `
9+
-Url 'https://github.com/quarkusio/quarkus/releases/download/3.25.3/quarkus-cli-3.25.3.zip' `
10+
-Checksum 'd1427fc6b7a9da7b8109353e51976118d6c5ee13618dca91d2c456a00a2a77cd' `
1111
-ChecksumType 'sha256' `
1212
-UnzipLocation $package
1313

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Generated with JReleaser 1.3.0 at 2025-08-08T16:48:04.143874116Z
1+
# Generated with JReleaser 1.3.0 at 2025-08-13T16:32:42.846551224Z
22
$tools = Split-Path $MyInvocation.MyCommand.Definition
33
$package = Split-Path $tools
4-
$app_home = Join-Path $package 'quarkus-cli-3.25.2'
4+
$app_home = Join-Path $package 'quarkus-cli-3.25.3'
55
$app_exe = Join-Path $app_home 'bin/quarkus.bat'
66

77
Uninstall-BinFile -Name 'quarkus' -Path $app_exe

0 commit comments

Comments
 (0)