mirror of
https://github.com/microsoft/playwright-java.git
synced 2025-12-27 18:04:25 +00:00
fix: align test-local-installation version with other projects (#380)
This commit is contained in:
parent
f8b4e93f25
commit
5d5e85502e
@ -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
|
||||
)
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user