This repository was archived by the owner on Aug 29, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ If you are using Maven, add the following dependency.
96
96
<dependency >
97
97
<groupId >com.microsoft.azure</groupId >
98
98
<artifactId >spring-data-cosmosdb</artifactId >
99
- <version >2.2.1 </version >
99
+ <version >2.2.2 </version >
100
100
</dependency >
101
101
```
102
102
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.microsoft.azure</groupId >
8
8
<artifactId >spring-data-cosmosdb</artifactId >
9
- <version >2.2.2.M2 </version >
9
+ <version >2.2.2</version >
10
10
11
11
<name >Spring Data for Azure Cosmos DB SQL API</name >
12
12
<description >Spring Data for Azure Cosmos DB SQL API</description >
58
58
<gson .version>2.8.4</gson .version>
59
59
<project .reactor.test.version>3.3.0.RELEASE</project .reactor.test.version>
60
60
61
- <azure .cosmos.version>3.6.0-beta.2 </azure .cosmos.version>
61
+ <azure .cosmos.version>3.6.0</azure .cosmos.version>
62
62
<azure .test.resourcegroup>spring-data-cosmosdb-test</azure .test.resourcegroup>
63
63
<azure .test.dbname>testdb-${maven.build.timestamp} </azure .test.dbname>
64
64
<skip .integration.tests>true</skip .integration.tests>
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.microsoft.azure</groupId >
7
7
<artifactId >spring-data-cosmosdb-samples</artifactId >
8
- <version >2.2.2.M2 </version >
8
+ <version >2.2.2</version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
20
20
<dependency >
21
21
<groupId >com.microsoft.azure</groupId >
22
22
<artifactId >spring-data-cosmosdb</artifactId >
23
- <version >2.2.2.M2 </version >
23
+ <version >2.2.2</version >
24
24
</dependency >
25
25
26
26
<dependency >
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.microsoft.azure</groupId >
10
10
<artifactId >spring-data-cosmosdb-samples</artifactId >
11
- <version >2.2.2.M2 </version >
11
+ <version >2.2.2</version >
12
12
<packaging >pom</packaging >
13
13
14
14
<parent >
You can’t perform that action at this time.
0 commit comments