Skip to content

Commit

Permalink
Prepare to release
Browse files Browse the repository at this point in the history
  • Loading branch information
nroduit committed May 8, 2023
1 parent c1893ed commit b36d930
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions weasis-distributions/etc/config/config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ weasis.main.ui=weasis-base-ui
##### Application version. This property is mandatory, do not remove it.
weasis.version=${app.version}
##### Minimal required version of the native installer to connect to the remote Weasis repository (Weasis.war)
weasis.min.native.version=4.0.0
weasis.min.native.version=4.1.0
##### Application name
weasis.name=Weasis
##### Application resources (logo, presets, LUTs, dicom annotations configuration...)
Expand All @@ -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#v403-2022-11-13
weasis.releasenotes=https://github.com/nroduit/Weasis/blob/master/CHANGELOG.md#v410-2023-05-08
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 All @@ -209,7 +209,7 @@ weasis.help.shortcuts=https://nroduit.github.io/en/basics/shortcuts
weasis.clean.previous.version=false

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

##### For loading DICOMs automatically in the portable Weasis distribution. Comma-separated directories relative to the Weasis executable file.
# Ex. subdirectory : images/dicom,my images/dicom
Expand Down
6 changes: 3 additions & 3 deletions weasis-launcher/conf/config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ weasis.main.ui=weasis-base-ui
##### Application version. This property is mandatory, do not remove it.
weasis.version=${app.version}
##### Minimal required version of the native installer to connect to the remote Weasis repository (Weasis.war)
weasis.min.native.version=4.0.0
weasis.min.native.version=4.1.0
##### Application name
weasis.name=Weasis
##### Application resources (logo, presets, LUTs, dicom annotations configuration...)
Expand All @@ -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#v403-2022-11-13
weasis.releasenotes=https://github.com/nroduit/Weasis/blob/master/CHANGELOG.md#v410-2023-05-08
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 All @@ -212,7 +212,7 @@ weasis.help.shortcuts=https://nroduit.github.io/en/basics/shortcuts
weasis.clean.previous.version=false

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

##### For loading DICOMs automatically in the portable Weasis distribution. Comma-separated directories relative to the Weasis executable file.
# Ex. subdirectory : images/dicom,my images/dicom
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.0</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 b36d930

Please sign in to comment.