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

* pr/12208:
  Polish
pull/12200/merge
Stephane Nicoll 7 years ago
commit a309443ecc

@ -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>

Loading…
Cancel
Save