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

Commit

Permalink
add relocation after package renaming (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiaso authored Apr 16, 2018
1 parent 5b31642 commit e677410
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
<description>Spring Data for Azure Cosmos DB DocumentDB API</description>
<url>https://github.com/Microsoft/spring-data-documentdb</url>

<distributionManagement>
<relocation>
<groupId>com.microsoft.azure</groupId>
<artifactId>spring-data-cosmosdb</artifactId>
<version>2.0.3</version>
<message>We have renamed the package to accommodate with Azure Cosmos DB</message>
</relocation>
</distributionManagement>

<licenses>
<license>
<name>MIT</name>
Expand Down

0 comments on commit e677410

Please sign in to comment.