From 41baf77adeac1d79f1b9af1d307ed66d6de80db3 Mon Sep 17 00:00:00 2001 From: Yonghui Ye <58474919+hui1110@users.noreply.github.com> Date: Mon, 29 Nov 2021 11:21:19 +0800 Subject: [PATCH] Add more items in pom.xml. (#25715) --- .../pom.xml | 17 ++++++++- .../spring-cloud-azure-actuator/pom.xml | 17 ++++++++- .../actuate/cosmos/CosmosHealthIndicator.java | 3 +- .../spring-cloud-azure-autoconfigure/pom.xml | 17 ++++++++- ...PremiumServiceBusJmsAutoConfiguration.java | 1 + sdk/spring/spring-cloud-azure-core/pom.xml | 17 ++++++++- .../core/resource/StorageBlobResource.java | 2 + .../pom.xml | 17 ++++++++- sdk/spring/spring-cloud-azure-service/pom.xml | 17 ++++++++- .../pom.xml | 37 ++++++++---------- .../pom.xml | 38 ++++++++----------- .../pom.xml | 37 ++++++++---------- .../pom.xml | 37 ++++++++---------- .../spring-cloud-azure-starter-cosmos/pom.xml | 37 ++++++++---------- .../pom.xml | 37 ++++++++---------- .../pom.xml | 37 ++++++++---------- .../pom.xml | 37 ++++++++---------- .../pom.xml | 37 ++++++++---------- .../pom.xml | 37 ++++++++---------- .../pom.xml | 37 ++++++++---------- .../pom.xml | 37 ++++++++---------- .../pom.xml | 37 ++++++++---------- .../pom.xml | 37 ++++++++---------- .../pom.xml | 37 ++++++++---------- .../pom.xml | 37 ++++++++---------- .../pom.xml | 37 ++++++++---------- .../pom.xml | 37 ++++++++---------- .../pom.xml | 37 ++++++++---------- sdk/spring/spring-cloud-azure-starter/pom.xml | 37 ++++++++---------- .../pom.xml | 17 ++++++++- .../pom.xml | 17 ++++++++- .../pom.xml | 17 ++++++++- .../pom.xml | 17 ++++++++- .../pom.xml | 17 ++++++++- .../pom.xml | 16 ++++++++ .../spring-cloud-azure-trace-sleuth/pom.xml | 17 ++++++++- .../spring-integration-azure-core/pom.xml | 17 ++++++++- .../pom.xml | 17 ++++++++- .../pom.xml | 17 ++++++++- .../pom.xml | 17 ++++++++- .../spring-messaging-azure-eventhubs/pom.xml | 17 ++++++++- .../spring-messaging-azure-servicebus/pom.xml | 17 ++++++++- .../pom.xml | 17 ++++++++- sdk/spring/spring-messaging-azure/pom.xml | 17 ++++++++- 44 files changed, 661 insertions(+), 442 deletions(-) diff --git a/sdk/spring/spring-cloud-azure-actuator-autoconfigure/pom.xml b/sdk/spring/spring-cloud-azure-actuator-autoconfigure/pom.xml index 62b9479dc1f98..e11a1c0eefe4e 100644 --- a/sdk/spring/spring-cloud-azure-actuator-autoconfigure/pom.xml +++ b/sdk/spring/spring-cloud-azure-actuator-autoconfigure/pom.xml @@ -21,7 +21,22 @@ Spring Cloud Azure Actuator AutoConfigure Spring Cloud Azure Starter Actuator AutoConfigure - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + 0.10 diff --git a/sdk/spring/spring-cloud-azure-actuator/pom.xml b/sdk/spring/spring-cloud-azure-actuator/pom.xml index cc4cb84b3de5d..8b3101361162b 100644 --- a/sdk/spring/spring-cloud-azure-actuator/pom.xml +++ b/sdk/spring/spring-cloud-azure-actuator/pom.xml @@ -20,7 +20,22 @@ 4.0.0-beta.3 Spring Cloud Azure Actuator - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + diff --git a/sdk/spring/spring-cloud-azure-actuator/src/main/java/com/azure/spring/cloud/actuate/cosmos/CosmosHealthIndicator.java b/sdk/spring/spring-cloud-azure-actuator/src/main/java/com/azure/spring/cloud/actuate/cosmos/CosmosHealthIndicator.java index 452d6057cee09..5b969f638a620 100644 --- a/sdk/spring/spring-cloud-azure-actuator/src/main/java/com/azure/spring/cloud/actuate/cosmos/CosmosHealthIndicator.java +++ b/sdk/spring/spring-cloud-azure-actuator/src/main/java/com/azure/spring/cloud/actuate/cosmos/CosmosHealthIndicator.java @@ -31,8 +31,9 @@ public class CosmosHealthIndicator extends AbstractHealthIndicator { /** * Creates a new instance of {@link CosmosHealthIndicator}. - * * @param cosmosAsyncClient the cosmosAsyncClient + * @param database database name + * @param endpoint cosmos endpoint */ public CosmosHealthIndicator(CosmosAsyncClient cosmosAsyncClient, String database, String endpoint) { super("Cosmos health check failed"); diff --git a/sdk/spring/spring-cloud-azure-autoconfigure/pom.xml b/sdk/spring/spring-cloud-azure-autoconfigure/pom.xml index 1883a27cefcfa..c69f8be9b2738 100644 --- a/sdk/spring/spring-cloud-azure-autoconfigure/pom.xml +++ b/sdk/spring/spring-cloud-azure-autoconfigure/pom.xml @@ -16,7 +16,22 @@ Spring Cloud Azure AutoConfigure Spring Cloud Azure AutoConfigure - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + 0.10 diff --git a/sdk/spring/spring-cloud-azure-autoconfigure/src/main/java/com/azure/spring/cloud/autoconfigure/jms/NonPremiumServiceBusJmsAutoConfiguration.java b/sdk/spring/spring-cloud-azure-autoconfigure/src/main/java/com/azure/spring/cloud/autoconfigure/jms/NonPremiumServiceBusJmsAutoConfiguration.java index 9bc1fa13b599a..dd79ec5153419 100644 --- a/sdk/spring/spring-cloud-azure-autoconfigure/src/main/java/com/azure/spring/cloud/autoconfigure/jms/NonPremiumServiceBusJmsAutoConfiguration.java +++ b/sdk/spring/spring-cloud-azure-autoconfigure/src/main/java/com/azure/spring/cloud/autoconfigure/jms/NonPremiumServiceBusJmsAutoConfiguration.java @@ -41,6 +41,7 @@ public NonPremiumServiceBusJmsAutoConfiguration(AzureServiceBusJmsProperties azu /** * Declare JMS ConnectionFactory bean. * + * @param serviceBusJMSProperties serviceBusJMSProperties name * @return JMS ConnectionFactory bean */ @Bean diff --git a/sdk/spring/spring-cloud-azure-core/pom.xml b/sdk/spring/spring-cloud-azure-core/pom.xml index fffb3bf7cac7e..56c1eecf87809 100644 --- a/sdk/spring/spring-cloud-azure-core/pom.xml +++ b/sdk/spring/spring-cloud-azure-core/pom.xml @@ -15,7 +15,22 @@ 4.0.0-beta.3 Spring Cloud Azure Core - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + 0.01 diff --git a/sdk/spring/spring-cloud-azure-core/src/main/java/com/azure/spring/core/resource/StorageBlobResource.java b/sdk/spring/spring-cloud-azure-core/src/main/java/com/azure/spring/core/resource/StorageBlobResource.java index 9627d2f7072ce..b613ba7fd53e8 100644 --- a/sdk/spring/spring-cloud-azure-core/src/main/java/com/azure/spring/core/resource/StorageBlobResource.java +++ b/sdk/spring/spring-cloud-azure-core/src/main/java/com/azure/spring/core/resource/StorageBlobResource.java @@ -71,6 +71,8 @@ public StorageBlobResource(BlobServiceClient blobServiceClient, String location, * @param blobServiceClient the BlobServiceClient * @param location the location * @param autoCreateFiles whether to automatically create files + * @param snapshot the snapshot name + * @param versionId the version id * @param contentType the content type */ public StorageBlobResource(BlobServiceClient blobServiceClient, String location, Boolean autoCreateFiles, diff --git a/sdk/spring/spring-cloud-azure-resourcemanager/pom.xml b/sdk/spring/spring-cloud-azure-resourcemanager/pom.xml index 9674e786b5489..45064be24dece 100644 --- a/sdk/spring/spring-cloud-azure-resourcemanager/pom.xml +++ b/sdk/spring/spring-cloud-azure-resourcemanager/pom.xml @@ -16,7 +16,22 @@ Spring Cloud Azure Resource Manager Spring Cloud Azure Resource Manager - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + 0.09 diff --git a/sdk/spring/spring-cloud-azure-service/pom.xml b/sdk/spring/spring-cloud-azure-service/pom.xml index e8163dd6b4b50..9f6c95440b1c0 100644 --- a/sdk/spring/spring-cloud-azure-service/pom.xml +++ b/sdk/spring/spring-cloud-azure-service/pom.xml @@ -16,7 +16,22 @@ Spring Cloud Azure Service Spring Cloud Azure Service - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + 0.01 diff --git a/sdk/spring/spring-cloud-azure-starter-active-directory-b2c/pom.xml b/sdk/spring/spring-cloud-azure-starter-active-directory-b2c/pom.xml index 23ea4d6d2499b..dd06eb028bb28 100644 --- a/sdk/spring/spring-cloud-azure-starter-active-directory-b2c/pom.xml +++ b/sdk/spring/spring-cloud-azure-starter-active-directory-b2c/pom.xml @@ -11,13 +11,27 @@ Spring Cloud Azure Starter Active Directory B2C Spring Cloud Azure Starter Active Directory B2C - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-java - https://github.com/Azure/azure-sdk-for-java/issues @@ -28,13 +42,6 @@ - - - microsoft - Microsoft Corporation - - - @@ -76,18 +83,6 @@ - - GitHub - ${issues.url} - - - - https://github.com/Azure/azure-sdk-for-java - scm:git:https://github.com/Azure/azure-sdk-for-java.git - - HEAD - - com.azure.spring diff --git a/sdk/spring/spring-cloud-azure-starter-active-directory/pom.xml b/sdk/spring/spring-cloud-azure-starter-active-directory/pom.xml index d825173e50ea9..061a66d75e4bf 100644 --- a/sdk/spring/spring-cloud-azure-starter-active-directory/pom.xml +++ b/sdk/spring/spring-cloud-azure-starter-active-directory/pom.xml @@ -11,12 +11,26 @@ Spring Cloud Azure Starter Active Directory Spring Cloud Azure Starter Active Directory - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-java - https://github.com/Azure/azure-sdk-for-java/issues @@ -27,13 +41,6 @@ - - - microsoft - Microsoft Corporation - - - @@ -75,19 +82,6 @@ - - GitHub - ${issues.url} - - - - https://github.com/Azure/azure-sdk-for-java - scm:git:https://github.com/Azure/azure-sdk-for-java.git - - HEAD - - - com.azure.spring diff --git a/sdk/spring/spring-cloud-azure-starter-actuator/pom.xml b/sdk/spring/spring-cloud-azure-starter-actuator/pom.xml index d23e29c17f11b..3337a8d569f86 100644 --- a/sdk/spring/spring-cloud-azure-starter-actuator/pom.xml +++ b/sdk/spring/spring-cloud-azure-starter-actuator/pom.xml @@ -10,7 +10,22 @@ Spring Cloud Azure Starter Actuator Spring Cloud Azure Starter Actuator - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + 1.8 @@ -18,7 +33,6 @@ https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-java - https://github.com/Azure/azure-sdk-for-java/issues @@ -29,13 +43,6 @@ - - - microsoft - Microsoft Corporation - - - @@ -77,18 +84,6 @@ - - GitHub - ${issues.url} - - - - https://github.com/Azure/azure-sdk-for-java - scm:git:https://github.com/Azure/azure-sdk-for-java.git - - HEAD - - com.azure.spring diff --git a/sdk/spring/spring-cloud-azure-starter-appconfiguration/pom.xml b/sdk/spring/spring-cloud-azure-starter-appconfiguration/pom.xml index 773385bd796e8..5382566511efa 100644 --- a/sdk/spring/spring-cloud-azure-starter-appconfiguration/pom.xml +++ b/sdk/spring/spring-cloud-azure-starter-appconfiguration/pom.xml @@ -10,7 +10,22 @@ Spring Cloud Azure Starter App Configuration Spring Cloud Azure Starter App Configuration - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + 1.8 @@ -18,7 +33,6 @@ https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-java - https://github.com/Azure/azure-sdk-for-java/issues @@ -29,13 +43,6 @@ - - - microsoft - Microsoft Corporation - - - @@ -77,18 +84,6 @@ - - GitHub - ${issues.url} - - - - https://github.com/Azure/azure-sdk-for-java - scm:git:https://github.com/Azure/azure-sdk-for-java.git - - HEAD - - com.azure.spring diff --git a/sdk/spring/spring-cloud-azure-starter-cosmos/pom.xml b/sdk/spring/spring-cloud-azure-starter-cosmos/pom.xml index f30dd9ce787fe..186483df65099 100644 --- a/sdk/spring/spring-cloud-azure-starter-cosmos/pom.xml +++ b/sdk/spring/spring-cloud-azure-starter-cosmos/pom.xml @@ -10,7 +10,22 @@ Spring Cloud Azure Starter Cosmos DB Spring Cloud Azure Starter Cosmos DB - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + 1.8 @@ -18,7 +33,6 @@ https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-java - https://github.com/Azure/azure-sdk-for-java/issues @@ -29,13 +43,6 @@ - - - microsoft - Microsoft Corporation - - - @@ -77,18 +84,6 @@ - - GitHub - ${issues.url} - - - - https://github.com/Azure/azure-sdk-for-java - scm:git:https://github.com/Azure/azure-sdk-for-java.git - - HEAD - - com.azure.spring diff --git a/sdk/spring/spring-cloud-azure-starter-data-cosmos/pom.xml b/sdk/spring/spring-cloud-azure-starter-data-cosmos/pom.xml index fc91caf3dc519..e084cbfa05a9e 100644 --- a/sdk/spring/spring-cloud-azure-starter-data-cosmos/pom.xml +++ b/sdk/spring/spring-cloud-azure-starter-data-cosmos/pom.xml @@ -10,7 +10,22 @@ Spring Cloud Azure Starter Data Cosmos DB Spring Cloud Azure Starter Data Cosmos DB - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + 1.8 @@ -18,7 +33,6 @@ https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-java - https://github.com/Azure/azure-sdk-for-java/issues @@ -29,13 +43,6 @@ - - - microsoft - Microsoft Corporation - - - @@ -77,18 +84,6 @@ - - GitHub - ${issues.url} - - - - https://github.com/Azure/azure-sdk-for-java - scm:git:https://github.com/Azure/azure-sdk-for-java.git - - HEAD - - com.azure.spring diff --git a/sdk/spring/spring-cloud-azure-starter-eventhubs/pom.xml b/sdk/spring/spring-cloud-azure-starter-eventhubs/pom.xml index e1c46ed71f45f..19d9933eb2ccc 100644 --- a/sdk/spring/spring-cloud-azure-starter-eventhubs/pom.xml +++ b/sdk/spring/spring-cloud-azure-starter-eventhubs/pom.xml @@ -11,13 +11,27 @@ Spring Cloud Azure Starter Event Hubs Spring Cloud Azure Starter Event Hubs - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-java - https://github.com/Azure/azure-sdk-for-java/issues @@ -28,13 +42,6 @@ - - - microsoft - Microsoft Corporation - - - @@ -76,18 +83,6 @@ - - GitHub - ${issues.url} - - - - https://github.com/Azure/azure-sdk-for-java - scm:git:https://github.com/Azure/azure-sdk-for-java.git - - HEAD - - com.azure.spring diff --git a/sdk/spring/spring-cloud-azure-starter-integration-eventhubs/pom.xml b/sdk/spring/spring-cloud-azure-starter-integration-eventhubs/pom.xml index efdcfe65ff3f4..cf103dda20b75 100644 --- a/sdk/spring/spring-cloud-azure-starter-integration-eventhubs/pom.xml +++ b/sdk/spring/spring-cloud-azure-starter-integration-eventhubs/pom.xml @@ -11,13 +11,27 @@ Spring Cloud Azure Starter Integration Event Hubs Spring Cloud Azure Starter Integration Event Hubs - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-java - https://github.com/Azure/azure-sdk-for-java/issues @@ -28,13 +42,6 @@ - - - microsoft - Microsoft Corporation - - - @@ -76,18 +83,6 @@ - - GitHub - ${issues.url} - - - - https://github.com/Azure/azure-sdk-for-java - scm:git:https://github.com/Azure/azure-sdk-for-java.git - - HEAD - - com.azure.spring diff --git a/sdk/spring/spring-cloud-azure-starter-integration-servicebus/pom.xml b/sdk/spring/spring-cloud-azure-starter-integration-servicebus/pom.xml index aac8a3e6b608b..434eb1b32f5cb 100644 --- a/sdk/spring/spring-cloud-azure-starter-integration-servicebus/pom.xml +++ b/sdk/spring/spring-cloud-azure-starter-integration-servicebus/pom.xml @@ -11,7 +11,22 @@ Spring Cloud Azure Starter Integration Service Bus Spring Cloud Azure Starter Integration Service Bus - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + 1.8 @@ -19,7 +34,6 @@ https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-java - https://github.com/Azure/azure-sdk-for-java/issues @@ -30,13 +44,6 @@ - - - microsoft - Microsoft Corporation - - - @@ -78,18 +85,6 @@ - - GitHub - ${issues.url} - - - - https://github.com/Azure/azure-sdk-for-java - scm:git:https://github.com/Azure/azure-sdk-for-java.git - - HEAD - - com.azure.spring diff --git a/sdk/spring/spring-cloud-azure-starter-integration-storage-queue/pom.xml b/sdk/spring/spring-cloud-azure-starter-integration-storage-queue/pom.xml index f8907ed4ac865..cc6836dca15dd 100644 --- a/sdk/spring/spring-cloud-azure-starter-integration-storage-queue/pom.xml +++ b/sdk/spring/spring-cloud-azure-starter-integration-storage-queue/pom.xml @@ -14,7 +14,22 @@ Spring Cloud Azure Starter Integration Storage Queue Spring Cloud Azure Starter Integration Storage Queue - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + 1.8 @@ -22,7 +37,6 @@ https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-java - https://github.com/Azure/azure-sdk-for-java/issues @@ -33,13 +47,6 @@ - - - microsoft - Microsoft Corporation - - - @@ -81,18 +88,6 @@ - - GitHub - ${issues.url} - - - - https://github.com/Azure/azure-sdk-for-java - scm:git:https://github.com/Azure/azure-sdk-for-java.git - - HEAD - - com.azure.spring diff --git a/sdk/spring/spring-cloud-azure-starter-keyvault-certificates/pom.xml b/sdk/spring/spring-cloud-azure-starter-keyvault-certificates/pom.xml index 1785ef6d0c3b9..87a169780a432 100644 --- a/sdk/spring/spring-cloud-azure-starter-keyvault-certificates/pom.xml +++ b/sdk/spring/spring-cloud-azure-starter-keyvault-certificates/pom.xml @@ -10,7 +10,22 @@ Spring Cloud Azure Starter Key Vault Certificates Spring Cloud Azure Starter Key Vault Certificates - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + 0.05 @@ -20,7 +35,6 @@ https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-java - https://github.com/Azure/azure-sdk-for-java/issues @@ -31,13 +45,6 @@ - - - microsoft - Microsoft Corporation - - - @@ -79,18 +86,6 @@ - - GitHub - ${issues.url} - - - - https://github.com/Azure/azure-sdk-for-java - scm:git:https://github.com/Azure/azure-sdk-for-java.git - - HEAD - - org.springframework.boot diff --git a/sdk/spring/spring-cloud-azure-starter-keyvault-secrets/pom.xml b/sdk/spring/spring-cloud-azure-starter-keyvault-secrets/pom.xml index 018bacdff330c..f25c79fd14746 100644 --- a/sdk/spring/spring-cloud-azure-starter-keyvault-secrets/pom.xml +++ b/sdk/spring/spring-cloud-azure-starter-keyvault-secrets/pom.xml @@ -10,7 +10,22 @@ Spring Cloud Azure Starter Key Vault Secrets Spring Cloud Azure Starter Key Vault Secrets - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + 1.8 @@ -18,7 +33,6 @@ https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-java - https://github.com/Azure/azure-sdk-for-java/issues @@ -29,13 +43,6 @@ - - - microsoft - Microsoft Corporation - - - @@ -77,18 +84,6 @@ - - GitHub - ${issues.url} - - - - https://github.com/Azure/azure-sdk-for-java - scm:git:https://github.com/Azure/azure-sdk-for-java.git - - HEAD - - com.azure.spring diff --git a/sdk/spring/spring-cloud-azure-starter-servicebus-jms/pom.xml b/sdk/spring/spring-cloud-azure-starter-servicebus-jms/pom.xml index 02e65f5819811..4a6309248f0bd 100644 --- a/sdk/spring/spring-cloud-azure-starter-servicebus-jms/pom.xml +++ b/sdk/spring/spring-cloud-azure-starter-servicebus-jms/pom.xml @@ -10,7 +10,22 @@ Spring Cloud Azure Starter Service Bus JMS Spring Cloud Azure Starter Service Bus JMS - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + 1.8 @@ -18,7 +33,6 @@ https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-java - https://github.com/Azure/azure-sdk-for-java/issues @@ -29,13 +43,6 @@ - - - microsoft - Microsoft Corporation - - - @@ -77,18 +84,6 @@ - - GitHub - ${issues.url} - - - - https://github.com/Azure/azure-sdk-for-java - scm:git:https://github.com/Azure/azure-sdk-for-java.git - - HEAD - - com.azure.spring diff --git a/sdk/spring/spring-cloud-azure-starter-servicebus/pom.xml b/sdk/spring/spring-cloud-azure-starter-servicebus/pom.xml index a49994042e583..c0fad69360bcc 100644 --- a/sdk/spring/spring-cloud-azure-starter-servicebus/pom.xml +++ b/sdk/spring/spring-cloud-azure-starter-servicebus/pom.xml @@ -11,7 +11,22 @@ Spring Cloud Azure Starter Service Bus Spring Cloud Azure Starter Service Bus - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + 1.8 @@ -19,7 +34,6 @@ https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-java - https://github.com/Azure/azure-sdk-for-java/issues @@ -30,13 +44,6 @@ - - - microsoft - Microsoft Corporation - - - @@ -78,18 +85,6 @@ - - GitHub - ${issues.url} - - - - https://github.com/Azure/azure-sdk-for-java - scm:git:https://github.com/Azure/azure-sdk-for-java.git - - HEAD - - com.azure.spring diff --git a/sdk/spring/spring-cloud-azure-starter-storage-blob/pom.xml b/sdk/spring/spring-cloud-azure-starter-storage-blob/pom.xml index 44ad2245bf805..6a87f600f8edb 100644 --- a/sdk/spring/spring-cloud-azure-starter-storage-blob/pom.xml +++ b/sdk/spring/spring-cloud-azure-starter-storage-blob/pom.xml @@ -10,7 +10,22 @@ Spring Cloud Azure Starter Storage Blob Spring Cloud Azure Starter Storage Blob - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + 1.8 @@ -18,7 +33,6 @@ https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-java - https://github.com/Azure/azure-sdk-for-java/issues @@ -29,13 +43,6 @@ - - - microsoft - Microsoft Corporation - - - @@ -77,18 +84,6 @@ - - GitHub - ${issues.url} - - - - https://github.com/Azure/azure-sdk-for-java - scm:git:https://github.com/Azure/azure-sdk-for-java.git - - HEAD - - com.azure.spring diff --git a/sdk/spring/spring-cloud-azure-starter-storage-file-share/pom.xml b/sdk/spring/spring-cloud-azure-starter-storage-file-share/pom.xml index 84c7fc4530620..b0983f8736064 100644 --- a/sdk/spring/spring-cloud-azure-starter-storage-file-share/pom.xml +++ b/sdk/spring/spring-cloud-azure-starter-storage-file-share/pom.xml @@ -10,7 +10,22 @@ Spring Cloud Azure Starter Storage File Share Spring Cloud Azure Starter Storage File Share - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + 1.8 @@ -18,7 +33,6 @@ https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-java - https://github.com/Azure/azure-sdk-for-java/issues @@ -29,13 +43,6 @@ - - - microsoft - Microsoft Corporation - - - @@ -77,18 +84,6 @@ - - GitHub - ${issues.url} - - - - https://github.com/Azure/azure-sdk-for-java - scm:git:https://github.com/Azure/azure-sdk-for-java.git - - HEAD - - com.azure.spring diff --git a/sdk/spring/spring-cloud-azure-starter-storage-queue/pom.xml b/sdk/spring/spring-cloud-azure-starter-storage-queue/pom.xml index eb932babb6d02..7d84010ac1b4e 100644 --- a/sdk/spring/spring-cloud-azure-starter-storage-queue/pom.xml +++ b/sdk/spring/spring-cloud-azure-starter-storage-queue/pom.xml @@ -14,7 +14,22 @@ Spring Cloud Azure Starter Storage Queue Spring Cloud Azure Starter Storage Queue - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + 1.8 @@ -22,7 +37,6 @@ https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-java - https://github.com/Azure/azure-sdk-for-java/issues @@ -33,13 +47,6 @@ - - - microsoft - Microsoft Corporation - - - @@ -81,18 +88,6 @@ - - GitHub - ${issues.url} - - - - https://github.com/Azure/azure-sdk-for-java - scm:git:https://github.com/Azure/azure-sdk-for-java.git - - HEAD - - com.azure.spring diff --git a/sdk/spring/spring-cloud-azure-starter-stream-eventhubs/pom.xml b/sdk/spring/spring-cloud-azure-starter-stream-eventhubs/pom.xml index 15ebf002e8601..3e79c3a1d0495 100644 --- a/sdk/spring/spring-cloud-azure-starter-stream-eventhubs/pom.xml +++ b/sdk/spring/spring-cloud-azure-starter-stream-eventhubs/pom.xml @@ -11,13 +11,27 @@ Spring Cloud Azure Starter Stream Event Hubs Spring Cloud Azure Starter Stream Event Hubs - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-java - https://github.com/Azure/azure-sdk-for-java/issues @@ -28,13 +42,6 @@ - - - microsoft - Microsoft Corporation - - - @@ -76,18 +83,6 @@ - - GitHub - ${issues.url} - - - - https://github.com/Azure/azure-sdk-for-java - scm:git:https://github.com/Azure/azure-sdk-for-java.git - - HEAD - - com.azure.spring diff --git a/sdk/spring/spring-cloud-azure-starter-stream-servicebus/pom.xml b/sdk/spring/spring-cloud-azure-starter-stream-servicebus/pom.xml index 89fc322bec9cc..126422ec3eebb 100644 --- a/sdk/spring/spring-cloud-azure-starter-stream-servicebus/pom.xml +++ b/sdk/spring/spring-cloud-azure-starter-stream-servicebus/pom.xml @@ -11,13 +11,27 @@ Spring Cloud Azure Starter Stream Service Bus Spring Cloud Azure Starter Stream Service Bus - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-java - https://github.com/Azure/azure-sdk-for-java/issues @@ -28,13 +42,6 @@ - - - microsoft - Microsoft Corporation - - - @@ -76,18 +83,6 @@ - - GitHub - ${issues.url} - - - - https://github.com/Azure/azure-sdk-for-java - scm:git:https://github.com/Azure/azure-sdk-for-java.git - - HEAD - - com.azure.spring diff --git a/sdk/spring/spring-cloud-azure-starter/pom.xml b/sdk/spring/spring-cloud-azure-starter/pom.xml index 9080ac97e633c..8cbbdd2cd0ed1 100644 --- a/sdk/spring/spring-cloud-azure-starter/pom.xml +++ b/sdk/spring/spring-cloud-azure-starter/pom.xml @@ -10,7 +10,22 @@ Spring Cloud Azure Starter Core starter, including auto-configuration support - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + 1.8 @@ -18,7 +33,6 @@ https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-java - https://github.com/Azure/azure-sdk-for-java/issues @@ -29,13 +43,6 @@ - - - microsoft - Microsoft Corporation - - - @@ -77,18 +84,6 @@ - - GitHub - ${issues.url} - - - - https://github.com/Azure/azure-sdk-for-java - scm:git:https://github.com/Azure/azure-sdk-for-java.git - - HEAD - - org.springframework.boot diff --git a/sdk/spring/spring-cloud-azure-stream-binder-eventhubs-core/pom.xml b/sdk/spring/spring-cloud-azure-stream-binder-eventhubs-core/pom.xml index 7393c0bd64e11..34825d6ccb5d1 100644 --- a/sdk/spring/spring-cloud-azure-stream-binder-eventhubs-core/pom.xml +++ b/sdk/spring/spring-cloud-azure-stream-binder-eventhubs-core/pom.xml @@ -16,7 +16,22 @@ Spring Cloud Azure Stream Binder Event Hubs Core Spring Cloud Azure Stream Binder Event Hubs Core - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + 0.10 diff --git a/sdk/spring/spring-cloud-azure-stream-binder-eventhubs/pom.xml b/sdk/spring/spring-cloud-azure-stream-binder-eventhubs/pom.xml index 4b8a92f1cfd76..bb245ff65f0fd 100644 --- a/sdk/spring/spring-cloud-azure-stream-binder-eventhubs/pom.xml +++ b/sdk/spring/spring-cloud-azure-stream-binder-eventhubs/pom.xml @@ -16,7 +16,22 @@ Spring Cloud Azure Stream Binder Event Hubs Spring Cloud Azure Stream Binder Event Hubs - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + 0.01 diff --git a/sdk/spring/spring-cloud-azure-stream-binder-servicebus-core/pom.xml b/sdk/spring/spring-cloud-azure-stream-binder-servicebus-core/pom.xml index d1897681cc289..f98dd4cfd964b 100644 --- a/sdk/spring/spring-cloud-azure-stream-binder-servicebus-core/pom.xml +++ b/sdk/spring/spring-cloud-azure-stream-binder-servicebus-core/pom.xml @@ -16,7 +16,22 @@ Spring Cloud Azure Stream Binder Service Bus Core Spring Cloud Azure Stream Binder Service Bus Core - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + 0.10 diff --git a/sdk/spring/spring-cloud-azure-stream-binder-servicebus/pom.xml b/sdk/spring/spring-cloud-azure-stream-binder-servicebus/pom.xml index 88b63b24f8f78..12c02424f7340 100644 --- a/sdk/spring/spring-cloud-azure-stream-binder-servicebus/pom.xml +++ b/sdk/spring/spring-cloud-azure-stream-binder-servicebus/pom.xml @@ -16,7 +16,22 @@ Spring Cloud Azure Stream Binder Service Bus Spring Cloud Azure Stream Binder Service Bus - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + 0.10 diff --git a/sdk/spring/spring-cloud-azure-stream-binder-test/pom.xml b/sdk/spring/spring-cloud-azure-stream-binder-test/pom.xml index 8d0d5b216699e..def67d92cce4f 100644 --- a/sdk/spring/spring-cloud-azure-stream-binder-test/pom.xml +++ b/sdk/spring/spring-cloud-azure-stream-binder-test/pom.xml @@ -16,7 +16,22 @@ Spring Cloud Azure Stream Binder Test Spring Cloud Azure Stream Binder Test - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + diff --git a/sdk/spring/spring-cloud-azure-test-servicebus-binder/pom.xml b/sdk/spring/spring-cloud-azure-test-servicebus-binder/pom.xml index 460f4a5b788b0..8cc071bd47c7e 100644 --- a/sdk/spring/spring-cloud-azure-test-servicebus-binder/pom.xml +++ b/sdk/spring/spring-cloud-azure-test-servicebus-binder/pom.xml @@ -14,6 +14,22 @@ com.azure.spring spring-cloud-azure-test-servicebus-binder 1.0.0 + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + diff --git a/sdk/spring/spring-cloud-azure-trace-sleuth/pom.xml b/sdk/spring/spring-cloud-azure-trace-sleuth/pom.xml index 68458c74a54f7..70f52b1c4fa47 100644 --- a/sdk/spring/spring-cloud-azure-trace-sleuth/pom.xml +++ b/sdk/spring/spring-cloud-azure-trace-sleuth/pom.xml @@ -15,7 +15,22 @@ 4.0.0-beta.3 Spring Cloud Azure Trace on Sleuth - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + 0.01 diff --git a/sdk/spring/spring-integration-azure-core/pom.xml b/sdk/spring/spring-integration-azure-core/pom.xml index f619f8d500d42..b71dab52497cb 100644 --- a/sdk/spring/spring-integration-azure-core/pom.xml +++ b/sdk/spring/spring-integration-azure-core/pom.xml @@ -16,7 +16,22 @@ Spring Integration Azure Core Spring Integration Azure Core - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + 0.10 diff --git a/sdk/spring/spring-integration-azure-eventhubs/pom.xml b/sdk/spring/spring-integration-azure-eventhubs/pom.xml index 787917413f5cb..2915e7ce153ad 100644 --- a/sdk/spring/spring-integration-azure-eventhubs/pom.xml +++ b/sdk/spring/spring-integration-azure-eventhubs/pom.xml @@ -16,7 +16,22 @@ Spring Integration Azure Event Hubs Spring Integration Azure Event Hubs - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + 0.00 diff --git a/sdk/spring/spring-integration-azure-servicebus/pom.xml b/sdk/spring/spring-integration-azure-servicebus/pom.xml index 426229c5f2a1c..183ef3bb416a2 100644 --- a/sdk/spring/spring-integration-azure-servicebus/pom.xml +++ b/sdk/spring/spring-integration-azure-servicebus/pom.xml @@ -16,7 +16,22 @@ Spring Integration Azure Service Bus Spring Integration Azure Service Bus - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + 0.10 diff --git a/sdk/spring/spring-integration-azure-storage-queue/pom.xml b/sdk/spring/spring-integration-azure-storage-queue/pom.xml index 8f6cae0080952..42eaacd7cefe2 100644 --- a/sdk/spring/spring-integration-azure-storage-queue/pom.xml +++ b/sdk/spring/spring-integration-azure-storage-queue/pom.xml @@ -17,7 +17,22 @@ Spring Integration Azure Storage Queue Spring Integration Azure Storage Queue - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + 0.10 diff --git a/sdk/spring/spring-messaging-azure-eventhubs/pom.xml b/sdk/spring/spring-messaging-azure-eventhubs/pom.xml index ef2a422922dd9..b856ed56113e9 100644 --- a/sdk/spring/spring-messaging-azure-eventhubs/pom.xml +++ b/sdk/spring/spring-messaging-azure-eventhubs/pom.xml @@ -16,7 +16,22 @@ Spring Messaging Azure Event Hubs Spring Messaging Azure Event Hubs - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + 0.07 diff --git a/sdk/spring/spring-messaging-azure-servicebus/pom.xml b/sdk/spring/spring-messaging-azure-servicebus/pom.xml index c1187d2477e4e..63786289c06f5 100644 --- a/sdk/spring/spring-messaging-azure-servicebus/pom.xml +++ b/sdk/spring/spring-messaging-azure-servicebus/pom.xml @@ -17,7 +17,22 @@ Spring Messaging Azure Service Bus Spring Messaging Azure Service Bus - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + 0.10 diff --git a/sdk/spring/spring-messaging-azure-storage-queue/pom.xml b/sdk/spring/spring-messaging-azure-storage-queue/pom.xml index 6ad709079cfcb..19cc945971f8c 100644 --- a/sdk/spring/spring-messaging-azure-storage-queue/pom.xml +++ b/sdk/spring/spring-messaging-azure-storage-queue/pom.xml @@ -16,7 +16,22 @@ Spring Messaging Azure Storage Queue Spring Messaging Azure Storage Queue - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + 0.10 diff --git a/sdk/spring/spring-messaging-azure/pom.xml b/sdk/spring/spring-messaging-azure/pom.xml index 9c2ae30485b7e..fb4e6858a18cc 100644 --- a/sdk/spring/spring-messaging-azure/pom.xml +++ b/sdk/spring/spring-messaging-azure/pom.xml @@ -16,7 +16,22 @@ Spring Messaging Azure Spring Messaging Azure - https://github.com/Azure/azure-sdk-for-java + https://microsoft.github.io/spring-cloud-azure + + + Spring Cloud Azure + SpringIntegSupport@microsoft.com + + + + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git + https://github.com/Azure/azure-sdk-for-java + + + GitHub + https://github.com/Azure/azure-sdk-for-java/issues + 0.10