diff --git a/benchmark/pom.xml b/benchmark/pom.xml
index 528436328ce84..491a48a51ee6b 100644
--- a/benchmark/pom.xml
+++ b/benchmark/pom.xml
@@ -29,7 +29,7 @@
com.microsoft.azure
azure-cosmos-parent
- 3.0.0-a1-SNAPSHOT
+ 3.0.0
azure-cosmos-benchmark
diff --git a/examples/pom.xml b/examples/pom.xml
index 72b825a563ae5..f7c52f9f530e5 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -29,7 +29,7 @@
com.microsoft.azure
azure-cosmos-parent
- 3.0.0-a1-SNAPSHOT
+ 3.0.0
azure-cosmos-examples
diff --git a/pom.xml b/pom.xml
index 053caac4bba66..2c3e793e2c91a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
4.0.0
com.microsoft.azure
azure-cosmos-parent
- 3.0.0-a1-SNAPSHOT
+ 3.0.0
pom
Azure Cosmos DB SQL API
Java Async SDK (with Reactive Extension RX support) for Azure Cosmos DB SQL API
@@ -45,8 +45,8 @@
1.6
1.6
1.6
- 3.0.0-a1-SNAPSHOT
- 3.0.0-a1-SNAPSHOT
+ 3.0.0
+ 3.0.0
27.0.1-jre
1.3
2.9.8
@@ -60,7 +60,7 @@
3.2.2.RELEASE
Californium-SR7
2.2.4
- 3.0.0-a1-SNAPSHOT
+ 3.0.0
1.7.6
unit
6.14.3
diff --git a/sdk/pom.xml b/sdk/pom.xml
index 6660f0a860581..9481c2952c1b8 100644
--- a/sdk/pom.xml
+++ b/sdk/pom.xml
@@ -27,7 +27,7 @@ SOFTWARE.
com.microsoft.azure
azure-cosmos-parent
- 3.0.0-a1-SNAPSHOT
+ 3.0.0
azure-cosmos
Async SDK for SQL API of Azure Cosmos DB Service
diff --git a/sdk/src/main/java/com/azure/data/cosmos/internal/HttpConstants.java b/sdk/src/main/java/com/azure/data/cosmos/internal/HttpConstants.java
index f1af93352ca66..d1a31ecd600af 100644
--- a/sdk/src/main/java/com/azure/data/cosmos/internal/HttpConstants.java
+++ b/sdk/src/main/java/com/azure/data/cosmos/internal/HttpConstants.java
@@ -272,7 +272,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 = "3.0.0-a1-SNAPSHOT";
+ public static final String SDK_VERSION = "3.0.0";
public static final String SDK_NAME = "cosmosdb-java-sdk";
}