From 10c585c0f5d49694db4f7244cb4d95168b4275de Mon Sep 17 00:00:00 2001 From: Kushagra Thapar Date: Thu, 12 Mar 2020 10:55:50 -0700 Subject: [PATCH] Updated pom files to release version 2.6.6 (#324) --- benchmark/pom.xml | 2 +- commons-test-utils/pom.xml | 2 +- commons/pom.xml | 2 +- .../com/microsoft/azure/cosmosdb/internal/HttpConstants.java | 2 +- direct-impl/pom.xml | 2 +- examples/pom.xml | 2 +- gateway/pom.xml | 2 +- pom.xml | 2 +- sdk/pom.xml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/benchmark/pom.xml b/benchmark/pom.xml index 378c3bb95..b3e96aa59 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -29,7 +29,7 @@ com.microsoft.azure azure-cosmosdb-parent - 2.6.6-SNAPSHOT + 2.6.6 azure-cosmosdb-benchmark diff --git a/commons-test-utils/pom.xml b/commons-test-utils/pom.xml index ca3b6bc3d..95703026e 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.6-SNAPSHOT + 2.6.6 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 796f9eade..f7986c28b 100644 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -27,7 +27,7 @@ SOFTWARE. com.microsoft.azure azure-cosmosdb-parent - 2.6.6-SNAPSHOT + 2.6.6 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 34d336b77..c87d1e96d 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.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"; } diff --git a/direct-impl/pom.xml b/direct-impl/pom.xml index bbc0eb71d..269590a4b 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.6-SNAPSHOT + 2.6.6 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 b107fcff2..d87f58556 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -29,7 +29,7 @@ com.microsoft.azure azure-cosmosdb-parent - 2.6.6-SNAPSHOT + 2.6.6 azure-cosmosdb-examples diff --git a/gateway/pom.xml b/gateway/pom.xml index 919fd4e7d..b3dc95c31 100644 --- a/gateway/pom.xml +++ b/gateway/pom.xml @@ -28,7 +28,7 @@ SOFTWARE. com.microsoft.azure azure-cosmosdb-parent - 2.6.6-SNAPSHOT + 2.6.6 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 53d736548..0c3a9a0b7 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ 4.0.0 com.microsoft.azure azure-cosmosdb-parent - 2.6.6-SNAPSHOT + 2.6.6 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 284d70927..b8d50d267 100644 --- a/sdk/pom.xml +++ b/sdk/pom.xml @@ -27,7 +27,7 @@ SOFTWARE. com.microsoft.azure azure-cosmosdb-parent - 2.6.6-SNAPSHOT + 2.6.6 azure-cosmosdb Async SDK for SQL API of Azure Cosmos DB Service