Skip to content

Commit aa2052b

Browse files
authored
Merge pull request #47 from sukgu/dev
release 0.1.4.1 patch
2 parents 5f56b33 + b810f13 commit aa2052b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Shadow root DOM automation using selenium
22

3-
[![Build Status](https://travis-ci.com/sukgu/shadow-automation-selenium.svg?branch=master)](https://travis-ci.com/sukgu/shadow-automation-selenium "Travis CI")
3+
[![Build Status](https://travis-ci.org/sukgu/shadow-automation-selenium.svg?branch=master)](https://travis-ci.org/sukgu/shadow-automation-selenium "Travis CI")
44
[![codecov](https://codecov.io/gh/sukgu/shadow-automation-selenium/branch/master/graph/badge.svg)](https://codecov.io/gh/sukgu/shadow-automation-selenium)
55
[![Maven Central](https://img.shields.io/maven-central/v/io.github.sukgu/automation.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.github.sukgu%22%20AND%20a:%22automation%22)
66
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
@@ -91,17 +91,17 @@ You can use this plugin by adding jar file or by including maven dependency in y
9191
<dependency>
9292
<groupId>io.github.sukgu</groupId>
9393
<artifactId>automation</artifactId>
94-
<version>0.1.4</version>
94+
<version>0.1.4.1</version>
9595
</dependency>
9696
```
9797

9898
**Gradle**
9999
```
100-
implementation 'io.github.sukgu:automation:0.1.4'
100+
implementation 'io.github.sukgu:automation:0.1.4.1'
101101
```
102102

103103

104-
You can download the jar file from repository http://central.maven.org/maven2/io/github/sukgu/automation/0.1.4/automation-0.1.4.jar
104+
You can download the jar file from repository http://central.maven.org/maven2/io/github/sukgu/automation/0.1.4.1/automation-0.1.4.1.jar
105105

106106
## Selector:
107107
###### Examples:

catalog.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<archetype>
66
<groupId>io.github.sukgu</groupId>
77
<artifactId>automation</artifactId>
8-
<version>0.1.3</version>
8+
<version>0.1.4.1</version>
99
<repository>https://github.com/sukgu/shadow-automation-selenium</repository>
1010
<description>This project automates shadow-dom elements using java selenium</description>
1111
</archetype>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.github.sukgu</groupId>
66
<artifactId>automation</artifactId>
7-
<version>0.1.4</version>
7+
<version>0.1.4.1</version>
88

99
<name>automation</name>
1010
<description>This project automates shadow-dom elements using java selenium</description>

0 commit comments

Comments
 (0)