From 834920f8f61a5b4cd2060475b277d880af91c618 Mon Sep 17 00:00:00 2001 From: Glenn Renfro Date: Fri, 28 Jul 2017 16:00:01 -0400 Subject: [PATCH] Updated link to build status. Current build status link is a dead link changed build status to use gradle CI build. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1159331fc..608a927d0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Spring Batch [![build status](https://build.spring.io/plugins/servlet/buildStatusImage/BATCH-TRUNK)](https://build.spring.io/browse/BATCH-TRUNK) +# Spring Batch [![build status](https://build.spring.io/plugins/servlet/wittified/build-status/BATCH-GRAD)](https://build.spring.io/browse/BATCH-GRAD) Spring Batch is a lightweight, comprehensive batch framework designed to enable the development of robust batch applications vital for the daily operations of enterprise systems. Spring Batch builds upon the productivity, POJO-based development approach, and general ease of use capabilities people have come to know from the [Spring Framework](https://github.com/SpringSource/spring-framework), while making it easy for developers to access and leverage more advanced enterprise services when necessary.