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