From 05324adc861fb8353c820fc371007e42d7c48181 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 11 Oct 2023 09:31:19 +0200 Subject: [PATCH] Fix Spring Data Commons GH repo. --- playbooks/commons.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/commons.yml b/playbooks/commons.yml index f3ab49b..e9a81c3 100644 --- a/playbooks/commons.yml +++ b/playbooks/commons.yml @@ -17,7 +17,7 @@ git: ensure_git_suffix: false content: sources: - - url: https://github.com/sampledump/spring-data-commons + - url: https://github.com/spring-projects/spring-data-commons # Refname matching: # https://docs.antora.org/antora/latest/playbook/content-refname-matching/ branches: [ main, '{3..9}.*({0..9}).x', '!3.0.x', '!3.1.x' ]