Update docs metadata and targeting for release of azure-core-amqp

This commit is contained in:
azure-sdk 2021-04-14 16:28:24 +00:00
Родитель 56d4cc9740
Коммит 0dc62ff19f
1 изменённых файлов: 5 добавлений и 5 удалений

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

@ -3,7 +3,7 @@ title: Azure Core AMQP shared library for Java
keywords: Azure, java, SDK, API, azure-core-amqp, core
author: maggiepint
ms.author: magpint
ms.date: 03/26/2021
ms.date: 04/14/2021
ms.topic: article
ms.prod: azure
ms.technology: azure
@ -11,7 +11,7 @@ ms.devlang: java
ms.service: core
---
# Azure Core AMQP shared library for Java - Version 2.1.0-beta.1
# Azure Core AMQP shared library for Java - Version 2.2.0-beta.1
Azure Core AMQP client library is a collection of classes common to the AMQP protocol. It help developers create their
@ -25,12 +25,12 @@ own AMQP client library that abstracts from the underlying transport library's i
### Include the package
[//]: # ({x-version-update-start;beta_com.azure:azure-core-amqp;dependency})
[//]: # ({x-version-update-start;com.azure:azure-core-amqp;current})
```xml
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-amqp</artifactId>
<version>2.1.0-beta.1</version>
<version>2.2.0-beta.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -54,7 +54,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.1.0-beta.1/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.2.0-beta.1/CONTRIBUTING.md).
1. Fork it
1. Create your feature branch (`git checkout -b my-new-feature`)