From 19040877223d09556604e5998dd09c140d9e8438 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Thu, 25 Mar 2021 18:37:25 -0700 Subject: [PATCH] chore: bump working version to 1.11.0-SNAPSHOT (#372) --- driver-bundle/pom.xml | 2 +- driver/pom.xml | 2 +- examples/pom.xml | 2 +- playwright/pom.xml | 2 +- pom.xml | 2 +- tools/api-generator/pom.xml | 2 +- tools/test-spring-boot-starter/pom.xml | 2 +- tools/update-docs-version/pom.xml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/driver-bundle/pom.xml b/driver-bundle/pom.xml index 187f657e..e7ff740f 100644 --- a/driver-bundle/pom.xml +++ b/driver-bundle/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright parent-pom - 1.10.0-SNAPSHOT + 1.11.0-SNAPSHOT driver-bundle diff --git a/driver/pom.xml b/driver/pom.xml index 359d2ef2..d1754c0e 100644 --- a/driver/pom.xml +++ b/driver/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright parent-pom - 1.10.0-SNAPSHOT + 1.11.0-SNAPSHOT driver diff --git a/examples/pom.xml b/examples/pom.xml index ceb30d61..cbe84ed3 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -6,7 +6,7 @@ org.example examples - 1.10.0-SNAPSHOT + 1.11.0-SNAPSHOT Playwright Client Examples UTF-8 diff --git a/playwright/pom.xml b/playwright/pom.xml index 0291dfa3..bde2f081 100644 --- a/playwright/pom.xml +++ b/playwright/pom.xml @@ -7,7 +7,7 @@ com.microsoft.playwright parent-pom - 1.10.0-SNAPSHOT + 1.11.0-SNAPSHOT playwright diff --git a/pom.xml b/pom.xml index 3cc05f5a..91268787 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright parent-pom - 1.10.0-SNAPSHOT + 1.11.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 08e69cac..99da1f2f 100644 --- a/tools/api-generator/pom.xml +++ b/tools/api-generator/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright api-generator - 1.10.0-SNAPSHOT + 1.11.0-SNAPSHOT Playwright - API Generator This is an internal module used to generate Java API from the upstream Playwright diff --git a/tools/test-spring-boot-starter/pom.xml b/tools/test-spring-boot-starter/pom.xml index 0942501a..bcf96644 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.10.0-SNAPSHOT + 1.11.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 95502a71..55cf92ea 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.10.0-SNAPSHOT + 1.11.0-SNAPSHOT Playwright - Update Version in Documentation This is an internal module used to update versions in the documentation based on