Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
38ad4208
Commit
38ad4208
authored
May 06, 2016
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1.3.x'
parents
8b60bbe0
d77d3ff2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pom.xml
spring-boot-cli/pom.xml
+1
-1
springboot.rb
spring-boot-cli/src/main/homebrew/springboot.rb
+1
-1
No files found.
spring-boot-cli/pom.xml
View file @
38ad4208
...
...
@@ -324,7 +324,7 @@
<stringutil
string=
"${version-type}"
property=
"repo"
>
<lowercase
/>
</stringutil>
<checksum
algorithm=
"sha-
1
"
file=
"${project.build.directory}/spring-boot-cli-${project.version}-bin.tar.gz"
property=
"checksum"
/>
<checksum
algorithm=
"sha-
256
"
file=
"${project.build.directory}/spring-boot-cli-${project.version}-bin.tar.gz"
property=
"checksum"
/>
<echo
message=
"Customizing homebrew for ${project.version} with checksum ${checksum} in ${repo} repo"
/>
<copy
file=
"${basedir}/src/main/homebrew/springboot.rb"
tofile=
"${project.build.directory}/springboot.rb"
overwrite=
"true"
>
<filterchain>
...
...
spring-boot-cli/src/main/homebrew/springboot.rb
View file @
38ad4208
...
...
@@ -4,7 +4,7 @@ class Springboot < Formula
homepage
'http://projects.spring.io/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}'
sha
1
'${checksum}'
sha
256
'${checksum}'
head
'https://github.com/spring-projects/spring-boot.git'
if
build
.
head?
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment