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

Commit 75d5576

Browse files
Merge branch 'v2.1.x' of https://github.com/microsoft/spring-data-cosmosdb into v2.1.x
2 parents 89ad8d9 + 4c750da commit 75d5576

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pom.xml

+1-1
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.1.9-SNAPSHOT</version>
9+
<version>2.1.9</version>
1010

1111
<name>Spring Data for Azure Cosmos DB SQL API</name>
1212
<description>Spring Data for Azure Cosmos DB SQL API</description>

samplecode/example/pom.xml

+2-2
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.1.9-SNAPSHOT</version>
8+
<version>2.1.9</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.1.9-SNAPSHOT</version>
23+
<version>2.1.9</version>
2424
</dependency>
2525

2626
<dependency>

samplecode/pom.xml

+1-1
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.1.9-SNAPSHOT</version>
11+
<version>2.1.9</version>
1212
<packaging>pom</packaging>
1313

1414
<parent>

0 commit comments

Comments
 (0)