From d6e4628453e89ef0db422a50606d77a2debc31bf Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Thu, 10 Dec 2020 22:08:20 -0800 Subject: [PATCH] devops: update version to 0.162.0 (#110) --- api-generator/pom.xml | 18 ++++++++++++++- driver/pom.xml | 22 ++++++++++++++++++- .../microsoft/playwright/impl/DriverJar.java | 2 +- playwright/pom.xml | 20 ++++++++++++++++- pom.xml | 15 +++++++------ 5 files changed, 66 insertions(+), 11 deletions(-) diff --git a/api-generator/pom.xml b/api-generator/pom.xml index 391ef6e6..34a20db5 100644 --- a/api-generator/pom.xml +++ b/api-generator/pom.xml @@ -7,7 +7,7 @@ com.microsoft.playwright parent-pom - 0.1-SNAPSHOT + 0.162.0 api-generator @@ -26,6 +26,22 @@ org.apache.maven.plugins maven-source-plugin + + org.apache.maven.plugins + maven-javadoc-plugin + + 8 + false + + + + attach-javadocs + + jar + + + + org.apache.maven.plugins maven-compiler-plugin diff --git a/driver/pom.xml b/driver/pom.xml index 6830d526..780414f5 100644 --- a/driver/pom.xml +++ b/driver/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright parent-pom - 0.1-SNAPSHOT + 0.162.0 driver @@ -21,6 +21,26 @@ + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-javadoc-plugin + + 8 + false + + + + attach-javadocs + + jar + + + + org.apache.maven.plugins maven-surefire-plugin diff --git a/driver/src/main/java/com/microsoft/playwright/impl/DriverJar.java b/driver/src/main/java/com/microsoft/playwright/impl/DriverJar.java index 1365cedc..69ee7994 100644 --- a/driver/src/main/java/com/microsoft/playwright/impl/DriverJar.java +++ b/driver/src/main/java/com/microsoft/playwright/impl/DriverJar.java @@ -25,7 +25,7 @@ import java.nio.file.Path; import java.nio.file.Paths; import java.util.concurrent.TimeUnit; -class DriverJar extends Driver { +public class DriverJar extends Driver { private final Path driverTempDir; DriverJar() throws IOException, URISyntaxException, InterruptedException { diff --git a/playwright/pom.xml b/playwright/pom.xml index 7e303a6f..c3deaecc 100644 --- a/playwright/pom.xml +++ b/playwright/pom.xml @@ -7,7 +7,7 @@ com.microsoft.playwright parent-pom - 0.1-SNAPSHOT + 0.162.0 playwright @@ -25,6 +25,24 @@ org.apache.maven.plugins maven-source-plugin + + org.apache.maven.plugins + maven-javadoc-plugin + + 8 + + --allow-script-in-comments + false + + + + attach-javadocs + + jar + + + + org.apache.maven.plugins maven-compiler-plugin diff --git a/pom.xml b/pom.xml index c5f612e7..f1a3ef36 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright parent-pom - 0.1-SNAPSHOT + 0.162.0 pom Playwright Java Java library to automate Chromium, Firefox and WebKit with a single API. @@ -23,6 +23,12 @@ repo + + + Microsoft + http://www.microsoft.com/ + + scm:git:https://github.com/microsoft/playwright-java.git scm:git:https://github.com/microsoft/playwright-java.git @@ -91,12 +97,7 @@ org.apache.maven.plugins maven-javadoc-plugin - - 8 - false - com.microsoft.playwright.impl - --allow-script-in-comments - + 3.2.0 org.apache.maven.plugins