Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding link references to the pom.xml #16043

Merged
merged 2 commits into from
Oct 8, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion sdk/communication/azure-communication-administration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@
<version>1.0.0-beta.3</version> <!-- {x-version-update;com.azure:azure-communication-administration;current} -->

<name>Microsoft Azure client administration library for communication</name>
<description>This package contains APIs for application administration in Microsoft Azure Communication.</description>
<description>
This package contains APIs for application administration in Microsoft Azure Communication.
JianpingChen marked this conversation as resolved.
Show resolved Hide resolved
For this release, see notes - https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/communication/azure-communication-administration/README.md and https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/communication/azure-communication-administration/CHANGELOG.md.
Microsoft Azure Communication Administration quickstart - https://docs.microsoft.com/azure/communication-services/quickstarts/access-tokens?pivots=programming-language-java
</description>
<licenses>
<license>
<name>The MIT License (MIT)</name>
Expand Down
6 changes: 5 additions & 1 deletion sdk/communication/azure-communication-chat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
<version>1.0.0-beta.3</version> <!-- {x-version-update;com.azure:azure-communication-chat;current} -->

<name>Microsoft Azure client library for chat application</name>
<description>This package contains a Java SDK for Chat Azure Communication Services.</description>
<description>
This package contains a Java SDK for Chat Azure Communication Services.
JianpingChen marked this conversation as resolved.
Show resolved Hide resolved
For this release, see notes - https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/communication/azure-communication-chat/README.md and https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/communication/azure-communication-chat/CHANGELOG.md.
Microsoft Azure Communication Chat quickstart - https://docs.microsoft.com/azure/communication-services/quickstarts/chat/get-started?pivots=programming-language-java
</description>
<url>https://github.com/Azure/azure-sdk-for-java</url>

<distributionManagement>
Expand Down
6 changes: 4 additions & 2 deletions sdk/communication/azure-communication-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@
<version>1.0.0-beta.3</version> <!-- {x-version-update;com.azure:azure-communication-common;current} -->

<name>Microsoft Azure common library for communication service client</name>
<description>This package contains data structures commonly used for communicating wit
Microsoft Azure Communication Service.</description>
<description>
This package contains data structures commonly used for communicating with Microsoft Azure Communication Service.
JianpingChen marked this conversation as resolved.
Show resolved Hide resolved
For this release, see notes - https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/communication/azure-communication-common/README.md and https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/communication/azure-communication-common/CHANGELOG.md.
</description>
<url>https://github.com/Azure/azure-sdk-for-java</url>

<distributionManagement>
Expand Down
7 changes: 5 additions & 2 deletions sdk/communication/azure-communication-sms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@
<version>1.0.0-beta.3</version> <!-- {x-version-update;com.azure:azure-communication-sms;current} -->

<name>Microsoft Azure library for sending SMS messages</name>
<description>This package contains clients and data structures used to send
SMS messages with Azure Communication SMS Service.</description>
<description>
This package contains clients and data structures used to send SMS messages with Azure Communication SMS Service.
For this release, see notes - https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/communication/azure-communication-sms/README.md and https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/communication/azure-communication-sms/CHANGELOG.md.
Microsoft Azure Communication SMS quickstart - https://docs.microsoft.com/azure/communication-services/quickstarts/telephony-sms/send?pivots=programming-language-java
</description>
<url>https://github.com/Azure/azure-sdk-for-java</url>

<distributionManagement>
Expand Down