diff --git a/bulkimport/Readme.txt b/bulkimport/Readme.txt
index eda5b1e..88188ac 100644
--- a/bulkimport/Readme.txt
+++ b/bulkimport/Readme.txt
@@ -5,7 +5,7 @@ add the following dependency to your maven pom file:
com.microsoft.azure
documentdb-bulkimport
- 1.0.0
+ 1.0.2
@@ -36,5 +36,5 @@ https://github.com/Azure/azure-documentdb-java/blob/master/bulkimport/src/test/j
sample invocation of command-line tool for benchmarking bulk-import (doing 5 iterations of bulk import and in each iteration it inserts 1,000,000 documents)
-java -Xmx6G -jar documentdb-bulkimport-1.0.0-SNAPSHOT-jar-with-dependencies.jar -serviceEndpoint ACCOUNT_HOST -masterKey ACCOUNT_MASTER_KEY -databaseId DATABASE_NAME -collectionId COLLECTION_NAME -maxConnectionPoolSize 200 -numberOfDocumentsForEachCheckpoint 1000000 -numberOfCheckpoints 5
+java -Xmx6G -jar documentdb-bulkimport-1.0.2-jar-with-dependencies.jar -serviceEndpoint ACCOUNT_HOST -masterKey ACCOUNT_MASTER_KEY -databaseId DATABASE_NAME -collectionId COLLECTION_NAME -maxConnectionPoolSize 200 -numberOfDocumentsForEachCheckpoint 1000000 -numberOfCheckpoints 5
diff --git a/bulkimport/pom.xml b/bulkimport/pom.xml
index 84976e8..c3f95dd 100644
--- a/bulkimport/pom.xml
+++ b/bulkimport/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.microsoft.azure
documentdb-bulkimport
- 1.0.2-SNAPSHOT
+ 1.0.2
Document Bulk Importer for Azure Cosmos DB Service
${project.groupId}:${project.artifactId}