From ca55cb17e8b33ca01a72dae35d812c515f60702a Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Tue, 12 Apr 2022 11:38:45 +0200 Subject: [PATCH] Upgrade to JReleaser 1.0.0 (cherry picked from commit 689834ea51438d054a248ae680c25bcaa43290f1) --- devtools/cli/distribution/jreleaser.yml | 1 - devtools/cli/distribution/release-cli.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/devtools/cli/distribution/jreleaser.yml b/devtools/cli/distribution/jreleaser.yml index 31f15b55c7b60d..40a4b01e8a033f 100644 --- a/devtools/cli/distribution/jreleaser.yml +++ b/devtools/cli/distribution/jreleaser.yml @@ -41,7 +41,6 @@ distributions: executable: name: quarkus windowsExtension: bat - executableExtension: bat tags: - quarkus - cli diff --git a/devtools/cli/distribution/release-cli.sh b/devtools/cli/distribution/release-cli.sh index 80410588077f88..786b207f485b2f 100755 --- a/devtools/cli/distribution/release-cli.sh +++ b/devtools/cli/distribution/release-cli.sh @@ -45,7 +45,7 @@ export JRELEASER_PROJECT_VERSION=${VERSION} export JRELEASER_BRANCH=${BRANCH} export JRELEASER_CHOCOLATEY_GITHUB_BRANCH=${BRANCH} -jbang org.jreleaser:jreleaser:1.0.0-M3 full-release \ +jbang org.jreleaser:jreleaser:1.0.0 full-release \ --git-root-search \ -od target