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
|
version: 0.3.0
|
||||||
# remember to update static/install.sh as well:
|
# remember to update static/install.sh as well:
|
||||||
spring-boot:
|
spring-boot:
|
||||||
version: 1.1.5.RELEASE
|
version: 1.1.8.RELEASE
|
||||||
|
|
||||||
initializr:
|
initializr:
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -130,8 +130,8 @@ initializr:
|
|||||||
- name : Latest SNAPSHOT
|
- name : Latest SNAPSHOT
|
||||||
id: 1.2.0.BUILD-SNAPSHOT
|
id: 1.2.0.BUILD-SNAPSHOT
|
||||||
default: false
|
default: false
|
||||||
- name: 1.1.5
|
- name: 1.1.8
|
||||||
id: 1.1.5.RELEASE
|
id: 1.1.8.RELEASE
|
||||||
default: true
|
default: true
|
||||||
- name: 1.0.2
|
- name: 1.0.2
|
||||||
id: 1.0.2.RELEASE
|
id: 1.0.2.RELEASE
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
set -e
|
set -e
|
||||||
# set -x
|
# set -x
|
||||||
|
|
||||||
VERSION="1.1.5.RELEASE"
|
VERSION="1.1.8.RELEASE"
|
||||||
if [ -z "${PREFIX}" ]; then
|
if [ -z "${PREFIX}" ]; then
|
||||||
PREFIX="/usr/local/bin"
|
PREFIX="/usr/local/bin"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user