Updated pom files to release version 2.6.6 (#324)
This commit is contained in:
Родитель
a2d666ddf3
Коммит
10c585c0f5
|
@ -29,7 +29,7 @@
|
|||
<parent>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<artifactId>azure-cosmosdb-parent</artifactId>
|
||||
<version>2.6.6-SNAPSHOT</version>
|
||||
<version>2.6.6</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>azure-cosmosdb-benchmark</artifactId>
|
||||
|
|
|
@ -28,7 +28,7 @@ SOFTWARE.
|
|||
<parent>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<artifactId>azure-cosmosdb-parent</artifactId>
|
||||
<version>2.6.6-SNAPSHOT</version>
|
||||
<version>2.6.6</version>
|
||||
</parent>
|
||||
<artifactId>azure-cosmosdb-commons-test-utils</artifactId>
|
||||
<name>Common Test Components for Testing Async SDK for SQL API of Azure Cosmos DB Service</name>
|
||||
|
|
|
@ -27,7 +27,7 @@ SOFTWARE.
|
|||
<parent>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<artifactId>azure-cosmosdb-parent</artifactId>
|
||||
<version>2.6.6-SNAPSHOT</version>
|
||||
<version>2.6.6</version>
|
||||
</parent>
|
||||
<artifactId>azure-cosmosdb-commons</artifactId>
|
||||
<name>Common Components for Async SDK for SQL API of Azure Cosmos DB Service</name>
|
||||
|
|
|
@ -276,7 +276,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.6.6-SNAPSHOT";
|
||||
public static final String SDK_VERSION = "2.6.6";
|
||||
public static final String SDK_NAME = "cosmosdb-java-sdk";
|
||||
public static final String QUERY_VERSION = "1.0";
|
||||
}
|
||||
|
|
|
@ -28,7 +28,7 @@ SOFTWARE.
|
|||
<groupId>com.microsoft.azure</groupId>
|
||||
<artifactId>azure-cosmosdb-direct</artifactId>
|
||||
<name>Azure Cosmos DB Async SDK Direct Internal Implementation</name>
|
||||
<version>2.6.6-SNAPSHOT</version>
|
||||
<version>2.6.6</version>
|
||||
<description>Azure Cosmos DB Async SDK Direct Internal Implementation</description>
|
||||
<url>https://docs.microsoft.com/en-us/azure/cosmos-db</url>
|
||||
<packaging>jar</packaging>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<parent>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<artifactId>azure-cosmosdb-parent</artifactId>
|
||||
<version>2.6.6-SNAPSHOT</version>
|
||||
<version>2.6.6</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>azure-cosmosdb-examples</artifactId>
|
||||
|
|
|
@ -28,7 +28,7 @@ SOFTWARE.
|
|||
<parent>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<artifactId>azure-cosmosdb-parent</artifactId>
|
||||
<version>2.6.6-SNAPSHOT</version>
|
||||
<version>2.6.6</version>
|
||||
</parent>
|
||||
<artifactId>azure-cosmosdb-gateway</artifactId>
|
||||
<name>Common Gateway Components for Async SDK for SQL API of Azure Cosmos DB Service</name>
|
||||
|
|
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.6.6-SNAPSHOT</version>
|
||||
<version>2.6.6</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>
|
||||
|
|
|
@ -27,7 +27,7 @@ SOFTWARE.
|
|||
<parent>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<artifactId>azure-cosmosdb-parent</artifactId>
|
||||
<version>2.6.6-SNAPSHOT</version>
|
||||
<version>2.6.6</version>
|
||||
</parent>
|
||||
<artifactId>azure-cosmosdb</artifactId>
|
||||
<name>Async SDK for SQL API of Azure Cosmos DB Service</name>
|
||||
|
|
Загрузка…
Ссылка в новой задаче