Post release version update to 2.6.8-SNAPSHOT. Updated changelog and readme (#330)
This commit is contained in:
Родитель
73e673a08d
Коммит
05165f14f3
|
@ -37,7 +37,7 @@ For example, using maven, you can add the following dependency to your maven pom
|
|||
<dependency>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<artifactId>azure-cosmosdb</artifactId>
|
||||
<version>2.6.6</version>
|
||||
<version>2.6.7</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<parent>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<artifactId>azure-cosmosdb-parent</artifactId>
|
||||
<version>2.6.7</version>
|
||||
<version>2.6.8-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>azure-cosmosdb-benchmark</artifactId>
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
## 2.6.7 - 2020-04-21
|
||||
- Fixed multiple memory leak in direct TCP transport client ([#326](https://github.com/Azure/azure-cosmosdb-java/pull/326))
|
||||
|
||||
## 2.6.6 - 2020-03-12
|
||||
- Made DocumentClientException thread safe ([#323](https://github.com/Azure/azure-cosmosdb-java/pull/323))
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ SOFTWARE.
|
|||
<parent>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<artifactId>azure-cosmosdb-parent</artifactId>
|
||||
<version>2.6.7</version>
|
||||
<version>2.6.8-SNAPSHOT</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.7</version>
|
||||
<version>2.6.8-SNAPSHOT</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.7";
|
||||
public static final String SDK_VERSION = "2.6.8-SNAPSHOT";
|
||||
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.7</version>
|
||||
<version>2.6.8-SNAPSHOT</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.7</version>
|
||||
<version>2.6.8-SNAPSHOT</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.7</version>
|
||||
<version>2.6.8-SNAPSHOT</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.7</version>
|
||||
<version>2.6.8-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>
|
||||
|
|
|
@ -27,7 +27,7 @@ SOFTWARE.
|
|||
<parent>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<artifactId>azure-cosmosdb-parent</artifactId>
|
||||
<version>2.6.7</version>
|
||||
<version>2.6.8-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>azure-cosmosdb</artifactId>
|
||||
<name>Async SDK for SQL API of Azure Cosmos DB Service</name>
|
||||
|
|
Загрузка…
Ссылка в новой задаче