Skip to content

Commit

Permalink
Merge pull request #55
Browse files Browse the repository at this point in the history
v2.0.1
  • Loading branch information
benchdoos authored Oct 21, 2023
2 parents 5637042 + 6e9a5d0 commit f69b094
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/WeblocOpener.iss
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ begin
if MsgBox(ExpandConstant('{cm:Warning}' #13#13 '{cm:Java17InstallWarning}'), mbConfirmation, MB_YESNO) = idYes then
begin
Result := false;
ShellExec('open', 'https://adoptium.net', '', '', SW_SHOWNORMAL, ewNoWait, ResultCode);
ShellExec('open', 'https://adoptium.net/marketplace/?arch=any&package=jre&version=17', '', '', SW_SHOWNORMAL, ewNoWait, ResultCode);
end;
end
else
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>17</java.version>
<weblocopener.core.version>2.0.0</weblocopener.core.version>
<weblocopener.core.version>2.0.1</weblocopener.core.version>
<copyright>Copyright © 2016-2023 Eugene Zrazhevsky</copyright>
<org.mapstruct.version>1.5.3.Final</org.mapstruct.version>
<lombok.version>1.18.26</lombok.version>
Expand Down

0 comments on commit f69b094

Please sign in to comment.