Skip to content

Commit

Permalink
Prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Glib Briia committed Mar 23, 2022
1 parent 9f60d06 commit 3f2b4d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The project is available in [Maven Central](http://search.maven.org/#search%7Cga
<dependency>
<groupId>com.assertthat</groupId>
<artifactId>selenium-shutterbug</artifactId>
<version>1.5</version>
<version>1.6</version>
<exclusions>
<exclusion>
<groupId>org.seleniumhq.selenium</groupId>
Expand All @@ -52,15 +52,15 @@ 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"
}
```

##### Using SBT

```
"com.assertthat" % "selenium-shutterbug" % "1.2" exclude("org.seleniumhq
"com.assertthat" % "selenium-shutterbug" % "1.6" exclude("org.seleniumhq
.selenium", "selenium-java"),
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.assertthat</groupId>
<artifactId>selenium-shutterbug</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.7-SNAPSHOT</version>
<name>selenium-shutterbug</name>
<description>Utility library to create customized screenshots using Selenium WebDriver and Java AWT</description>
<url>http://www.assertthat.com</url>
Expand All @@ -24,7 +24,7 @@
<url>https://github.com/assertthat/selenium-shutterbug</url>
<connection>scm:git:git://github.com/assertthat/selenium-shutterbug.git</connection>
<developerConnection>scm:git:[email protected]:assertthat/selenium-shutterbug.git</developerConnection>
<tag>v1.3</tag>
<tag>v1.6</tag>
</scm>
<developers>
<developer>
Expand Down

0 comments on commit 3f2b4d8

Please sign in to comment.