Skip to content

Commit 8f4effc

Browse files
committed
Change artifactId (winium-web-driver to winium-webdriver)
1 parent 76f38b1 commit 8f4effc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

java/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Winium.WebDriver retains the functionality of common driver and has specific met
1919
<dependencies>
2020
<dependency>
2121
<groupId>com.github.2gis.winium</groupId>
22-
<artifactId>winium-web-driver</artifactId>
22+
<artifactId>winium-webdriver</artifactId>
2323
<version>0.1.0-1</version>
2424
</dependency>
2525
</dependencies>

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>com.github.2gis.winium</groupId>
8-
<artifactId>winium-web-driver</artifactId>
8+
<artifactId>winium-webdriver</artifactId>
99
<version>0.1.0-1</version>
1010

1111
<name>Winium.WebDriver</name>

0 commit comments

Comments
 (0)