mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-19 01:58:16 +08:00
Upgrade to Spring Boot 1.2.3.RELEASE
This commit is contained in:
@@ -4,7 +4,7 @@ info:
|
||||
version: 0.3.1
|
||||
# remember to update static/install.sh as well:
|
||||
spring-boot:
|
||||
version: 1.2.2.RELEASE
|
||||
version: 1.2.3.RELEASE
|
||||
|
||||
initializr:
|
||||
env:
|
||||
@@ -254,12 +254,12 @@ initializr:
|
||||
default: true
|
||||
bootVersions:
|
||||
- name : Latest SNAPSHOT
|
||||
id: 1.2.3.BUILD-SNAPSHOT
|
||||
id: 1.2.4.BUILD-SNAPSHOT
|
||||
default: false
|
||||
- name: 1.2.2
|
||||
id: 1.2.2.RELEASE
|
||||
- name: 1.2.3
|
||||
id: 1.2.3.RELEASE
|
||||
default: true
|
||||
- name: 1.1.11
|
||||
id: 1.1.11.RELEASE
|
||||
- name: 1.1.12
|
||||
id: 1.1.12.RELEASE
|
||||
default: false
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
set -e
|
||||
# set -x
|
||||
|
||||
VERSION="1.2.2.RELEASE"
|
||||
VERSION="1.2.3.RELEASE"
|
||||
if [ -z "${PREFIX}" ]; then
|
||||
PREFIX="/usr/local/bin"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user