Skip to content

Commit

Permalink
Prepare to release 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nroduit committed Jun 16, 2023
1 parent da9839f commit 8a3cfe9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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'
Expand All @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion weasis-distributions/etc/config/config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion weasis-launcher/conf/config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion weasis-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<!-- force command line arguments settings to set version -->
<!-- $ mvn clean install -Drevision=4.0.3 -Dchangelist=-SNAPSHOT -->
<revision>4.1.2</revision>
<changelist>-SNAPSHOT</changelist> <!-- Remove "-SNAPSHOT" for release -->
<changelist></changelist> <!-- Remove "-SNAPSHOT" for release -->

<java-version>20</java-version>
<jdk-version>20</jdk-version>
Expand Down

0 comments on commit 8a3cfe9

Please sign in to comment.