Skip to content

Commit

Permalink
quarkus 3.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jreleaserbot authored and quarkusbot committed Apr 27, 2024
1 parent f502bf9 commit 4974147
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 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-04-18T13:49:06.078168248Z -->
<!-- Generated with JReleaser 1.3.0 at 2024-04-27T13:57:27.36355644Z -->
<!-- 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.9.4</version>
<version>3.9.5</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 @@ -14,15 +14,15 @@ the Kubernetes Native Java stack tailored for OpenJDK HotSpot and GraalVM.
<title>quarkus</title>
<projectUrl>https://quarkus.io</projectUrl>
<copyright>Quarkus contributors</copyright>
<licenseUrl>https://github.com/quarkusio/quarkus/blob/main/LICENSE.txt</licenseUrl>
<licenseUrl>https://github.com/quarkusio/quarkus/blob/main/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>cli quarkus java quarkus cli</tags>
<summary>CLI for Quarkus</summary>
<projectSourceUrl>https://github.com/quarkusio/quarkus</projectSourceUrl>
<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.9.4</releaseNotes>
<releaseNotes>https://github.com/quarkusio/quarkus/releases/tag/3.9.5</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-04-18T13:49:06.078168248Z
# Generated with JReleaser 1.3.0 at 2024-04-27T13:57:27.36355644Z
$tools = Split-Path $MyInvocation.MyCommand.Definition
$package = Split-Path $tools
$app_home = Join-Path $package 'quarkus-cli-3.9.4'
$app_home = Join-Path $package 'quarkus-cli-3.9.5'
$app_exe = Join-Path $app_home 'bin/quarkus.bat'

Install-ChocolateyZipPackage `
-PackageName 'quarkus' `
-Url 'https://github.com/quarkusio/quarkus/releases/download/3.9.4/quarkus-cli-3.9.4.zip' `
-Checksum '2c4ed986cde36ef638bcc15f2bacfdf098bb12571755f7b76ac21f7630fb7c33' `
-Url 'https://github.com/quarkusio/quarkus/releases/download/3.9.5/quarkus-cli-3.9.5.zip' `
-Checksum '4e301fe85c289cd04ffe9d67ac82dc7833d9caff60bf9036bb4b43f1f15c01c5' `
-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-04-18T13:49:06.078168248Z
# Generated with JReleaser 1.3.0 at 2024-04-27T13:57:27.36355644Z
$tools = Split-Path $MyInvocation.MyCommand.Definition
$package = Split-Path $tools
$app_home = Join-Path $package 'quarkus-cli-3.9.4'
$app_home = Join-Path $package 'quarkus-cli-3.9.5'
$app_exe = Join-Path $app_home 'bin/quarkus.bat'

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

0 comments on commit 4974147

Please sign in to comment.