Merge pull request #12208 from kedar-joshi:documentation-polish

* pr/12208:
  Polish
This commit is contained in:
Stephane Nicoll 2018-02-26 09:42:38 +01:00
commit a309443ecc
1 changed files with 2 additions and 2 deletions

View File

@ -129,7 +129,7 @@ benefit of the dependency management (but not the plugin management) by using a
<artifactId>spring-boot-dependencies</artifactId>
<version>{spring-boot-version}</version>
<type>pom</type>
<scope>import</scope>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
@ -150,8 +150,8 @@ following element to your `pom.xml`:
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-releasetrain</artifactId>
<version>Fowler-SR2</version>
<scope>import</scope>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>