Skip to content

Commit

Permalink
quarkus 3.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jreleaserbot authored and quarkusbot committed Nov 27, 2024
1 parent fd5b89a commit 52bfaf1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions quarkus/quarkus.nuspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generated with JReleaser 1.3.0 at 2024-11-20T16:00:57.089835663Z -->
<!-- Generated with JReleaser 1.3.0 at 2024-11-27T09:58:44.642384297Z -->
<!-- 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. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<!-- required -->
<id>quarkus</id>
<version>3.16.4</version>
<version>3.17.0</version>
<authors>Quarkus Community</authors>
<description>Create projects, manage extensions and perform build and development tasks for Quarkus,
the Kubernetes Native Java stack tailored for OpenJDK HotSpot and GraalVM.
Expand All @@ -22,7 +22,7 @@ the Kubernetes Native Java stack tailored for OpenJDK HotSpot and GraalVM.
<packageSourceUrl>https://github.com/quarkusio/chocolatey-bucket</packageSourceUrl>
<docsUrl>https://quarkus.io</docsUrl>
<bugTrackerUrl>https://github.com/quarkusio/quarkus/issues</bugTrackerUrl>
<releaseNotes>https://github.com/quarkusio/quarkus/releases/tag/3.16.4</releaseNotes>
<releaseNotes>https://github.com/quarkusio/quarkus/releases/tag/3.17.0</releaseNotes>
<iconUrl>https://quarkus.io/assets/images/chocolatey-app-icon.png</iconUrl>
</metadata>
<files>
Expand Down
8 changes: 4 additions & 4 deletions quarkus/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Generated with JReleaser 1.3.0 at 2024-11-20T16:00:57.089835663Z
# Generated with JReleaser 1.3.0 at 2024-11-27T09:58:44.642384297Z
$tools = Split-Path $MyInvocation.MyCommand.Definition
$package = Split-Path $tools
$app_home = Join-Path $package 'quarkus-cli-3.16.4'
$app_home = Join-Path $package 'quarkus-cli-3.17.0'
$app_exe = Join-Path $app_home 'bin/quarkus.bat'

Install-ChocolateyZipPackage `
-PackageName 'quarkus' `
-Url 'https://github.com/quarkusio/quarkus/releases/download/3.16.4/quarkus-cli-3.16.4.zip' `
-Checksum '0e5ddcaacb2a49e9f2c47b6279be862264aa1e039be74950f250fe5e249cdd1c' `
-Url 'https://github.com/quarkusio/quarkus/releases/download/3.17.0/quarkus-cli-3.17.0.zip' `
-Checksum 'ce8315c9fd3ca66579d7b5fd4a1abfa5d5d9b2f26e90f5fc0fab951e6fcbd6ac' `
-ChecksumType 'sha256' `
-UnzipLocation $package

Expand Down
4 changes: 2 additions & 2 deletions quarkus/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generated with JReleaser 1.3.0 at 2024-11-20T16:00:57.089835663Z
# Generated with JReleaser 1.3.0 at 2024-11-27T09:58:44.642384297Z
$tools = Split-Path $MyInvocation.MyCommand.Definition
$package = Split-Path $tools
$app_home = Join-Path $package 'quarkus-cli-3.16.4'
$app_home = Join-Path $package 'quarkus-cli-3.17.0'
$app_exe = Join-Path $app_home 'bin/quarkus.bat'

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

0 comments on commit 52bfaf1

Please sign in to comment.