Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3f2b4d8

Browse files
committed
Prepare for next development iteration
1 parent 9f60d06 commit 3f2b4d8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The project is available in [Maven Central](http://search.maven.org/#search%7Cga
3939
<dependency>
4040
<groupId>com.assertthat</groupId>
4141
<artifactId>selenium-shutterbug</artifactId>
42-
<version>1.5</version>
42+
<version>1.6</version>
4343
<exclusions>
4444
<exclusion>
4545
<groupId>org.seleniumhq.selenium</groupId>
@@ -52,15 +52,15 @@ The project is available in [Maven Central](http://search.maven.org/#search%7Cga
5252
##### Using Gradle
5353

5454
```
55-
compile ('com.assertthat:selenium-shutterbug:1.5') {
55+
compile ('com.assertthat:selenium-shutterbug:1.6') {
5656
exclude group: "org.seleniumhq.selenium", name: "selenium-java"
5757
}
5858
```
5959

6060
##### Using SBT
6161

6262
```
63-
"com.assertthat" % "selenium-shutterbug" % "1.2" exclude("org.seleniumhq
63+
"com.assertthat" % "selenium-shutterbug" % "1.6" exclude("org.seleniumhq
6464
.selenium", "selenium-java"),
6565
```
6666

‎pom.xml‎

Lines changed: 2 additions & 2 deletions
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>1.6-SNAPSHOT</version>
7+
<version>1.7-SNAPSHOT</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:git@github.com:assertthat/selenium-shutterbug.git</developerConnection>
27-
<tag>v1.3</tag>
27+
<tag>v1.6</tag>
2828
</scm>
2929
<developers>
3030
<developer>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /