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

Commit

Permalink
updated version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elennick committed Jan 1, 2018
1 parent 8e90ce9 commit 3b82f45
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 @@ -88,23 +88,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.8.0</version>
<version>0.9.0</version>
</dependency>

### SBT

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

### Gradle

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

## Usage

### 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.8.0.
hosted at http://www.javadoc.io/doc/com.evanlennick/retry4j/0.9.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.8.0</version>
<version>0.9.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.8.0</tag>
<tag>retry4j-0.9.0</tag>
</scm>

<licenses>
Expand Down

0 comments on commit 3b82f45

Please sign in to comment.