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

Commit a0fccbf

Browse files
Updating spring-data-cosmosdb version for release (#475)
* Updating azure-cosmos version and spring-data-cosmosdb version for release * Updating readme.
1 parent 246a15e commit a0fccbf

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ If you are using Maven, add the following dependency.
9696
<dependency>
9797
<groupId>com.microsoft.azure</groupId>
9898
<artifactId>spring-data-cosmosdb</artifactId>
99-
<version>2.2.1</version>
99+
<version>2.2.2</version>
100100
</dependency>
101101
```
102102

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.microsoft.azure</groupId>
88
<artifactId>spring-data-cosmosdb</artifactId>
9-
<version>2.2.2.M2</version>
9+
<version>2.2.2</version>
1010

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

61-
<azure.cosmos.version>3.6.0-beta.2</azure.cosmos.version>
61+
<azure.cosmos.version>3.6.0</azure.cosmos.version>
6262
<azure.test.resourcegroup>spring-data-cosmosdb-test</azure.test.resourcegroup>
6363
<azure.test.dbname>testdb-${maven.build.timestamp}</azure.test.dbname>
6464
<skip.integration.tests>true</skip.integration.tests>

samplecode/example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.microsoft.azure</groupId>
77
<artifactId>spring-data-cosmosdb-samples</artifactId>
8-
<version>2.2.2.M2</version>
8+
<version>2.2.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>com.microsoft.azure</groupId>
2222
<artifactId>spring-data-cosmosdb</artifactId>
23-
<version>2.2.2.M2</version>
23+
<version>2.2.2</version>
2424
</dependency>
2525

2626
<dependency>

samplecode/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>com.microsoft.azure</groupId>
1010
<artifactId>spring-data-cosmosdb-samples</artifactId>
11-
<version>2.2.2.M2</version>
11+
<version>2.2.2</version>
1212
<packaging>pom</packaging>
1313

1414
<parent>

0 commit comments

Comments
 (0)