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

@@ -4,7 +4,7 @@ info:
version: 0.3.1
# remember to update static/install.sh as well:
spring-boot:
version: 1.2.1.RELEASE
version: 1.2.2.RELEASE
initializr:
dependencies:
@@ -47,7 +47,7 @@ initializr:
- name: HATEOAS
id: hateoas
description: Support for HATEOAS-based RESTful services
versionRange: 1.2.2.BUILD-SNAPSHOT
versionRange: 1.2.2.RELEASE
- name: Mobile
id: mobile
description: Support for spring-mobile
@@ -76,7 +76,7 @@ initializr:
- name: Mustache
id: mustache
description: Support for the Mustache templating engine
versionRange: 1.2.2.BUILD-SNAPSHOT
versionRange: 1.2.2.RELEASE
facets:
- web
- name: Data
@@ -124,7 +124,7 @@ initializr:
groupId: org.apache.derby
artifactId: derby
scope: runtime
versionRange: 1.2.2.BUILD-SNAPSHOT
versionRange: 1.2.2.RELEASE
- name: MySQL
id: mysql
description: Support for the MySQL jdbc driver
@@ -232,12 +232,12 @@ initializr:
default: true
bootVersions:
- name : Latest SNAPSHOT
id: 1.2.2.BUILD-SNAPSHOT
id: 1.2.3.BUILD-SNAPSHOT
default: false
- name: 1.2.1
id: 1.2.1.RELEASE
- name: 1.2.2
id: 1.2.2.RELEASE
default: true
- name: 1.1.10
id: 1.1.10.RELEASE
- name: 1.1.11
id: 1.1.11.RELEASE
default: false

View File

@@ -10,7 +10,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<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>
</properties>

View File

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