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

Update package group and add description in pom.xml #4987

Merged
merged 1 commit into from
Aug 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 4 additions & 0 deletions pom.client.xml
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,10 @@
<title>Azure Storage - Queues</title>
<packages>com.azure.storage.queue*</packages>
</group>
<group>
<title>Azure Telemetry</title>
<packages>com.azure.tracing.opentelemetry*</packages>
</group>
</groups>
<links>
<link>https://docs.oracle.com/javase/8/docs/api/</link>
Expand Down
4 changes: 4 additions & 0 deletions sdk/identity/azure-identity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
<artifactId>azure-identity</artifactId>
<version>1.0.0-preview.3</version>

<name>Microsoft Azure client library for Identity</name>
<description>This module contains client library for Microsoft Azure Identity.</description>
<url>https://github.com/Azure/azure-sdk-for-java</url>

<parent>
<groupId>com.azure</groupId>
<artifactId>azure-client-sdk-parent</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion sdk/keyvault/azure-keyvault-keys/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
<artifactId>azure-keyvault-keys</artifactId>
<version>4.0.0-preview.3</version>

<name>azure-keyvault-keys</name>
<name>Microsoft Azure client library for KeyVault Keys</name>
<description>This module contains client library for Microsoft Azure KeyVault Keys.</description>
<url>https://github.com/Azure/azure-sdk-for-java</url>

<distributionManagement>
Expand Down
3 changes: 2 additions & 1 deletion sdk/keyvault/azure-keyvault-secrets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
<artifactId>azure-keyvault-secrets</artifactId>
<version>4.0.0-preview.3</version>

<name>azure-keyvault-secrets</name>
<name>Microsoft Azure client library for KeyVault Secrets</name>
<description>This module contains client library for Microsoft Azure KeyVault Secrets.</description>
<url>https://github.com/Azure/azure-sdk-for-java</url>

<distributionManagement>
Expand Down
3 changes: 2 additions & 1 deletion sdk/storage/azure-storage-blob/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
<artifactId>azure-storage-blob</artifactId>
<version>12.0.0-preview.3</version>

<name>azure-storage-blob</name>
<name>Microsoft Azure client library for Blob Storage</name>
<description>This module contains client library for Microsoft Azure Blob Storage.</description>
<url>https://github.com/Azure/azure-sdk-for-java</url>

<distributionManagement>
Expand Down
3 changes: 2 additions & 1 deletion sdk/storage/azure-storage-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
<artifactId>azure-storage-common</artifactId>
<version>12.0.0-preview.3</version>

<name>azure-storage-common</name>
<name>Microsoft Azure common module for Storage</name>
<description>This module contains common code based for all Microsoft Azure Storage client libraries.</description>
<url>https://github.com/Azure/azure-sdk-for-java</url>

<distributionManagement>
Expand Down
3 changes: 2 additions & 1 deletion sdk/storage/azure-storage-file/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
<artifactId>azure-storage-file</artifactId>
<version>12.0.0-preview.3</version>

<name>azure-storage-file</name>
<name>Microsoft Azure client library for File Storage</name>
<description>This module contains client library for Microsoft Azure File Storage.</description>
<url>https://github.com/Azure/azure-sdk-for-java</url>

<distributionManagement>
Expand Down
3 changes: 2 additions & 1 deletion sdk/storage/azure-storage-queue/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
<artifactId>azure-storage-queue</artifactId>
<version>12.0.0-preview.3</version>

<name>azure-storage-queue</name>
<name>Microsoft Azure client library for Queue Storage</name>
<description>This module contains client library for Microsoft Azure Queue Storage.</description>
<url>https://github.com/Azure/azure-sdk-for-java</url>

<distributionManagement>
Expand Down