Skip to content

Commit

Permalink
bumped version to 2.4.5
Browse files Browse the repository at this point in the history
bumped version to 2.4.5
  • Loading branch information
Srinath Narayanan committed May 4, 2019
1 parent f780e2d commit da34ecf
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion benchmark/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-cosmosdb-parent</artifactId>
<version>2.4.5-SNAPSHOT</version>
<version>2.4.5</version>
</parent>

<artifactId>azure-cosmosdb-benchmark</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons-test-utils/pom.xml
Expand Up @@ -28,7 +28,7 @@ SOFTWARE.
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-cosmosdb-parent</artifactId>
<version>2.4.5-SNAPSHOT</version>
<version>2.4.5</version>
</parent>
<artifactId>azure-cosmosdb-commons-test-utils</artifactId>
<name>Common Test Components for Testing Async SDK for SQL API of Azure Cosmos DB Service</name>
Expand Down
2 changes: 1 addition & 1 deletion commons/pom.xml
Expand Up @@ -27,7 +27,7 @@ SOFTWARE.
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-cosmosdb-parent</artifactId>
<version>2.4.5-SNAPSHOT</version>
<version>2.4.5</version>
</parent>
<artifactId>azure-cosmosdb-commons</artifactId>
<name>Common Components for Async SDK for SQL API of Azure Cosmos DB Service</name>
Expand Down
Expand Up @@ -269,7 +269,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.4.5-SNAPSHOT";
public static final String SDK_VERSION = "2.4.5";
public static final String SDK_NAME = "cosmosdb-java-sdk";
}

Expand Down
4 changes: 2 additions & 2 deletions direct-impl/pom.xml
Expand Up @@ -27,14 +27,14 @@ SOFTWARE.
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-cosmosdb-direct</artifactId>
<name>Azure Cosmos DB Async SDK Direct Internal Implementation</name>
<version>2.4.5-SNAPSHOT</version>
<version>2.4.5</version>
<description>Azure Cosmos DB Async SDK Direct Internal Implementation</description>
<url>https://docs.microsoft.com/en-us/azure/cosmos-db</url>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<test.groups>unit</test.groups>
<cosmosdb-sdk.version>2.4.5-SNAPSHOT</cosmosdb-sdk.version>
<cosmosdb-sdk.version>2.4.5</cosmosdb-sdk.version>
<guava.version>27.0.1-jre</guava.version>
</properties>
<profiles>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-cosmosdb-parent</artifactId>
<version>2.4.5-SNAPSHOT</version>
<version>2.4.5</version>
</parent>

<artifactId>azure-cosmosdb-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gateway/pom.xml
Expand Up @@ -27,7 +27,7 @@ SOFTWARE.
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-cosmosdb-parent</artifactId>
<version>2.4.5-SNAPSHOT</version>
<version>2.4.5</version>
</parent>
<artifactId>azure-cosmosdb-gateway</artifactId>
<name>Common Gateway Components for Async SDK for SQL API of Azure Cosmos DB Service</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -26,7 +26,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-cosmosdb-parent</artifactId>
<version>2.4.5-SNAPSHOT</version>
<version>2.4.5</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 Down Expand Up @@ -62,7 +62,7 @@
<guava.version>27.0.1-jre</guava.version>
<commons-validator-version>1.6</commons-validator-version>
<test.groups>unit</test.groups>
<cosmosdb-sdk-direct-impl.version>2.4.5-SNAPSHOT</cosmosdb-sdk-direct-impl.version>
<cosmosdb-sdk-direct-impl.version>2.4.5</cosmosdb-sdk-direct-impl.version>
<javadoc.opts/>
</properties>
<profiles>
Expand Down
2 changes: 1 addition & 1 deletion sdk/pom.xml
Expand Up @@ -27,7 +27,7 @@ SOFTWARE.
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-cosmosdb-parent</artifactId>
<version>2.4.5-SNAPSHOT</version>
<version>2.4.5</version>
</parent>
<artifactId>azure-cosmosdb</artifactId>
<name>Async SDK for SQL API of Azure Cosmos DB Service</name>
Expand Down

0 comments on commit da34ecf

Please sign in to comment.