Skip to content

Commit e6351b5

Browse files
committed
Merge pull request #33918 from sannanansari
* pr/33918: Updated from spring.io to maven central Closes gh-33918
2 parents f72f357 + 26c178e commit e6351b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/update-homebrew-tap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ git clone homebrew-tap-repo updated-homebrew-tap-repo > /dev/null
77

88
if [[ $LATEST_GA = true ]]; then
99
pushd updated-homebrew-tap-repo > /dev/null
10-
curl https://repo.spring.io/libs-release-local/org/springframework/boot/spring-boot-cli/${version}/spring-boot-cli-${version}-homebrew.rb --output spring-boot-cli-${version}-homebrew.rb
10+
curl https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-cli/${version}/spring-boot-cli-${version}-homebrew.rb --output spring-boot-cli-${version}-homebrew.rb
1111
rm spring-boot.rb
1212
mv spring-boot-cli-*.rb spring-boot.rb
1313
git config user.name "Spring Builds" > /dev/null

0 commit comments

Comments
 (0)