Skip to content

Commit

Permalink
LPD-29388 com.liferay.ide.maven.core.tests: updates test target platf…
Browse files Browse the repository at this point in the history
…orm value
  • Loading branch information
drewbrokke committed Aug 2, 2024
1 parent 68abafe commit e74fded
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public static void createLiferayWorkspaceProject() throws Exception {
workspaceOp.setProvisionLiferayBundle(false);
workspaceOp.setServerName("test-maven-liferay-workspace");
workspaceOp.setLiferayVersion("7.4");
workspaceOp.setTargetPlatform("7.4.3.101");
workspaceOp.setTargetPlatform("7.4.3.102");

TestUtil.waitForBuildAndValidation();

Expand Down

0 comments on commit e74fded

Please sign in to comment.