Skip to content

Commit 6cb7c6c

Browse files
committed
Update docs metadata
1 parent 0487842 commit 6cb7c6c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs-ref-services/latest/cosmos-readme.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: Azure CosmosDB Client Library for Java
33
keywords: Azure, java, SDK, API, azure-cosmos, cosmos
44
author: kushagraThapar
55
ms.author: kuthapar
6-
ms.date: 04/25/2022
6+
ms.date: 04/27/2022
77
ms.topic: reference
88
ms.prod: azure
99
ms.technology: azure
1010
ms.devlang: java
1111
ms.service: cosmos
1212
---
13-
# Azure CosmosDB Client Library for Java - Version 4.29.0
13+
# Azure CosmosDB Client Library for Java - Version 4.29.1
1414

1515

1616
Azure Cosmos DB is Microsoft’s globally distributed, multi-model database service for operational and analytics workloads. It offers multi-mastering feature by automatically scaling throughput, compute, and storage.
@@ -24,7 +24,7 @@ This project provides SDK library in Java for interacting with [SQL API][sql_api
2424
#### Include the BOM file
2525

2626
Please include the azure-sdk-bom to your project to take dependency on GA version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
27-
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-cosmos_4.29.0/sdk/boms/azure-sdk-bom/README.md).
27+
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-cosmos_4.29.1/sdk/boms/azure-sdk-bom/README.md).
2828

2929
```xml
3030
<dependencyManagement>
@@ -58,7 +58,7 @@ add the direct dependency to your project as follows.
5858
<dependency>
5959
<groupId>com.azure</groupId>
6060
<artifactId>azure-cosmos</artifactId>
61-
<version>4.29.0</version>
61+
<version>4.29.1</version>
6262
</dependency>
6363
```
6464
[//]: # ({x-version-update-end})
@@ -299,7 +299,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
299299
or contact [[email protected]][coc_contact] with any additional questions or comments.
300300

301301
<!-- LINKS -->
302-
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-cosmos_4.29.0/sdk/cosmos/azure-cosmos/src
302+
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-cosmos_4.29.1/sdk/cosmos/azure-cosmos/src
303303
[cosmos_introduction]: https://docs.microsoft.com/azure/cosmos-db/
304304
[api_documentation]: https://azuresdkdocs.blob.core.windows.net/$web/java/azure-cosmos/latest/index.html
305305
[cosmos_docs]: https://docs.microsoft.com/azure/cosmos-db/introduction

metadata/latest/azure-cosmos.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "azure-cosmos",
3-
"Version": "4.29.0",
3+
"Version": "4.29.1",
44
"DevVersion": null,
55
"DirectoryPath": "sdk/cosmos/azure-cosmos",
66
"ServiceDirectory": "cosmos",
@@ -10,5 +10,5 @@
1010
"SdkType": "client",
1111
"IsNewSdk": true,
1212
"ArtifactName": "azure-cosmos",
13-
"ReleaseStatus": "2022-04-22"
13+
"ReleaseStatus": "2022-04-27"
1414
}

0 commit comments

Comments
 (0)