From fa72203802ffefd441d1a0bf748f8420c37be5ae Mon Sep 17 00:00:00 2001 From: Evan Lennick Date: Wed, 27 Jun 2018 20:26:50 -0400 Subject: [PATCH] bumped version to 0.12.1 --- README.md | 8 ++++---- pom.xml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f837a27..81d52b8 100644 --- a/README.md +++ b/README.md @@ -97,19 +97,19 @@ CallExecutor executor = new CallExecutor<>(config) com.evanlennick retry4j - 0.12.0 + 0.12.1 ``` ### SBT ```sbt -libraryDependencies += "com.evanlennick" % "retry4j" % "0.12.0" +libraryDependencies += "com.evanlennick" % "retry4j" % "0.12.1" ``` ### Gradle ```groovy -compile "com.evanlennick:retry4j:0.12.0" +compile "com.evanlennick:retry4j:0.12.1" ``` ## Usage @@ -118,7 +118,7 @@ compile "com.evanlennick:retry4j:0.12.0" 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.12.0. +* Javadocs are hosted at: http://www.javadoc.io/doc/com.evanlennick/retry4j/0.12.1. * Continuous integration results are available via Travis CI here: https://travis-ci.org/elennick/retry4j. * Code coverage information is available via Coveralls here: https://coveralls.io/github/elennick/retry4j. * Examples of Retry4j in use are documented here: https://github.com/elennick/retry4j-examples diff --git a/pom.xml b/pom.xml index 25a5838..789b62b 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.evanlennick retry4j - 0.13.0-SNAPSHOT + 0.12.1 ${project.groupId}:${project.artifactId} Library for retrying Java logic. @@ -16,7 +16,7 @@ scm:git:git@github.com:elennick/retry4j.git scm:git:git@github.com:elennick/retry4j.git git@github.com:elennick/retry4j.git - retry4j-0.12.0 + retry4j-0.12.1