Skip to content

Commit 7a9f15c

Browse files
committed
Fix some typos in the CHANGELOG.md
Update version to 1.0.13 in usage examples
1 parent ee1b8dd commit 7a9f15c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

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

55
##Version 1.13.0 Release Notes
66

7-
* Fix #47 Support to read the RepositoryMap.xml from plugin dependencies added (Thanks Haroon Sheikh)
7+
* Fix #47 Support to read the RepositoryMap.xml from plugin dependencies added (Thanks [Haroon Sheikh](https://github.com/haroon-sheikh))
88

99
##Version 1.12.0 Release Notes
1010

@@ -30,7 +30,7 @@
3030

3131
* Fix #24 documentation updated to show correct usage of <operatingSystems> for mac
3232
* Fix #33 Use Travis CI for build, and Rultor for release.
33-
* Fix bug where file stream may not have been closed correctly (Thanks [Aneesh Joseph](https://github.com/aneesh-josephUpdate CHANGELO))
33+
* Fix bug where file stream may not have been closed correctly (Thanks [Aneesh Joseph](https://github.com/aneesh-josephUpdate))
3434

3535
##Version 1.0.7 Release Notes
3636

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Default Usage
1818
<plugin>
1919
<groupId>com.lazerycode.selenium</groupId>
2020
<artifactId>driver-binary-downloader-maven-plugin</artifactId>
21-
<version>1.0.12</version>
21+
<version>1.0.13</version>
2222
<configuration>
2323
<!-- root directory that downloaded driver binaries will be stored in -->
2424
<rootStandaloneServerDirectory>/my/location/binaries</rootStandaloneServerDirectory>
@@ -46,7 +46,7 @@ Advanced Usage
4646
<plugin>
4747
<groupId>com.lazerycode.selenium</groupId>
4848
<artifactId>driver-binary-downloader-maven-plugin</artifactId>
49-
<version>1.0.12</version>
49+
<version>1.0.13</version>
5050
<configuration>
5151
<!-- root directory that downloaded driver binaries will be stored in -->
5252
<rootStandaloneServerDirectory>/tmp/binaries</rootStandaloneServerDirectory>

0 commit comments

Comments
 (0)