File tree 2 files changed +5
-15
lines changed
2 files changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ The project is available in [Maven Central](http://search.maven.org/#search%7Cga
19
19
<dependency >
20
20
<groupId >com.assertthat</groupId >
21
21
<artifactId >selenium-shutterbug</artifactId >
22
- <version >0.9.5 </version >
22
+ <version >1.0 </version >
23
23
<exclusions >
24
24
<exclusion >
25
25
<groupId >org.seleniumhq.selenium</groupId >
@@ -31,15 +31,15 @@ The project is available in [Maven Central](http://search.maven.org/#search%7Cga
31
31
##### Using Gradle
32
32
33
33
```
34
- compile ('com.assertthat:selenium-shutterbug:0.9.5 ') {
34
+ compile ('com.assertthat:selenium-shutterbug:1.0 ') {
35
35
exclude group: "org.seleniumhq.selenium", name: "selenium-java"
36
36
}
37
37
```
38
38
39
39
##### Using SBT
40
40
41
41
```
42
- "com.assertthat" % "selenium-shutterbug" % "0.9.5 " exclude("org.seleniumhq
42
+ "com.assertthat" % "selenium-shutterbug" % "1.0 " exclude("org.seleniumhq
43
43
.selenium", "selenium-java"),
44
44
```
45
45
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >com.assertthat</groupId >
6
6
<artifactId >selenium-shutterbug</artifactId >
7
- <version >0.9.6-SNAPSHOT </version >
7
+ <version >1.0 </version >
8
8
<name >selenium-shutterbug</name >
9
9
<description >Utility library to create customized screenshots using Selenium WebDriver and Java AWT</description >
10
10
<url >http://www.assertthat.com</url >
24
24
<url >https://github.com/assertthat/selenium-shutterbug</url >
25
25
<connection >scm:git:git://github.com/assertthat/selenium-shutterbug.git</connection >
26
26
<
developerConnection >scm:git:
[email protected] :assertthat/selenium-shutterbug.git</
developerConnection >
27
- <tag >v0.9.5 </tag >
27
+ <tag >v1.0 </tag >
28
28
</scm >
29
29
<developers >
30
30
<developer >
61
61
<artifactId >java-semver</artifactId >
62
62
<version >0.9.0</version >
63
63
</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 >
74
64
</dependencies >
75
65
76
66
<build >
You can’t perform that action at this time.
0 commit comments