From 85edbda038fae034afc2e2435d518a6a71716078 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 9 Nov 2017 14:55:14 +0100 Subject: [PATCH] DATACOUCH-348 - Reflect changes in Spring Data Couchbase 3.0 in readme. Add also version badges. --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3e1acc25..ab13ca4a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ -# Spring Data Couchbase 2.0.x -`Spring-Data Couchbase 2.0.x` is the Spring Data connector for the `Couchbase Java SDK 2.x` generation. +[![Spring Data Couchbase](https://spring.io/badges/spring-data-couchbase/ga.svg)](http://projects.spring.io/spring-data-couchbase#quick-start) +[![Spring Data Couchbase](https://spring.io/badges/spring-data-couchbase/snapshot.svg)](http://projects.spring.io/spring-data-couchbase#quick-start) + +# Spring Data Couchbase 3.0.x +`Spring-Data Couchbase 3.0.x` is the Spring Data connector for the `Couchbase Java SDK 2.x` generation. Both the SDK and this Spring Data community project are major version changes with lots of differences from their respective previous versions. @@ -41,7 +44,7 @@ Add the Maven dependency: org.springframework.data spring-data-couchbase - 2.0.0.RELEASE + ${version}.RELEASE ``` @@ -52,7 +55,7 @@ the appropriate dependency version. org.springframework.data spring-data-couchbase - 2.1.0.BUILD-SNAPSHOT + ${version}.BUILD-SNAPSHOT