fix: align test-local-installation version with other projects (#380)

This commit is contained in:
Yury Semikhatsky 2021-03-30 12:32:53 -07:00 committed by GitHub
parent f8b4e93f25
commit 5d5e85502e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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
)

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.playwright</groupId>
<artifactId>test-local-installation</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.11.0-SNAPSHOT</version>
<name>Test local installation</name>
<description>Runs Playwright test suite (copied from playwright module) against locally cached Playwright</description>
<properties>