-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from shellygms/master
DocumentDB JavaSDK version 1.6.0 Release
- Loading branch information
Showing
29 changed files
with
3,262 additions
and
1,736 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-documentdb</artifactId> | ||
<version>1.5.1</version> | ||
<version>1.6.0</version> | ||
<name>${project.groupId}:${project.artifactId}</name> | ||
<description>Java SDK for Microsoft Azure DocumentDB</description> | ||
<url>http://azure.microsoft.com/en-us/services/documentdb/</url> | ||
|
@@ -17,6 +17,12 @@ | |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
</properties> | ||
<developers> | ||
<developer> | ||
<name>Shelly Guo</name> | ||
<email>[email protected]</email> | ||
<organization>Microsoft</organization> | ||
<organizationUrl>http://www.microsoft.com/</organizationUrl> | ||
</developer> | ||
<developer> | ||
<name>Rajesh Nagpal</name> | ||
<email>[email protected]</email> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.