Skip to content

Commit bc15874

Browse files
committed
Release v1.0
1 parent 8525806 commit bc15874

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The project is available in [Maven Central](http://search.maven.org/#search%7Cga
1919
<dependency>
2020
<groupId>com.assertthat</groupId>
2121
<artifactId>selenium-shutterbug</artifactId>
22-
<version>0.9.5</version>
22+
<version>1.0</version>
2323
<exclusions>
2424
<exclusion>
2525
<groupId>org.seleniumhq.selenium</groupId>
@@ -31,15 +31,15 @@ The project is available in [Maven Central](http://search.maven.org/#search%7Cga
3131
##### Using Gradle
3232

3333
```
34-
compile ('com.assertthat:selenium-shutterbug:0.9.5') {
34+
compile ('com.assertthat:selenium-shutterbug:1.0') {
3535
exclude group: "org.seleniumhq.selenium", name: "selenium-java"
3636
}
3737
```
3838

3939
##### Using SBT
4040

4141
```
42-
"com.assertthat" % "selenium-shutterbug" % "0.9.5" exclude("org.seleniumhq
42+
"com.assertthat" % "selenium-shutterbug" % "1.0" exclude("org.seleniumhq
4343
.selenium", "selenium-java"),
4444
```
4545

Diff for: pom.xml

+2-12
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.assertthat</groupId>
66
<artifactId>selenium-shutterbug</artifactId>
7-
<version>0.9.6-SNAPSHOT</version>
7+
<version>1.0</version>
88
<name>selenium-shutterbug</name>
99
<description>Utility library to create customized screenshots using Selenium WebDriver and Java AWT</description>
1010
<url>http://www.assertthat.com</url>
@@ -24,7 +24,7 @@
2424
<url>https://github.com/assertthat/selenium-shutterbug</url>
2525
<connection>scm:git:git://github.com/assertthat/selenium-shutterbug.git</connection>
2626
<developerConnection>scm:git:[email protected]:assertthat/selenium-shutterbug.git</developerConnection>
27-
<tag>v0.9.5</tag>
27+
<tag>v1.0</tag>
2828
</scm>
2929
<developers>
3030
<developer>
@@ -61,16 +61,6 @@
6161
<artifactId>java-semver</artifactId>
6262
<version>0.9.0</version>
6363
</dependency>
64-
<dependency>
65-
<groupId>ru.yandex.qatools.ashot</groupId>
66-
<artifactId>ashot</artifactId>
67-
<version>1.5.4</version>
68-
</dependency>
69-
<dependency>
70-
<groupId>io.github.bonigarcia</groupId>
71-
<artifactId>webdrivermanager</artifactId>
72-
<version>4.0.0</version>
73-
</dependency>
7464
</dependencies>
7565

7666
<build>

0 commit comments

Comments
 (0)