From 61834f24d23fb67aac642fb006e9831050d33797 Mon Sep 17 00:00:00 2001 From: Rujun Chen Date: Thu, 21 May 2020 18:07:57 +0800 Subject: [PATCH] Fix build failure. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50c9fad2..849a8e3e 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ Please refer to [sample project here](./samplecode). ## Spring Data Version Support Version mapping between spring boot and spring-data-cosmosdb: -| Spring boot version | spring-data-cosmosdb version | -| :------------------:|:----------------------------:| +| Spring boot version | spring-data-cosmosdb version | +| :----------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:| | ![version](https://img.shields.io/badge/version-2.3.x-blue) | [![Maven Central](https://img.shields.io/maven-central/v/com.microsoft.azure/spring-data-cosmosdb/2.3.svg)](https://search.maven.org/search?q=g:com.microsoft.azure%20AND%20a:spring-data-cosmosdb%20AND%20v:2.3.*) | | ![version](https://img.shields.io/badge/version-2.2.x-blue) | [![Maven Central](https://img.shields.io/maven-central/v/com.microsoft.azure/spring-data-cosmosdb/2.2.svg)](https://search.maven.org/search?q=g:com.microsoft.azure%20AND%20a:spring-data-cosmosdb%20AND%20v:2.2.*) | | ![version](https://img.shields.io/badge/version-2.1.x-blue) | [![Maven Central](https://img.shields.io/maven-central/v/com.microsoft.azure/spring-data-cosmosdb/2.1.svg)](https://search.maven.org/search?q=g:com.microsoft.azure%20AND%20a:spring-data-cosmosdb%20AND%20v:2.1.*) |