Upgrade to Spring Boot 1.2.2.RELEASE

This commit is contained in:
Stephane Nicoll
2015-03-10 15:29:18 +01:00
parent cb86153b29
commit 6212d1c766
3 changed files with 12 additions and 12 deletions

View File

@@ -2,9 +2,9 @@ info:
project: project:
name: Spring Start name: Spring Start
version: 0.3.1 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.2.1.RELEASE version: 1.2.2.RELEASE
initializr: initializr:
dependencies: dependencies:
@@ -47,7 +47,7 @@ initializr:
- name: HATEOAS - name: HATEOAS
id: hateoas id: hateoas
description: Support for HATEOAS-based RESTful services description: Support for HATEOAS-based RESTful services
versionRange: 1.2.2.BUILD-SNAPSHOT versionRange: 1.2.2.RELEASE
- name: Mobile - name: Mobile
id: mobile id: mobile
description: Support for spring-mobile description: Support for spring-mobile
@@ -76,7 +76,7 @@ initializr:
- name: Mustache - name: Mustache
id: mustache id: mustache
description: Support for the Mustache templating engine description: Support for the Mustache templating engine
versionRange: 1.2.2.BUILD-SNAPSHOT versionRange: 1.2.2.RELEASE
facets: facets:
- web - web
- name: Data - name: Data
@@ -124,7 +124,7 @@ initializr:
groupId: org.apache.derby groupId: org.apache.derby
artifactId: derby artifactId: derby
scope: runtime scope: runtime
versionRange: 1.2.2.BUILD-SNAPSHOT versionRange: 1.2.2.RELEASE
- name: MySQL - name: MySQL
id: mysql id: mysql
description: Support for the MySQL jdbc driver description: Support for the MySQL jdbc driver
@@ -232,12 +232,12 @@ initializr:
default: true default: true
bootVersions: bootVersions:
- name : Latest SNAPSHOT - name : Latest SNAPSHOT
id: 1.2.2.BUILD-SNAPSHOT id: 1.2.3.BUILD-SNAPSHOT
default: false default: false
- name: 1.2.1 - name: 1.2.2
id: 1.2.1.RELEASE id: 1.2.2.RELEASE
default: true default: true
- name: 1.1.10 - name: 1.1.11
id: 1.1.10.RELEASE id: 1.1.11.RELEASE
default: false default: false

View File

@@ -10,7 +10,7 @@
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<selenium.version>2.43.1</selenium.version> <selenium.version>2.43.1</selenium.version>
<spring.boot.version>1.2.1.RELEASE</spring.boot.version> <spring.boot.version>1.2.2.RELEASE</spring.boot.version>
<java.version>1.7</java.version> <java.version>1.7</java.version>
</properties> </properties>

View File

@@ -3,7 +3,7 @@
set -e set -e
# set -x # set -x
VERSION="1.2.1.RELEASE" VERSION="1.2.2.RELEASE"
if [ -z "${PREFIX}" ]; then if [ -z "${PREFIX}" ]; then
PREFIX="/usr/local/bin" PREFIX="/usr/local/bin"
fi fi