Skip to content

Commit b36d930

Browse files
committed
Prepare to release
1 parent c1893ed commit b36d930

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

weasis-distributions/etc/config/config.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ weasis.main.ui=weasis-base-ui
189189
##### Application version. This property is mandatory, do not remove it.
190190
weasis.version=${app.version}
191191
##### Minimal required version of the native installer to connect to the remote Weasis repository (Weasis.war)
192-
weasis.min.native.version=4.0.0
192+
weasis.min.native.version=4.1.0
193193
##### Application name
194194
weasis.name=Weasis
195195
##### Application resources (logo, presets, LUTs, dicom annotations configuration...)
@@ -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#v403-2022-11-13
203+
weasis.releasenotes=https://github.com/nroduit/Weasis/blob/master/CHANGELOG.md#v410-2023-05-08
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
@@ -209,7 +209,7 @@ weasis.help.shortcuts=https://nroduit.github.io/en/basics/shortcuts
209209
weasis.clean.previous.version=false
210210

211211
##### Define the Look and Feel for the first launch related to the platform (macosx,linux,windows,...)
212-
weasis.theme.macosx=com.apple.laf.AquaLookAndFeel
212+
#weasis.theme.macosx=com.apple.laf.AquaLookAndFeel
213213

214214
##### For loading DICOMs automatically in the portable Weasis distribution. Comma-separated directories relative to the Weasis executable file.
215215
# Ex. subdirectory : images/dicom,my images/dicom

weasis-launcher/conf/config.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ weasis.main.ui=weasis-base-ui
191191
##### Application version. This property is mandatory, do not remove it.
192192
weasis.version=${app.version}
193193
##### Minimal required version of the native installer to connect to the remote Weasis repository (Weasis.war)
194-
weasis.min.native.version=4.0.0
194+
weasis.min.native.version=4.1.0
195195
##### Application name
196196
weasis.name=Weasis
197197
##### Application resources (logo, presets, LUTs, dicom annotations configuration...)
@@ -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#v403-2022-11-13
206+
weasis.releasenotes=https://github.com/nroduit/Weasis/blob/master/CHANGELOG.md#v410-2023-05-08
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
@@ -212,7 +212,7 @@ weasis.help.shortcuts=https://nroduit.github.io/en/basics/shortcuts
212212
weasis.clean.previous.version=false
213213

214214
##### Define the Look and Feel for the first launch related to the platform (macosx,linux,windows,...)
215-
weasis.theme.macosx=com.apple.laf.AquaLookAndFeel
215+
#weasis.theme.macosx=com.apple.laf.AquaLookAndFeel
216216

217217
##### For loading DICOMs automatically in the portable Weasis distribution. Comma-separated directories relative to the Weasis executable file.
218218
# Ex. subdirectory : images/dicom,my images/dicom

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.0</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)