version bump to 2.0.2-SNAPSHOT after release
This commit is contained in:
Родитель
325343c4e6
Коммит
4e34eb8e5c
|
@ -29,7 +29,7 @@
|
|||
<parent>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<artifactId>azure-cosmosdb-parent</artifactId>
|
||||
<version>2.0.1</version>
|
||||
<version>2.0.2-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>azure-cosmosdb-benchmark</artifactId>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<parent>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<artifactId>azure-cosmosdb-parent</artifactId>
|
||||
<version>2.0.1</version>
|
||||
<version>2.0.2-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>azure-cosmosdb-examples</artifactId>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -27,7 +27,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<artifactId>azure-cosmosdb-parent</artifactId>
|
||||
<version>2.0.1</version>
|
||||
<version>2.0.2-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>Azure Cosmos DB SQL API</name>
|
||||
<description>Java Async SDK (with Reactive Extension RX support) for Azure Cosmos DB SQL API</description>
|
||||
|
|
|
@ -28,7 +28,7 @@ SOFTWARE.
|
|||
<parent>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<artifactId>azure-cosmosdb-parent</artifactId>
|
||||
<version>2.0.1</version>
|
||||
<version>2.0.2-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>azure-cosmosdb</artifactId>
|
||||
<name>Async SDK for SQL API of Azure Cosmos DB Service</name>
|
||||
|
|
|
@ -221,7 +221,7 @@ public class HttpConstants {
|
|||
|
||||
// TODO: FIXME we can use maven plugin for generating a version file
|
||||
// @see https://stackoverflow.com/questions/2469922/generate-a-version-java-file-in-maven
|
||||
public static final String SDK_VERSION = "2.0.1";
|
||||
public static final String SDK_VERSION = "2.0.2-SNAPSHOT";
|
||||
public static final String SDK_NAME = "cosmosdb-java-sdk";
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче