From 7b5a2331a805e63e59e3453c0622a7d87a67d1f8 Mon Sep 17 00:00:00 2001 From: Andreas Gudian Date: Fri, 18 Nov 2016 23:00:21 +0100 Subject: [PATCH] Reduce cache lifetime of latest-version badge from 30d to 1h --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5d779c315..8fc37db50 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@ # MapStruct - Java bean mappings, the easy way! [![Latest Stable Version](https://img.shields.io/badge/Latest%20Stable%20Version-1.1.0.Final-blue.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.mapstruct%20AND%20v%3A1.*.Final) -[![Latest Version](https://img.shields.io/maven-central/v/org.mapstruct/mapstruct-processor.svg?maxAge=2592000&label=Latest%20Release)](http://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.mapstruct) +[![Latest Version](https://img.shields.io/maven-central/v/org.mapstruct/mapstruct-processor.svg?maxAge=3600&label=Latest%20Release)](http://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.mapstruct) * [What is MapStruct?](#what-is-mapstruct) * [Requirements](#requirements)