From 8a3cfe9bc41a5ca3e421d51132c4661f8691b760 Mon Sep 17 00:00:00 2001 From: Nicolas Roduit Date: Fri, 16 Jun 2023 13:38:10 +0200 Subject: [PATCH] Prepare to release 4.1.2 --- snap/snapcraft.yaml | 10 +++++----- weasis-distributions/etc/config/config.properties | 2 +- weasis-launcher/conf/config.properties | 2 +- weasis-parent/pom.xml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 63ab11bd4..67b8f15d3 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,7 +1,7 @@ name: weasis title: Weasis base: core20 -version: '4.1.1.1' +version: '4.1.2' summary: A free/libre/open medical DICOM viewer description: | Weasis is a multipurpose standalone and web-based DICOM viewer with @@ -57,9 +57,9 @@ parts: remote-openjdk: plugin: dump source: - - on amd64: https://github.com/adoptium/temurin20-binaries/releases/download/jdk-20%2B36/OpenJDK20U-jdk_x64_linux_hotspot_20_36.tar.gz - - on arm64: https://github.com/adoptium/temurin20-binaries/releases/download/jdk-20%2B36/OpenJDK20U-jdk_aarch64_linux_hotspot_20_36.tar.gz - - on armhf: https://github.com/adoptium/temurin20-binaries/releases/download/jdk20u-2023-04-07-10-00-beta/OpenJDK20U-jdk_arm_linux_hotspot_2023-04-07-10-00.tar.gz + - on amd64: https://github.com/adoptium/temurin20-binaries/releases/download/jdk-20.0.1%2B9/OpenJDK20U-jdk_x64_linux_hotspot_20.0.1_9.tar.gz + - on arm64: https://github.com/adoptium/temurin20-binaries/releases/download/jdk-20.0.1%2B9/OpenJDK20U-jdk_aarch64_linux_hotspot_20.0.1_9.tar.gz + - on armhf: https://github.com/adoptium/temurin20-binaries/releases/download/jdk20u-2023-06-16-10-17-beta/OpenJDK20U-jdk_arm_linux_hotspot_2023-06-16-10-17.tar.gz organize: '*': java-runtime/ override-stage: 'true' @@ -75,7 +75,7 @@ parts: - libstdc++6 - libgcc1 #source: weasis-distributions/target/native-dist/weasis-native.zip - source: https://github.com/nroduit/Weasis/releases/download/v4.1.1/weasis-native.zip + source: https://github.com/nroduit/Weasis/releases/download/v4.1.2/weasis-native.zip organize: '*': weasis-native/ override-stage: 'true' diff --git a/weasis-distributions/etc/config/config.properties b/weasis-distributions/etc/config/config.properties index 12dc6aa2b..e413dcce2 100644 --- a/weasis-distributions/etc/config/config.properties +++ b/weasis-distributions/etc/config/config.properties @@ -200,7 +200,7 @@ weasis.profile=default weasis.aet=WEASIS_AE ##### URLs of the website ##### -weasis.releasenotes=https://github.com/nroduit/Weasis/blob/master/CHANGELOG.md#v411-2023-05-22 +weasis.releasenotes=https://github.com/nroduit/Weasis/blob/master/CHANGELOG.md#v412-2023-06-16 weasis.copyrights=\u00a9 2009-2023 Weasis Team weasis.help.online= https://nroduit.github.io/en/tutorials/ weasis.help.shortcuts=https://nroduit.github.io/en/basics/shortcuts diff --git a/weasis-launcher/conf/config.properties b/weasis-launcher/conf/config.properties index e5318cdf3..fc37bbbd6 100644 --- a/weasis-launcher/conf/config.properties +++ b/weasis-launcher/conf/config.properties @@ -203,7 +203,7 @@ weasis.profile=default weasis.aet=WEASIS_AE ##### URLs of the website ##### -weasis.releasenotes=https://github.com/nroduit/Weasis/blob/master/CHANGELOG.md#v411-2023-05-22 +weasis.releasenotes=https://github.com/nroduit/Weasis/blob/master/CHANGELOG.md#v412-2023-06-16 weasis.copyrights=\u00a9 2009-2023 Weasis Team weasis.help.online= https://nroduit.github.io/en/tutorials/ weasis.help.shortcuts=https://nroduit.github.io/en/basics/shortcuts diff --git a/weasis-parent/pom.xml b/weasis-parent/pom.xml index 61467c67c..a46bba17f 100644 --- a/weasis-parent/pom.xml +++ b/weasis-parent/pom.xml @@ -15,7 +15,7 @@ 4.1.2 - -SNAPSHOT + 20 20