From 3f2b4d80acc11e1778eafb3d4bf94fa75f2d8d48 Mon Sep 17 00:00:00 2001 From: Glib Briia Date: Wed, 23 Mar 2022 11:38:00 +0200 Subject: [PATCH] Prepare for next development iteration --- README.md | 6 +++--- pom.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bdd096b..d35f298 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The project is available in [Maven Central](http://search.maven.org/#search%7Cga com.assertthat selenium-shutterbug - 1.5 + 1.6 org.seleniumhq.selenium @@ -52,7 +52,7 @@ The project is available in [Maven Central](http://search.maven.org/#search%7Cga ##### Using Gradle ``` -compile ('com.assertthat:selenium-shutterbug:1.5') { +compile ('com.assertthat:selenium-shutterbug:1.6') { exclude group: "org.seleniumhq.selenium", name: "selenium-java" } ``` @@ -60,7 +60,7 @@ compile ('com.assertthat:selenium-shutterbug:1.5') { ##### Using SBT ``` -"com.assertthat" % "selenium-shutterbug" % "1.2" exclude("org.seleniumhq +"com.assertthat" % "selenium-shutterbug" % "1.6" exclude("org.seleniumhq .selenium", "selenium-java"), ``` diff --git a/pom.xml b/pom.xml index 4d3fea6..0b1c8dd 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.assertthat selenium-shutterbug - 1.6-SNAPSHOT + 1.7-SNAPSHOT selenium-shutterbug Utility library to create customized screenshots using Selenium WebDriver and Java AWT http://www.assertthat.com @@ -24,7 +24,7 @@ https://github.com/assertthat/selenium-shutterbug scm:git:git://github.com/assertthat/selenium-shutterbug.git scm:git:git@github.com:assertthat/selenium-shutterbug.git - v1.3 + v1.6