Skip to content

Commit

Permalink
Updated release version to 2.6.9 (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
kushagraThapar committed Jun 16, 2020
1 parent 1f8b0f1 commit 7d919b1
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8</version>
<version>2.6.9</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-cosmosdb-parent</artifactId>
<version>2.6.8</version>
<version>2.6.9</version>
</parent>

<artifactId>azure-cosmosdb-benchmark</artifactId>
Expand Down
3 changes: 3 additions & 0 deletions changelog/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.6.9 - 2020-06-15
- Fixed duplicate results on order by when resuming from continuation token ([#341](https://github.com/Azure/azure-cosmosdb-java/pull/341))

## 2.6.8 - 2020-05-11
- Fixes an issue due to which the order by results when resuming from continuation token might contain duplicates/missing documents ([#332](https://github.com/Azure/azure-cosmosdb-java/pull/332))

Expand Down
2 changes: 1 addition & 1 deletion commons-test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ SOFTWARE.
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-cosmosdb-parent</artifactId>
<version>2.6.8</version>
<version>2.6.9</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>
Expand Down
2 changes: 1 addition & 1 deletion commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ SOFTWARE.
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-cosmosdb-parent</artifactId>
<version>2.6.8</version>
<version>2.6.9</version>
</parent>
<artifactId>azure-cosmosdb-commons</artifactId>
<name>Common Components for Async SDK for SQL API of Azure Cosmos DB Service</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ public static class Versions {
// 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.8";
public static final String SDK_VERSION = "2.6.9";
public static final String SDK_NAME = "cosmosdb-java-sdk";
public static final String QUERY_VERSION = "1.0";
}
Expand Down
2 changes: 1 addition & 1 deletion direct-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.8</version>
<version>2.6.9</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>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-cosmosdb-parent</artifactId>
<version>2.6.8</version>
<version>2.6.9</version>
</parent>

<artifactId>azure-cosmosdb-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ SOFTWARE.
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-cosmosdb-parent</artifactId>
<version>2.6.8</version>
<version>2.6.9</version>
</parent>
<artifactId>azure-cosmosdb-gateway</artifactId>
<name>Common Gateway Components for Async SDK for SQL API of Azure Cosmos DB Service</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-cosmosdb-parent</artifactId>
<version>2.6.8</version>
<version>2.6.9</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>
Expand Down
2 changes: 1 addition & 1 deletion sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ SOFTWARE.
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-cosmosdb-parent</artifactId>
<version>2.6.8</version>
<version>2.6.9</version>
</parent>
<artifactId>azure-cosmosdb</artifactId>
<name>Async SDK for SQL API of Azure Cosmos DB Service</name>
Expand Down

0 comments on commit 7d919b1

Please sign in to comment.