chore: drop Java from project names (#121)

This commit is contained in:
Yury Semikhatsky 2020-12-14 16:09:35 -08:00 committed by GitHub
parent 6243d1d3cf
commit e8ff2bc210
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@
</parent>
<artifactId>api-generator</artifactId>
<name>Playwright Java - API Generator</name>
<name>Playwright - API Generator</name>
<description>Java library to automate Chromium, Firefox and WebKit with a single API.
Playwright is built to enable cross-browser web automation that is ever-green, capable,
reliable and fast.

View File

@ -10,7 +10,7 @@
</parent>
<artifactId>driver-bundle</artifactId>
<name>Playwright Java - Drivers For All Platforms</name>
<name>Playwright - Drivers For All Platforms</name>
<description>
This module includes playwright-cli binary and related utilities for all supported platforms.
It is intended to be used on the systems where Playwright driver is not preinstalled.

View File

@ -10,7 +10,7 @@
</parent>
<artifactId>driver</artifactId>
<name>Playwright Java - Driver</name>
<name>Playwright - Driver</name>
<description>
This module provides API for discovery and launching of playwright-cli binary.
</description>

View File

@ -11,12 +11,12 @@
</parent>
<artifactId>playwright</artifactId>
<name>Playwright Java - Main Library</name>
<name>Playwright - Main Library</name>
<description>Java library to automate Chromium, Firefox and WebKit with a single API.
Playwright is built to enable cross-browser web automation that is ever-green, capable,
reliable and fast.
This is the main package that provides Playwright Java client.
This is the main package that provides Playwright client.
</description>
<build>

View File

@ -8,7 +8,7 @@
<artifactId>parent-pom</artifactId>
<version>0.162.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Playwright Java</name>
<name>Playwright Parent Project</name>
<description>Java library to automate Chromium, Firefox and WebKit with a single API.
Playwright is built to enable cross-browser web automation that is ever-green, capable,
reliable and fast.