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.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
elennick committed Dec 30, 2017
1 parent ab7fc80 commit 48f6303
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,22 +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.2</version>
<version>0.7.3</version>
</dependency>

### SBT

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

### Gradle

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

## 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.2.
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.

### Exception Handling Config

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.2</version>
<version>0.7.3</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.2</tag>
<tag>retry4j-0.7.3</tag>
</scm>

<licenses>
Expand Down

0 comments on commit 48f6303

Please sign in to comment.