Update docs metadata
This commit is contained in:
Родитель
5b23e2ed51
Коммит
012cd1b1dd
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Azure Core AMQP shared library for Java
|
||||
keywords: Azure, java, SDK, API, azure-core-amqp, core
|
||||
ms.date: 08/14/2023
|
||||
ms.date: 11/01/2023
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: core
|
||||
---
|
||||
# Azure Core AMQP shared library for Java - version 2.9.0-beta.5
|
||||
# Azure Core AMQP shared library for Java - version 2.9.0-beta.6
|
||||
|
||||
|
||||
Azure Core AMQP client library is a collection of classes common to the AMQP protocol. It help developers create their
|
||||
|
@ -22,7 +22,7 @@ own AMQP client library that abstracts from the underlying transport library's i
|
|||
#### Include the BOM file
|
||||
|
||||
Please include the azure-sdk-bom to your project to take dependency on the General Availability (GA) version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-core-amqp_2.9.0-beta.5/sdk/boms/azure-sdk-bom/README.md).
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-core-amqp_2.9.0-beta.6/sdk/boms/azure-sdk-bom/README.md).
|
||||
|
||||
```xml
|
||||
<dependencyManagement>
|
||||
|
@ -57,7 +57,7 @@ add the direct dependency to your project as follows.
|
|||
<dependency>
|
||||
<groupId>com.azure</groupId>
|
||||
<artifactId>azure-core-amqp</artifactId>
|
||||
<version>2.9.0-beta.5</version>
|
||||
<version>2.9.0-beta.6</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
@ -81,7 +81,7 @@ locate the root issue. View the [logging][logging] wiki for guidance about enabl
|
|||
|
||||
## Contributing
|
||||
|
||||
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-core-amqp_2.9.0-beta.5/CONTRIBUTING.md).
|
||||
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-core-amqp_2.9.0-beta.6/CONTRIBUTING.md).
|
||||
|
||||
1. Fork it
|
||||
1. Create your feature branch (`git checkout -b my-new-feature`)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-core-amqp",
|
||||
"Version": "2.9.0-beta.5",
|
||||
"Version": "2.9.0-beta.6",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/core/azure-core-amqp",
|
||||
"ServiceDirectory": "core",
|
||||
|
@ -10,6 +10,6 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-core-amqp",
|
||||
"ReleaseStatus": "2023-08-11",
|
||||
"ReleaseStatus": "2023-11-01",
|
||||
"//comment": "Pinned to version 2.9.0-beta.1 until a build issue is resolved"
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче