1
0
mirror of synced 2026-08-31 19:55:37 +00:00

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
5 changed files with 6 additions and 6 deletions
+1 -1
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.
+1 -1
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.
+1 -1
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>
+2 -2
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>
+1 -1
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.