mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-20 02:29:44 +08:00
Upgrade to Spring Boot 1.2.0
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
info:
|
info:
|
||||||
project:
|
project:
|
||||||
name: Spring Start
|
name: Spring Start
|
||||||
version: 0.3.0
|
version: 0.3.1
|
||||||
# remember to update static/install.sh as well:
|
# remember to update static/install.sh as well:
|
||||||
spring-boot:
|
spring-boot:
|
||||||
version: 1.1.9.RELEASE
|
version: 1.2.0.RELEASE
|
||||||
|
|
||||||
initializr:
|
initializr:
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -171,12 +171,12 @@ initializr:
|
|||||||
default: true
|
default: true
|
||||||
bootVersions:
|
bootVersions:
|
||||||
- name : Latest SNAPSHOT
|
- name : Latest SNAPSHOT
|
||||||
id: 1.2.0.BUILD-SNAPSHOT
|
id: 1.2.1.BUILD-SNAPSHOT
|
||||||
default: false
|
default: false
|
||||||
- name: 1.1.8
|
- name: 1.2.0
|
||||||
id: 1.1.9.RELEASE
|
id: 1.2.0.RELEASE
|
||||||
default: true
|
default: true
|
||||||
- name: 1.0.2
|
- name: 1.1.10
|
||||||
id: 1.0.2.RELEASE
|
id: 1.1.10.RELEASE
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<spring.boot.version>1.1.9.RELEASE</spring.boot.version>
|
<spring.boot.version>1.2.0.RELEASE</spring.boot.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
set -e
|
set -e
|
||||||
# set -x
|
# set -x
|
||||||
|
|
||||||
VERSION="1.1.9.RELEASE"
|
VERSION="1.2.0.RELEASE"
|
||||||
if [ -z "${PREFIX}" ]; then
|
if [ -z "${PREFIX}" ]; then
|
||||||
PREFIX="/usr/local/bin"
|
PREFIX="/usr/local/bin"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user