mirror of
https://gitee.com/dcren/initializr.git
synced 2025-05-05 21:28:03 +08:00
Update to latest boot release
This commit is contained in:
parent
3bdccad9cd
commit
db9eaf4274
@ -4,7 +4,7 @@ info:
|
||||
version: 0.3.0
|
||||
# remember to update static/install.sh as well:
|
||||
spring-boot:
|
||||
version: 1.1.5.RELEASE
|
||||
version: 1.1.8.RELEASE
|
||||
|
||||
initializr:
|
||||
dependencies:
|
||||
@ -130,8 +130,8 @@ initializr:
|
||||
- name : Latest SNAPSHOT
|
||||
id: 1.2.0.BUILD-SNAPSHOT
|
||||
default: false
|
||||
- name: 1.1.5
|
||||
id: 1.1.5.RELEASE
|
||||
- name: 1.1.8
|
||||
id: 1.1.8.RELEASE
|
||||
default: true
|
||||
- name: 1.0.2
|
||||
id: 1.0.2.RELEASE
|
||||
|
@ -3,7 +3,7 @@
|
||||
set -e
|
||||
# set -x
|
||||
|
||||
VERSION="1.1.5.RELEASE"
|
||||
VERSION="1.1.8.RELEASE"
|
||||
if [ -z "${PREFIX}" ]; then
|
||||
PREFIX="/usr/local/bin"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user