diff --git a/README.md b/README.md index 3e427678..5cfb25fc 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ To run Playwright simply add following dependency to your Maven project: com.microsoft.playwright playwright - 1.10.0 + 1.11.0 ``` diff --git a/driver-bundle/pom.xml b/driver-bundle/pom.xml index be8ccbde..dec58868 100644 --- a/driver-bundle/pom.xml +++ b/driver-bundle/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright parent-pom - 1.11.0-SNAPSHOT + 1.12.0-SNAPSHOT driver-bundle diff --git a/driver/pom.xml b/driver/pom.xml index 1cd23ea7..37faf0e8 100644 --- a/driver/pom.xml +++ b/driver/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright parent-pom - 1.11.0-SNAPSHOT + 1.12.0-SNAPSHOT driver diff --git a/examples/pom.xml b/examples/pom.xml index cbe84ed3..045f5ea0 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -6,7 +6,7 @@ org.example examples - 1.11.0-SNAPSHOT + 1.12.0-SNAPSHOT Playwright Client Examples UTF-8 diff --git a/playwright/pom.xml b/playwright/pom.xml index bde2f081..252d7537 100644 --- a/playwright/pom.xml +++ b/playwright/pom.xml @@ -7,7 +7,7 @@ com.microsoft.playwright parent-pom - 1.11.0-SNAPSHOT + 1.12.0-SNAPSHOT playwright diff --git a/pom.xml b/pom.xml index 91268787..1dbc9156 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright parent-pom - 1.11.0-SNAPSHOT + 1.12.0-SNAPSHOT pom Playwright Parent Project Java library to automate Chromium, Firefox and WebKit with a single API. diff --git a/tools/api-generator/pom.xml b/tools/api-generator/pom.xml index 99da1f2f..bb2e4149 100644 --- a/tools/api-generator/pom.xml +++ b/tools/api-generator/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright api-generator - 1.11.0-SNAPSHOT + 1.12.0-SNAPSHOT Playwright - API Generator This is an internal module used to generate Java API from the upstream Playwright diff --git a/tools/test-local-installation/pom.xml b/tools/test-local-installation/pom.xml index 0ed1b94e..50153590 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.11.0-SNAPSHOT + 1.12.0-SNAPSHOT Test local installation Runs Playwright test suite (copied from playwright module) against locally cached Playwright diff --git a/tools/test-spring-boot-starter/pom.xml b/tools/test-spring-boot-starter/pom.xml index bcf96644..f12d0e18 100644 --- a/tools/test-spring-boot-starter/pom.xml +++ b/tools/test-spring-boot-starter/pom.xml @@ -9,7 +9,7 @@ com.microsoft.playwright test-spring-boot-starter - 1.11.0-SNAPSHOT + 1.12.0-SNAPSHOT Test Playwright With Spring Boot 2.4.3 diff --git a/tools/update-docs-version/pom.xml b/tools/update-docs-version/pom.xml index 55cf92ea..38f75b43 100644 --- a/tools/update-docs-version/pom.xml +++ b/tools/update-docs-version/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright update-version - 1.11.0-SNAPSHOT + 1.12.0-SNAPSHOT Playwright - Update Version in Documentation This is an internal module used to update versions in the documentation based on