mirror of
https://github.com/microsoft/HybridRow.git
synced 2026-01-22 02:43:07 +00:00
Progressed on adding support for unsupported Utf8String features
This commit is contained in:
16
java/pom.xml
16
java/pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user