From a36101a630fe0ea64cc55d269a5f9460baf426b2 Mon Sep 17 00:00:00 2001 From: Evan Lennick Date: Sat, 10 Feb 2018 11:52:34 -0500 Subject: [PATCH] bumped versions --- README.md | 8 ++++---- pom.xml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 829fac6..8f7f1a7 100644 --- a/README.md +++ b/README.md @@ -96,19 +96,19 @@ CallExecutor executor = new CallExecutor<>(config) com.evanlennick retry4j - 0.10.0 + 0.11.0 ``` ### SBT ```sbt -libraryDependencies += "com.evanlennick" % "retry4j" % "0.10.0" +libraryDependencies += "com.evanlennick" % "retry4j" % "0.11.0" ``` ### Gradle ```groovy -compile "com.evanlennick:retry4j:0.10.0" +compile "com.evanlennick:retry4j:0.11.0" ``` ## Usage @@ -117,7 +117,7 @@ compile "com.evanlennick:retry4j:0.10.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.10.0. +* Javadocs are hosted at: http://www.javadoc.io/doc/com.evanlennick/retry4j/0.11.0. * 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 2ea2f51..37fb652 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.evanlennick retry4j - 0.11.0-SNAPSHOT + 0.11.0 ${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.10.0 + retry4j-0.11.0