diff --git a/README.md b/README.md index 6055c90e6..7027fb6e0 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ For example, using maven, you can add the following dependency to your maven pom com.microsoft.azure azure-cosmosdb - 2.6.4-SNAPSHOT + 2.6.4 ``` diff --git a/benchmark/pom.xml b/benchmark/pom.xml index dacb46543..ee47980cb 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -29,7 +29,7 @@ com.microsoft.azure azure-cosmosdb-parent - 2.6.4-SNAPSHOT + 2.6.4 azure-cosmosdb-benchmark diff --git a/commons-test-utils/pom.xml b/commons-test-utils/pom.xml index 2095254ee..7508b56c8 100644 --- a/commons-test-utils/pom.xml +++ b/commons-test-utils/pom.xml @@ -28,7 +28,7 @@ SOFTWARE. com.microsoft.azure azure-cosmosdb-parent - 2.6.4-SNAPSHOT + 2.6.4 azure-cosmosdb-commons-test-utils Common Test Components for Testing Async SDK for SQL API of Azure Cosmos DB Service diff --git a/commons/pom.xml b/commons/pom.xml index 225d4faa4..62ad2962e 100644 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -27,7 +27,7 @@ SOFTWARE. com.microsoft.azure azure-cosmosdb-parent - 2.6.4-SNAPSHOT + 2.6.4 azure-cosmosdb-commons Common Components for Async SDK for SQL API of Azure Cosmos DB Service diff --git a/commons/src/main/java/com/microsoft/azure/cosmosdb/internal/HttpConstants.java b/commons/src/main/java/com/microsoft/azure/cosmosdb/internal/HttpConstants.java index d53cd6484..dc8383c92 100644 --- a/commons/src/main/java/com/microsoft/azure/cosmosdb/internal/HttpConstants.java +++ b/commons/src/main/java/com/microsoft/azure/cosmosdb/internal/HttpConstants.java @@ -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.4-SNAPSHOT"; + public static final String SDK_VERSION = "2.6.4"; public static final String SDK_NAME = "cosmosdb-java-sdk"; public static final String QUERY_VERSION = "1.0"; } diff --git a/direct-impl/pom.xml b/direct-impl/pom.xml index 5b62b2b73..af0ac8b25 100644 --- a/direct-impl/pom.xml +++ b/direct-impl/pom.xml @@ -28,7 +28,7 @@ SOFTWARE. com.microsoft.azure azure-cosmosdb-direct Azure Cosmos DB Async SDK Direct Internal Implementation - 2.6.4-SNAPSHOT + 2.6.4 Azure Cosmos DB Async SDK Direct Internal Implementation https://docs.microsoft.com/en-us/azure/cosmos-db jar diff --git a/examples/pom.xml b/examples/pom.xml index cf5ce58ab..fd2ad437d 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -29,7 +29,7 @@ com.microsoft.azure azure-cosmosdb-parent - 2.6.4-SNAPSHOT + 2.6.4 azure-cosmosdb-examples diff --git a/gateway/pom.xml b/gateway/pom.xml index 71861ec2b..06b13c3ac 100644 --- a/gateway/pom.xml +++ b/gateway/pom.xml @@ -28,7 +28,7 @@ SOFTWARE. com.microsoft.azure azure-cosmosdb-parent - 2.6.4-SNAPSHOT + 2.6.4 azure-cosmosdb-gateway Common Gateway Components for Async SDK for SQL API of Azure Cosmos DB Service diff --git a/pom.xml b/pom.xml index 0fc46c01c..085631efa 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ 4.0.0 com.microsoft.azure azure-cosmosdb-parent - 2.6.4-SNAPSHOT + 2.6.4 pom Azure Cosmos DB SQL API Java Async SDK (with Reactive Extension RX support) for Azure Cosmos DB SQL API diff --git a/sdk/pom.xml b/sdk/pom.xml index dd37e706d..d10ebd38d 100644 --- a/sdk/pom.xml +++ b/sdk/pom.xml @@ -27,7 +27,7 @@ SOFTWARE. com.microsoft.azure azure-cosmosdb-parent - 2.6.4-SNAPSHOT + 2.6.4 azure-cosmosdb Async SDK for SQL API of Azure Cosmos DB Service