Skip to content

Commit

Permalink
Update package groups and add description in pom.xml for client libra…
Browse files Browse the repository at this point in the history
…ries (Azure#4987)
  • Loading branch information
srnagar authored and pull[bot] committed Aug 14, 2019
1 parent 5c28f74 commit df4c310
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 6 deletions.
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

0 comments on commit df4c310

Please sign in to comment.