From 3df45d283b4c603d45f1526109a38bca38224f2b Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Mon, 14 Dec 2020 17:32:45 -0800 Subject: [PATCH] chore: update version to 0.162.2-SNAPSHOT (#123) --- 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 9b31615e..35bfbef6 100644 --- a/api-generator/pom.xml +++ b/api-generator/pom.xml @@ -7,7 +7,7 @@ com.microsoft.playwright parent-pom - 0.162.1-SNAPSHOT + 0.162.2-SNAPSHOT api-generator diff --git a/driver-bundle/pom.xml b/driver-bundle/pom.xml index 85267c5a..5b5c1195 100644 --- a/driver-bundle/pom.xml +++ b/driver-bundle/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright parent-pom - 0.162.1-SNAPSHOT + 0.162.2-SNAPSHOT driver-bundle diff --git a/driver/pom.xml b/driver/pom.xml index 15712861..df6bf4fa 100644 --- a/driver/pom.xml +++ b/driver/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright parent-pom - 0.162.1-SNAPSHOT + 0.162.2-SNAPSHOT driver diff --git a/playwright/pom.xml b/playwright/pom.xml index 3f878419..675b9f07 100644 --- a/playwright/pom.xml +++ b/playwright/pom.xml @@ -7,7 +7,7 @@ com.microsoft.playwright parent-pom - 0.162.1-SNAPSHOT + 0.162.2-SNAPSHOT playwright diff --git a/pom.xml b/pom.xml index 783856d7..84f692ce 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright parent-pom - 0.162.1-SNAPSHOT + 0.162.2-SNAPSHOT pom Playwright Parent Project Java library to automate Chromium, Firefox and WebKit with a single API.