From 5d5e85502ec6fb8bc61d43b367df59e574d8c17a Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Tue, 30 Mar 2021 12:32:53 -0700 Subject: [PATCH] fix: align test-local-installation version with other projects (#380) --- scripts/set_maven_version.sh | 1 + tools/test-local-installation/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/set_maven_version.sh b/scripts/set_maven_version.sh index 5bd319a4..2ce696d7 100755 --- a/scripts/set_maven_version.sh +++ b/scripts/set_maven_version.sh @@ -18,6 +18,7 @@ POM_FILES=( pom.xml tools/api-generator/pom.xml tools/update-docs-version/pom.xml + tools/test-local-installation/pom.xml tools/test-spring-boot-starter/pom.xml examples/pom.xml ) diff --git a/tools/test-local-installation/pom.xml b/tools/test-local-installation/pom.xml index 315ede68..0ed1b94e 100644 --- a/tools/test-local-installation/pom.xml +++ b/tools/test-local-installation/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.microsoft.playwright test-local-installation - 1.10.0-SNAPSHOT + 1.11.0-SNAPSHOT Test local installation Runs Playwright test suite (copied from playwright module) against locally cached Playwright