From da8317d07abeb7aa54725aae7aab17c3e106433b Mon Sep 17 00:00:00 2001 From: Robert Huffman Date: Thu, 28 Sep 2017 08:37:34 -0700 Subject: [PATCH] Restored badges for latest build, latest version, and license. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 73d2025..fda96a5 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ limitations under the License. --> +[![Build Status](https://travis-ci.org/rhuffman/re-retrying.svg?branch=master)](https://travis-ci.org/rhuffman/re-retrying) +[![Latest Version](http://img.shields.io/badge/latest-2.0.0-brightgreen.svg)](https://github.com/rholder/guava-retrying/releases/tag/v2.0.0) +[![License](http://img.shields.io/badge/license-apache%202-brightgreen.svg)](https://github.com/rhuffman/re-retrying/blob/master/LICENSE) + ## What is this? The re-retrying module provides a general purpose method for retrying arbitrary Java code with specific stop, retry, and exception handling capabilities that are enhanced by Guava's predicate matching.