From cb18a210a047cfdfbc65c27770e9631d5a8c0b5c Mon Sep 17 00:00:00 2001 From: Jago de Vreede Date: Tue, 9 Jul 2024 16:38:06 +0200 Subject: [PATCH] build: No longer have a latest_build zip but just have the project version in the zip name like "0.0.2-SNAPSHOT" --- jreleaser.yml | 2 +- sdkman-ui/pom.xml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/jreleaser.yml b/jreleaser.yml index 1ffe9c5..f147a9c 100644 --- a/jreleaser.yml +++ b/jreleaser.yml @@ -38,5 +38,5 @@ distributions: sdkman-ui: type: NATIVE_PACKAGE artifacts: - - path: '{{artifactsDir}}/sdkman-ui-windows_x86_64-latest_build.zip' + - path: '{{artifactsDir}}/sdkman-ui-windows_x86_64-{{projectVersion}}.zip' platform: 'windows-x86_64' \ No newline at end of file diff --git a/sdkman-ui/pom.xml b/sdkman-ui/pom.xml index 5cea317..2ef5285 100644 --- a/sdkman-ui/pom.xml +++ b/sdkman-ui/pom.xml @@ -21,7 +21,6 @@ 4.0.19 0.10.1 io.github.jagodevreede.sdkmanui.Main - latest_build @@ -136,7 +135,7 @@ assemble-windows - sdkman-ui-windows_x86_64-${releaseName} + sdkman-ui-windows_x86_64-${project.version} false src/main/assembly/zip-windows.xml