From 318ba53e2fed20531c42d76b543b8c8f2cb57287 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 20 Jul 2016 08:39:15 +0200 Subject: [PATCH] DATAMONGO-1462 - Integrate version badge from spring.io. Add version badge from spring.io and replace fixed version numbers with a placeholder. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54d625fdf..ea77d6aa9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[![Spring Data MongoDB](https://spring.io/badges/spring-data-mongodb/ga.svg)](http://projects.spring.io/spring-data-mongodb#quick-start) +[![Spring Data MongoDB](https://spring.io/badges/spring-data-mongodb/snapshot.svg)](http://projects.spring.io/spring-data-mongodb#quick-start) + # Spring Data MongoDB The primary goal of the [Spring Data](http://projects.spring.io/spring-data) project is to make it easier to build Spring-powered applications that use new data access technologies such as non-relational databases, map-reduce frameworks, and cloud based data services. @@ -26,7 +29,7 @@ Add the Maven dependency: org.springframework.data spring-data-mongodb - 1.9.1.RELEASE + ${version}.RELEASE ``` @@ -36,7 +39,7 @@ If you'd rather like the latest snapshots of the upcoming major version, use our org.springframework.data spring-data-mongodb - 1.10.0.BUILD-SNAPSHOT + ${version}.BUILD-SNAPSHOT