From d91e865e62a97a3a28399d91f062c99883d0d134 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Wed, 16 Dec 2020 21:50:16 -0800 Subject: [PATCH] chore: set version to 0.170.1 (will test publish action) (#139) --- api-generator/pom.xml | 2 +- driver-bundle/pom.xml | 2 +- driver/pom.xml | 2 +- playwright/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api-generator/pom.xml b/api-generator/pom.xml index 488de6a3..c04497e1 100644 --- a/api-generator/pom.xml +++ b/api-generator/pom.xml @@ -7,7 +7,7 @@ com.microsoft.playwright parent-pom - 0.170.1-SNAPSHOT + 0.170.1 api-generator diff --git a/driver-bundle/pom.xml b/driver-bundle/pom.xml index 1726f399..8237b861 100644 --- a/driver-bundle/pom.xml +++ b/driver-bundle/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright parent-pom - 0.170.1-SNAPSHOT + 0.170.1 driver-bundle diff --git a/driver/pom.xml b/driver/pom.xml index 33ca0d45..3de1abdd 100644 --- a/driver/pom.xml +++ b/driver/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright parent-pom - 0.170.1-SNAPSHOT + 0.170.1 driver diff --git a/playwright/pom.xml b/playwright/pom.xml index 0a0138ef..b8a5aad6 100644 --- a/playwright/pom.xml +++ b/playwright/pom.xml @@ -7,7 +7,7 @@ com.microsoft.playwright parent-pom - 0.170.1-SNAPSHOT + 0.170.1 playwright diff --git a/pom.xml b/pom.xml index 463969dd..5a904dd3 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright parent-pom - 0.170.1-SNAPSHOT + 0.170.1 pom Playwright Parent Project Java library to automate Chromium, Firefox and WebKit with a single API.