Skip to content

Commit

Permalink
3.0.0 (Azure#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
christopheranderson authored Jun 28, 2019
1 parent 415ab5e commit d7fd1e7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
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-cosmos-parent</artifactId>
<version>3.0.0-a1-SNAPSHOT</version>
<version>3.0.0</version>
</parent>

<artifactId>azure-cosmos-benchmark</artifactId>
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-cosmos-parent</artifactId>
<version>3.0.0-a1-SNAPSHOT</version>
<version>3.0.0</version>
</parent>

<artifactId>azure-cosmos-examples</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-cosmos-parent</artifactId>
<version>3.0.0-a1-SNAPSHOT</version>
<version>3.0.0</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 All @@ -45,8 +45,8 @@
<commons-text.version>1.6</commons-text.version>
<commons-validator-version>1.6</commons-validator-version>
<commons-validator.version>1.6</commons-validator.version>
<cosmosdb-sdk-direct-impl.version>3.0.0-a1-SNAPSHOT</cosmosdb-sdk-direct-impl.version>
<direct-connectivity-version>3.0.0-a1-SNAPSHOT</direct-connectivity-version>
<cosmosdb-sdk-direct-impl.version>3.0.0</cosmosdb-sdk-direct-impl.version>
<direct-connectivity-version>3.0.0</direct-connectivity-version>
<guava.version>27.0.1-jre</guava.version>
<hamcrest.version>1.3</hamcrest.version>
<jackson-databind.version>2.9.8</jackson-databind.version>
Expand All @@ -60,7 +60,7 @@
<reactor-addons.version>3.2.2.RELEASE</reactor-addons.version>
<reactor-bom.version>Californium-SR7</reactor-bom.version>
<rxjava2.version>2.2.4</rxjava2.version>
<sdk-version>3.0.0-a1-SNAPSHOT</sdk-version>
<sdk-version>3.0.0</sdk-version>
<slf4j.version>1.7.6</slf4j.version>
<test.groups>unit</test.groups>
<testng.version>6.14.3</testng.version>
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-cosmos-parent</artifactId>
<version>3.0.0-a1-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>azure-cosmos</artifactId>
<name>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 @@ -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";
}

Expand Down

0 comments on commit d7fd1e7

Please sign in to comment.