From 37ea893882b10c95718075f776e45ca995b4215c Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Mon, 20 Mar 2017 11:47:10 -0600 Subject: [PATCH] Bump spring boot version to 1.5.2 --- README.adoc | 14 +++++++------- docs/src/main/asciidoc/install.adoc | 8 ++++---- pom.xml | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.adoc b/README.adoc index d4197c3..7745f70 100644 --- a/README.adoc +++ b/README.adoc @@ -18,16 +18,16 @@ development time). To install, make sure you have https://github.com/spring-projects/spring-boot[Spring Boot CLI] -(1.4.1 or better): +(1.5.2 or better): $ spring version - Spring CLI v1.4.1.RELEASE + Spring CLI v1.5.2.RELEASE E.g. for SDKMan users ``` -$ sdk install springboot 1.4.1.RELEASE -$ sdk use springboot 1.4.1.RELEASE +$ sdk install springboot 1.5.2.RELEASE +$ sdk use springboot 1.5.2.RELEASE ``` and install the Spring Cloud plugin @@ -104,11 +104,11 @@ a modified file in the correct place. Just commit it and push the change. If you don't have an IDE preference we would recommend that you use http://www.springsource.com/developer/sts[Spring Tools Suite] or http://eclipse.org[Eclipse] when working with the code. We use the -http://eclipse.org/m2e/[m2eclipe] eclipse plugin for maven support. Other IDEs and tools +http://eclipse.org/m2e/[m2eclipse] eclipse plugin for maven support. Other IDEs and tools should also work without issue as long as they use Maven 3.3.3 or better. ==== Importing into eclipse with m2eclipse -We recommend the http://eclipse.org/m2e/[m2eclipe] eclipse plugin when working with +We recommend the http://eclipse.org/m2e/[m2eclipse] eclipse plugin when working with eclipse. If you don't already have m2eclipse installed it is available from the "eclipse marketplace". @@ -179,4 +179,4 @@ added after the original pull request but before a merge. other target branch in the main project). * When writing a commit message please follow http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html[these conventions], if you are fixing an existing issue please add `Fixes gh-XXXX` at the end of the commit - message (where XXXX is the issue number). + message (where XXXX is the issue number). \ No newline at end of file diff --git a/docs/src/main/asciidoc/install.adoc b/docs/src/main/asciidoc/install.adoc index 536981d..4da7e90 100644 --- a/docs/src/main/asciidoc/install.adoc +++ b/docs/src/main/asciidoc/install.adoc @@ -1,16 +1,16 @@ To install, make sure you have https://github.com/spring-projects/spring-boot[Spring Boot CLI] -(1.4.1 or better): +(1.5.2 or better): $ spring version - Spring CLI v1.4.1.RELEASE + Spring CLI v1.5.2.RELEASE E.g. for SDKMan users ``` -$ sdk install springboot 1.4.1.RELEASE -$ sdk use springboot 1.4.1.RELEASE +$ sdk install springboot 1.5.2.RELEASE +$ sdk use springboot 1.5.2.RELEASE ``` and install the Spring Cloud plugin diff --git a/pom.xml b/pom.xml index 7e463f5..82fa72c 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ cli spring-cloud-cli ${basedir}/.. - 1.5.1.RELEASE + 1.5.2.RELEASE spring-cloud-launcher