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

Commit

Permalink
Updated pom versions (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
kushagraThapar authored Feb 26, 2020
1 parent e9db481 commit e8a7e34
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

<name>Spring Data for Azure Cosmos DB SQL API</name>
<description>Spring Data for Azure Cosmos DB SQL API</description>
Expand Down
4 changes: 2 additions & 2 deletions samplecode/example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>spring-data-cosmosdb-samples</artifactId>
<version>2.2.3-SNAPSHOT</version>
<version>2.2.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

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

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

<parent>
Expand Down

0 comments on commit e8a7e34

Please sign in to comment.