Skip to content

Commit 8a3cfe9

Browse files
committed
Prepare to release 4.1.2
1 parent da9839f commit 8a3cfe9

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

snap/snapcraft.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: weasis
22
title: Weasis
33
base: core20
4-
version: '4.1.1.1'
4+
version: '4.1.2'
55
summary: A free/libre/open medical DICOM viewer
66
description: |
77
Weasis is a multipurpose standalone and web-based DICOM viewer with
@@ -57,9 +57,9 @@ parts:
5757
remote-openjdk:
5858
plugin: dump
5959
source:
60-
- on amd64: https://github.com/adoptium/temurin20-binaries/releases/download/jdk-20%2B36/OpenJDK20U-jdk_x64_linux_hotspot_20_36.tar.gz
61-
- on arm64: https://github.com/adoptium/temurin20-binaries/releases/download/jdk-20%2B36/OpenJDK20U-jdk_aarch64_linux_hotspot_20_36.tar.gz
62-
- 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
60+
- 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
61+
- 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
62+
- 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
6363
organize:
6464
'*': java-runtime/
6565
override-stage: 'true'
@@ -75,7 +75,7 @@ parts:
7575
- libstdc++6
7676
- libgcc1
7777
#source: weasis-distributions/target/native-dist/weasis-native.zip
78-
source: https://github.com/nroduit/Weasis/releases/download/v4.1.1/weasis-native.zip
78+
source: https://github.com/nroduit/Weasis/releases/download/v4.1.2/weasis-native.zip
7979
organize:
8080
'*': weasis-native/
8181
override-stage: 'true'

weasis-distributions/etc/config/config.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ weasis.profile=default
200200
weasis.aet=WEASIS_AE
201201

202202
##### URLs of the website #####
203-
weasis.releasenotes=https://github.com/nroduit/Weasis/blob/master/CHANGELOG.md#v411-2023-05-22
203+
weasis.releasenotes=https://github.com/nroduit/Weasis/blob/master/CHANGELOG.md#v412-2023-06-16
204204
weasis.copyrights=\u00a9 2009-2023 Weasis Team
205205
weasis.help.online= https://nroduit.github.io/en/tutorials/
206206
weasis.help.shortcuts=https://nroduit.github.io/en/basics/shortcuts

weasis-launcher/conf/config.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ weasis.profile=default
203203
weasis.aet=WEASIS_AE
204204

205205
##### URLs of the website #####
206-
weasis.releasenotes=https://github.com/nroduit/Weasis/blob/master/CHANGELOG.md#v411-2023-05-22
206+
weasis.releasenotes=https://github.com/nroduit/Weasis/blob/master/CHANGELOG.md#v412-2023-06-16
207207
weasis.copyrights=\u00a9 2009-2023 Weasis Team
208208
weasis.help.online= https://nroduit.github.io/en/tutorials/
209209
weasis.help.shortcuts=https://nroduit.github.io/en/basics/shortcuts

weasis-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<!-- force command line arguments settings to set version -->
1616
<!-- $ mvn clean install -Drevision=4.0.3 -Dchangelist=-SNAPSHOT -->
1717
<revision>4.1.2</revision>
18-
<changelist>-SNAPSHOT</changelist> <!-- Remove "-SNAPSHOT" for release -->
18+
<changelist></changelist> <!-- Remove "-SNAPSHOT" for release -->
1919

2020
<java-version>20</java-version>
2121
<jdk-version>20</jdk-version>

0 commit comments

Comments
 (0)