Skip to content

Commit

Permalink
Prepare to release
Browse files Browse the repository at this point in the history
  • Loading branch information
nroduit committed Feb 3, 2022
1 parent 3ebbce2 commit 389f939
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions weasis-distributions/etc/config/config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ weasis.profile=default
weasis.aet=WEASIS_AE

##### URLs of the website #####
weasis.releasenotes=https://github.com/nroduit/weasis/blob/master/CHANGELOG.md#v380-2021-12-11
weasis.copyrights=\u00a9 2009-2021 Weasis Team
weasis.releasenotes=https://github.com/nroduit/weasis/blob/master/CHANGELOG.md#v381-2022-02-03
weasis.copyrights=\u00a9 2009-2022 Weasis Team
weasis.help.online= https://nroduit.github.io/en/tutorials/
weasis.help.shortcuts=https://nroduit.github.io/en/basics/shortcuts

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ echo "Weasis launcher directory: $curPath"

cps="$curPath/weasis/weasis-launcher.jar:$curPath/weasis/felix.jar:$curPath/weasis/substance.jar"
# Launch
$JAVACMD "$DEFAULT_JVM_OPTIONS""$GOSH_ARGS" -Dweasis.portable.dir="$curPath" -classpath "$cps" org.weasis.launcher.WeasisLauncher \$dicom:get --portable "${userParameters[@]}"
$JAVACMD $DEFAULT_JVM_OPTIONS"$GOSH_ARGS" -Dweasis.portable.dir="$curPath" -classpath "$cps" org.weasis.launcher.WeasisLauncher \$dicom:get --portable "${userParameters[@]}"
4 changes: 2 additions & 2 deletions weasis-launcher/conf/config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ weasis.profile=default
weasis.aet=WEASIS_AE

##### URLs of the website #####
weasis.releasenotes=https://github.com/nroduit/weasis/blob/master/CHANGELOG.md#v380-2021-12-11
weasis.copyrights=\u00a9 2009-2021 Weasis Team
weasis.releasenotes=https://github.com/nroduit/weasis/blob/master/CHANGELOG.md#v381-2022-02-03
weasis.copyrights=\u00a9 2009-2022 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=3.6.2 -Dchangelist=-SNAPSHOT -->
<revision>3.8.1</revision>
<changelist>-SNAPSHOT</changelist> <!-- Remove "-SNAPSHOT" for release -->
<changelist></changelist> <!-- Remove "-SNAPSHOT" for release -->

<java-version>1.8</java-version>
<jdk-version>11</jdk-version>
Expand Down

0 comments on commit 389f939

Please sign in to comment.