Skip to content

Commit ee87ea7

Browse files
author
MerkushevKirill
committed
doc - change ver to 1.0 for release
1 parent 0633c67 commit ee87ea7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Matchers library to work with WebDriver WebElement interface.
66
<dependency>
77
<groupId>ru.yandex.qatools.matchers</groupId>
88
<artifactId>webdriver-matchers</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>1.0</version>
1010
</dependency>
1111
```
1212

@@ -18,7 +18,7 @@ Matchers library to work with collections.
1818
<dependency>
1919
<groupId>ru.yandex.qatools.matchers</groupId>
2020
<artifactId>collection-matchers</artifactId>
21-
<version>1.0-SNAPSHOT</version>
21+
<version>1.0</version>
2222
</dependency>
2323
```
2424

@@ -30,7 +30,7 @@ Decorators which allows handle additional condition issues (e.g. timeouts) direc
3030
<dependency>
3131
<groupId>ru.yandex.qatools.matchers</groupId>
3232
<artifactId>matcher-decorators</artifactId>
33-
<version>1.0-SNAPSHOT</version>
33+
<version>1.0</version>
3434
</dependency>
3535
```
3636
[More Info](https://github.com/yandex-qatools/matchers-java/tree/master/matcher-decorators)

webdriver-matchers/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,4 @@ Expected: element "class" attribute is "big-title"
5454

5555
## WebDriver Matchers
5656

57+
... *(will be soon)*

0 commit comments

Comments
 (0)