From 46629ef5e4261568bdaff69512e7c37bf5a061a8 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 6 Jan 2021 16:58:05 -0800 Subject: [PATCH] Migrate away from pivotal-legacy/homebrew-tap Update formula to use spring-boot rather than springboot. This will allow both taps to be used at the same time. See gh-24659 --- spring-boot-project/spring-boot-cli/pom.xml | 6 +++--- .../src/main/homebrew/{springboot.rb => spring-boot.rb} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename spring-boot-project/spring-boot-cli/src/main/homebrew/{springboot.rb => spring-boot.rb} (96%) diff --git a/spring-boot-project/spring-boot-cli/pom.xml b/spring-boot-project/spring-boot-cli/pom.xml index a349767d00a..4c63a6791bd 100644 --- a/spring-boot-project/spring-boot-cli/pom.xml +++ b/spring-boot-project/spring-boot-cli/pom.xml @@ -349,15 +349,15 @@ property="checksum" /> - diff --git a/spring-boot-project/spring-boot-cli/src/main/homebrew/springboot.rb b/spring-boot-project/spring-boot-cli/src/main/homebrew/spring-boot.rb similarity index 96% rename from spring-boot-project/spring-boot-cli/src/main/homebrew/springboot.rb rename to spring-boot-project/spring-boot-cli/src/main/homebrew/spring-boot.rb index 4c9d0e75905..58788ad4e75 100644 --- a/spring-boot-project/spring-boot-cli/src/main/homebrew/springboot.rb +++ b/spring-boot-project/spring-boot-cli/src/main/homebrew/spring-boot.rb @@ -1,6 +1,6 @@ require 'formula' -class Springboot < Formula +class SpringBoot < Formula homepage 'https://spring.io/projects/spring-boot' url 'https://repo.spring.io/${repo}/org/springframework/boot/spring-boot-cli/${project.version}/spring-boot-cli-${project.version}-bin.tar.gz' version '${project.version}'