File tree Expand file tree Collapse file tree 2 files changed +5
-15
lines changed Expand file tree Collapse file tree 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
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
Original file line number Diff line number Diff line change 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 >
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:git@github.com:assertthat/selenium-shutterbug.git</developerConnection >
27- <tag >v0.9.5 </tag >
27+ <tag >v1.0 </tag >
2828 </scm >
2929 <developers >
3030 <developer >
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 >
You can’t perform that action at this time.
0 commit comments