Skip to content

Commit e8ff2bc

Browse files
authored
chore: drop Java from project names (microsoft#121)
1 parent 6243d1d commit e8ff2bc

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

api-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212

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

driver-bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

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

driver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>driver</artifactId>
13-
<name>Playwright Java - Driver</name>
13+
<name>Playwright - Driver</name>
1414
<description>
1515
This module provides API for discovery and launching of playwright-cli binary.
1616
</description>

playwright/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
</parent>
1212

1313
<artifactId>playwright</artifactId>
14-
<name>Playwright Java - Main Library</name>
14+
<name>Playwright - Main Library</name>
1515
<description>Java library to automate Chromium, Firefox and WebKit with a single API.
1616
Playwright is built to enable cross-browser web automation that is ever-green, capable,
1717
reliable and fast.
1818

19-
This is the main package that provides Playwright Java client.
19+
This is the main package that provides Playwright client.
2020
</description>
2121

2222
<build>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<artifactId>parent-pom</artifactId>
99
<version>0.162.1-SNAPSHOT</version>
1010
<packaging>pom</packaging>
11-
<name>Playwright Java</name>
11+
<name>Playwright Parent Project</name>
1212
<description>Java library to automate Chromium, Firefox and WebKit with a single API.
1313
Playwright is built to enable cross-browser web automation that is ever-green, capable,
1414
reliable and fast.

0 commit comments

Comments
 (0)