Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
Updated azure-cosmos version to 3.6.0-beta1 and spring-data-cosmosdb …
Browse files Browse the repository at this point in the history
…versions to 2.2.2.M1 (#472)
kushagraThapar authored Jan 6, 2020
1 parent 0cd1326 commit de742c4
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@

<groupId>com.microsoft.azure</groupId>
<artifactId>spring-data-cosmosdb</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.2.M1</version>

<name>Spring Data for Azure Cosmos DB SQL API</name>
<description>Spring Data for Azure Cosmos DB SQL API</description>
@@ -58,7 +58,7 @@
<gson.version>2.8.4</gson.version>
<project.reactor.test.version>3.3.0.RELEASE</project.reactor.test.version>

<azure.cosmos.version>3.5.0</azure.cosmos.version>
<azure.cosmos.version>3.6.0-beta.1</azure.cosmos.version>
<azure.test.resourcegroup>spring-data-cosmosdb-test</azure.test.resourcegroup>
<azure.test.dbname>testdb-${maven.build.timestamp}</azure.test.dbname>
<skip.integration.tests>true</skip.integration.tests>
4 changes: 2 additions & 2 deletions samplecode/example/pom.xml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>spring-data-cosmosdb-samples</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.2.M1</version>
<relativePath>../pom.xml</relativePath>
</parent>

@@ -20,7 +20,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>spring-data-cosmosdb</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.2.M1</version>
</dependency>

<dependency>
2 changes: 1 addition & 1 deletion samplecode/pom.xml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@

<groupId>com.microsoft.azure</groupId>
<artifactId>spring-data-cosmosdb-samples</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.2.M1</version>
<packaging>pom</packaging>

<parent>

0 comments on commit de742c4

Please sign in to comment.