This commit is contained in:
azure-sdk 2023-11-22 02:53:29 +00:00
Родитель 2d1fbf3fdb
Коммит 48c91a7604
2 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -1,12 +1,12 @@
---
title: Azure Core AMQP shared library for Java
keywords: Azure, java, SDK, API, azure-core-amqp, core
ms.date: 11/01/2023
ms.date: 11/22/2023
ms.topic: reference
ms.devlang: java
ms.service: core
---
# Azure Core AMQP shared library for Java - version 2.9.0-beta.6
# Azure Core AMQP shared library for Java - version 2.9.0-beta.7
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.6/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.7/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.6</version>
<version>2.9.0-beta.7</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.6/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.7/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.6",
"Version": "2.9.0-beta.7",
"DevVersion": null,
"DirectoryPath": "sdk/core/azure-core-amqp",
"ServiceDirectory": "core",
@ -10,6 +10,6 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-core-amqp",
"ReleaseStatus": "2023-11-01",
"ReleaseStatus": "2023-11-22",
"//comment": "Pinned to version 2.9.0-beta.1 until a build issue is resolved"
}