From e376ce7fd1a1cd7700cbc17d761acdcc2baf2d4e Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Tue, 22 Dec 2020 13:23:08 -0800 Subject: [PATCH] chore: bump version to 0.171.0 (#166) --- driver-bundle/pom.xml | 2 +- driver/pom.xml | 2 +- playwright/pom.xml | 2 +- pom.xml | 2 +- scripts/CLI_VERSION | 2 +- tools/api-generator/pom.xml | 2 +- tools/update-docs-version/pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/driver-bundle/pom.xml b/driver-bundle/pom.xml index 0bf2495a..164c8102 100644 --- a/driver-bundle/pom.xml +++ b/driver-bundle/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright parent-pom - 0.170.4-SNAPSHOT + 0.171.0 driver-bundle diff --git a/driver/pom.xml b/driver/pom.xml index cceaa4aa..04cf6db8 100644 --- a/driver/pom.xml +++ b/driver/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright parent-pom - 0.170.4-SNAPSHOT + 0.171.0 driver diff --git a/playwright/pom.xml b/playwright/pom.xml index 1292bbf1..49a8047a 100644 --- a/playwright/pom.xml +++ b/playwright/pom.xml @@ -7,7 +7,7 @@ com.microsoft.playwright parent-pom - 0.170.4-SNAPSHOT + 0.171.0 playwright diff --git a/pom.xml b/pom.xml index 49e42dcf..149e1c68 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright parent-pom - 0.170.4-SNAPSHOT + 0.171.0 pom Playwright Parent Project Java library to automate Chromium, Firefox and WebKit with a single API. diff --git a/scripts/CLI_VERSION b/scripts/CLI_VERSION index f18d4b6c..5619d490 100644 --- a/scripts/CLI_VERSION +++ b/scripts/CLI_VERSION @@ -1 +1 @@ -0.171.0-1608602762905-6aa14d3 +0.171.0 diff --git a/tools/api-generator/pom.xml b/tools/api-generator/pom.xml index 7aa5f686..01eecfb7 100644 --- a/tools/api-generator/pom.xml +++ b/tools/api-generator/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright api-generator - 0.170.4-SNAPSHOT + 0.171.0 Playwright - API Generator This is an internal module used to generate Java API from the upstream Playwright diff --git a/tools/update-docs-version/pom.xml b/tools/update-docs-version/pom.xml index 53d49762..3e7a1fef 100644 --- a/tools/update-docs-version/pom.xml +++ b/tools/update-docs-version/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright update-version - 0.170.4-SNAPSHOT + 0.171.0 Playwright - Update Version in Documentation This is an internal module used to update versions in the documentation based on