Skip to content

Commit 3c8f7c3

Browse files
Core version to latest (#81)
* core version to latest * increased version in readme
1 parent b2b5676 commit 3c8f7c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ We use interfaces where is possible, so you can implement your own version of ta
1818
<dependency>
1919
<groupId>com.github.aquality-automation</groupId>
2020
<artifactId>aquality-selenium</artifactId>
21-
<version>2.0.1</version>
21+
<version>2.0.2</version>
2222
</dependency>
2323
```
2424

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.github.aquality-automation</groupId>
88
<artifactId>aquality-selenium</artifactId>
9-
<version>2.0.1</version>
9+
<version>2.0.2</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Aquality Selenium</name>
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>com.github.aquality-automation</groupId>
7676
<artifactId>aquality-selenium-core</artifactId>
77-
<version>0.0.2</version>
77+
<version>LATEST</version>
7878
</dependency>
7979

8080
<dependency>

0 commit comments

Comments
 (0)