version bump to 2.0.2-SNAPSHOT after release

This commit is contained in:
Mohammad Derakhshani 2018-08-16 13:39:18 -07:00
Родитель 325343c4e6
Коммит 4e34eb8e5c
5 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -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>

Просмотреть файл

@ -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";
}