Progressed on adding support for unsupported Utf8String features

This commit is contained in:
David Noble
2019-10-01 22:59:44 -07:00
parent 73fddf4f90
commit afaccd551b
3 changed files with 166 additions and 68 deletions

View File

@@ -10,7 +10,7 @@ Licensed under the MIT License.
<groupId>com.azure.data</groupId>
<artifactId>azure-cosmos-serialization</artifactId>
<version>2.9.5</version>
<version>2.9.5-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Microsoft Azure Cosmos Serialization API</name>
@@ -22,6 +22,13 @@ Licensed under the MIT License.
<url>http://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>
<developers>
<developer>
<id>microsoft</id>
<name>Microsoft Corporation</name>
</developer>
</developers>
<distributionManagement>
<repository>
@@ -281,13 +288,6 @@ Licensed under the MIT License.
</resources>
</build>
<developers>
<developer>
<id>microsoft</id>
<name>Microsoft Corporation</name>
</developer>
</developers>
<modules/>
</project>