Skip to content

Commit

Permalink
Release v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Glib Briia committed Aug 11, 2020
1 parent 8525806 commit bc15874
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The project is available in [Maven Central](http://search.maven.org/#search%7Cga
<dependency>
<groupId>com.assertthat</groupId>
<artifactId>selenium-shutterbug</artifactId>
<version>0.9.5</version>
<version>1.0</version>
<exclusions>
<exclusion>
<groupId>org.seleniumhq.selenium</groupId>
Expand All @@ -31,15 +31,15 @@ The project is available in [Maven Central](http://search.maven.org/#search%7Cga
##### Using Gradle

```
compile ('com.assertthat:selenium-shutterbug:0.9.5') {
compile ('com.assertthat:selenium-shutterbug:1.0') {
exclude group: "org.seleniumhq.selenium", name: "selenium-java"
}
```

##### Using SBT

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

Expand Down
14 changes: 2 additions & 12 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>0.9.6-SNAPSHOT</version>
<version>1.0</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>v0.9.5</tag>
<tag>v1.0</tag>
</scm>
<developers>
<developer>
Expand Down Expand Up @@ -61,16 +61,6 @@
<artifactId>java-semver</artifactId>
<version>0.9.0</version>
</dependency>
<dependency>
<groupId>ru.yandex.qatools.ashot</groupId>
<artifactId>ashot</artifactId>
<version>1.5.4</version>
</dependency>
<dependency>
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
<version>4.0.0</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit bc15874

Please sign in to comment.