update version to 0.1.3 (#25)
* update version to 0.1.3 * update version in readme
This commit is contained in:
Родитель
5655985c94
Коммит
b0e70d229c
|
@ -46,7 +46,7 @@ If you are using Maven, add the following dependency.
|
|||
<dependency>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<artifactId>spring-data-documentdb</artifactId>
|
||||
<version>0.1.2</version>
|
||||
<version>0.1.3</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -6,7 +6,7 @@
|
|||
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<artifactId>spring-data-documentdb</artifactId>
|
||||
<version>0.1.4-SNAPSHOT</version>
|
||||
<version>0.1.3</version>
|
||||
|
||||
<name>Spring Data for Azure Cosmos DB DocumentDB API</name>
|
||||
<description>Spring Data for Azure Cosmos DB DocumentDB API</description>
|
||||
|
|
|
@ -14,7 +14,7 @@ import org.springframework.util.Assert;
|
|||
|
||||
public class DocumentDbFactory {
|
||||
|
||||
private static final String USER_AGENT_SUFFIX = "spring-data/0.1.4-SNAPSHOT";
|
||||
private static final String USER_AGENT_SUFFIX = "spring-data/0.1.3";
|
||||
|
||||
private DocumentClient documentClient;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче