From 79529a723902f018482b488f9f441e4a2132ed7d Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Wed, 28 Jul 2021 00:57:59 -0700 Subject: [PATCH] chore: bump snapshot version to 1.14 (#531) --- 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-local-installation/pom.xml | 2 +- tools/test-spring-boot-starter/pom.xml | 2 +- tools/update-docs-version/pom.xml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/driver-bundle/pom.xml b/driver-bundle/pom.xml index c484d559..62feea7b 100644 --- a/driver-bundle/pom.xml +++ b/driver-bundle/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright parent-pom - 1.13.0-SNAPSHOT + 1.14.0-SNAPSHOT driver-bundle diff --git a/driver/pom.xml b/driver/pom.xml index 4dbdd292..22afabe5 100644 --- a/driver/pom.xml +++ b/driver/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright parent-pom - 1.13.0-SNAPSHOT + 1.14.0-SNAPSHOT driver diff --git a/examples/pom.xml b/examples/pom.xml index a3464d96..ff2029f2 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -6,7 +6,7 @@ org.example examples - 1.13.0-SNAPSHOT + 1.14.0-SNAPSHOT Playwright Client Examples UTF-8 diff --git a/playwright/pom.xml b/playwright/pom.xml index 7b0092ed..ddab7967 100644 --- a/playwright/pom.xml +++ b/playwright/pom.xml @@ -7,7 +7,7 @@ com.microsoft.playwright parent-pom - 1.13.0-SNAPSHOT + 1.14.0-SNAPSHOT playwright diff --git a/pom.xml b/pom.xml index 361d3c3e..6a5c2685 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright parent-pom - 1.13.0-SNAPSHOT + 1.14.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 44c1d413..3cc701a3 100644 --- a/tools/api-generator/pom.xml +++ b/tools/api-generator/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright api-generator - 1.13.0-SNAPSHOT + 1.14.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 6b8cb5d0..83d978a4 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.13.0-SNAPSHOT + 1.14.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 540572b7..187eadd1 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.13.0-SNAPSHOT + 1.14.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 70438a57..15e438c7 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.13.0-SNAPSHOT + 1.14.0-SNAPSHOT Playwright - Update Version in Documentation This is an internal module used to update versions in the documentation based on