Commit b189d88b authored by Kedar Joshi's avatar Kedar Joshi Committed by Stephane Nicoll

Polish

Closes gh-12208
parent 8755b4a5
...@@ -129,7 +129,7 @@ benefit of the dependency management (but not the plugin management) by using a ...@@ -129,7 +129,7 @@ benefit of the dependency management (but not the plugin management) by using a
<artifactId>spring-boot-dependencies</artifactId> <artifactId>spring-boot-dependencies</artifactId>
<version>{spring-boot-version}</version> <version>{spring-boot-version}</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>
...@@ -150,8 +150,8 @@ following element to your `pom.xml`: ...@@ -150,8 +150,8 @@ following element to your `pom.xml`:
<groupId>org.springframework.data</groupId> <groupId>org.springframework.data</groupId>
<artifactId>spring-data-releasetrain</artifactId> <artifactId>spring-data-releasetrain</artifactId>
<version>Fowler-SR2</version> <version>Fowler-SR2</version>
<scope>import</scope>
<type>pom</type> <type>pom</type>
<scope>import</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment