From 2f09d8b6e852d0cce54daa2fc4acf80d273ceb23 Mon Sep 17 00:00:00 2001 From: Benjamin Heimann Date: Tue, 25 Nov 2025 09:39:18 +0100 Subject: [PATCH] Add repository link in pom.xml to allow automatic fetching of changelogs Dependency update tools like [Renovate](https://docs.renovatebot.com/) need the scm URL in the pom.xml file to be able to [automatically retrieve changelogs](https://docs.renovatebot.com/modules/datasource/maven/#making-your-changelogs-fetchable) for new releases. --- bom/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bom/pom.xml b/bom/pom.xml index 3b390ccb084..83cfa54106b 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -25,6 +25,9 @@ AWS Java SDK :: Bill of Materials The AWS SDK for Java - BOM module holds the dependency managements for individual java clients. https://aws.amazon.com/sdkforjava + + https://github.com/aws/aws-sdk-java-v2 + true