Skip to content

Commit aa96ea9

Browse files
committed
Update README and POM after new release.
1 parent 344707e commit aa96ea9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.9</version>
21+
<version>1.0.10</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.9</version>
49+
<version>1.0.10</version>
5050
<configuration>
5151
<!-- root directory that downloaded driver binaries will be stored in -->
5252
<rootStandaloneServerDirectory>/tmp/binaries</rootStandaloneServerDirectory>

pom.xml

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

1212
<groupId>com.lazerycode.selenium</groupId>
1313
<artifactId>driver-binary-downloader-maven-plugin</artifactId>
14-
<version>1.1.0-SNAPSHOT</version>
14+
<version>DEV-SNAPSHOT</version>
1515
<packaging>maven-plugin</packaging>
1616
<name>Selenium Binary Downloader Maven Plugin</name>
1717
<description>

0 commit comments

Comments
 (0)