Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
bumped to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elennick committed Dec 30, 2017
1 parent 7b9c000 commit a272d41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,23 +65,23 @@ Or more simple using one of the predefined config options and not checking excep
<dependency>
<groupId>com.evanlennick</groupId>
<artifactId>retry4j</artifactId>
<version>0.7.3</version>
<version>0.8.0</version>
</dependency>

### SBT

libraryDependencies += "com.evanlennick" % "retry4j" % "0.7.3"
libraryDependencies += "com.evanlennick" % "retry4j" % "0.8.0"

### Gradle

compile "com.evanlennick:retry4j:0.7.3"
compile "com.evanlennick:retry4j:0.8.0"

## Documentation

### General

Retry4j does not require any external dependencies. It does require that you are using Java 8 or newer. Javadocs are
hosted at http://www.javadoc.io/doc/com.evanlennick/retry4j/0.7.3.
hosted at http://www.javadoc.io/doc/com.evanlennick/retry4j/0.8.0.

Continuous Integration results are available via Travis CI here: https://travis-ci.org/elennick/retry4j.

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.evanlennick</groupId>
<artifactId>retry4j</artifactId>
<version>0.7.3</version>
<version>0.8.0</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Library for retrying Java logic.</description>
Expand All @@ -15,7 +15,7 @@
<connection>scm:git:[email protected]:elennick/retry4j.git</connection>
<developerConnection>scm:git:[email protected]:elennick/retry4j.git</developerConnection>
<url>[email protected]:elennick/retry4j.git</url>
<tag>retry4j-0.7.3</tag>
<tag>retry4j-0.8.0</tag>
</scm>

<licenses>
Expand Down

0 comments on commit a272d41

Please sign in to comment.