V0.1.4 snapshot (#26)
* flip version to 0.1.4-SNAPSHOT after release * remove useless comments
This commit is contained in:
Родитель
b0e70d229c
Коммит
2c2daa0ade
2
pom.xml
2
pom.xml
|
@ -6,7 +6,7 @@
|
|||
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<artifactId>spring-data-documentdb</artifactId>
|
||||
<version>0.1.3</version>
|
||||
<version>0.1.4-SNAPSHOT</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.3";
|
||||
private static final String USER_AGENT_SUFFIX = "spring-data/0.1.4-SNAPSHOT";
|
||||
|
||||
private DocumentClient documentClient;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче