Skip to content

Commit

Permalink
LRCI-2711 Update the tomcat version to distinguish between 7.4.13 & 7…
Browse files Browse the repository at this point in the history
….4.13.u1
  • Loading branch information
michaelhashimoto authored and brianchandotcom committed Dec 25, 2021
1 parent f08cd8a commit 6c90287
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4323,13 +4323,16 @@ go</echo>
</then>
</elseif>
<elseif>
<equals arg1="@{liferay.portal.bundle}" arg2="7.3.10.3" />
<or>
<equals arg1="@{liferay.portal.bundle}" arg2="7.3.10.3" />
<equals arg1="@{liferay.portal.bundle}" arg2="7.4.13" />
</or>
<then>
<var name="app.server.tomcat.version" value="9.0.53" />
</then>
</elseif>
<elseif>
<equals arg1="@{liferay.portal.bundle}" arg2="7.4.13" />
<equals arg1="@{liferay.portal.bundle}" arg2="7.4.13.u1" />
<then>
<var name="app.server.tomcat.version" value="9.0.56" />
</then>
Expand Down

0 comments on commit 6c90287

Please sign in to comment.