Skip to content

Commit a309443

Browse files
committed
Merge pull request #12208 from kedar-joshi:documentation-polish
* pr/12208: Polish
2 parents 8755b4a + b189d88 commit a309443

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ benefit of the dependency management (but not the plugin management) by using a
129129
<artifactId>spring-boot-dependencies</artifactId>
130130
<version>{spring-boot-version}</version>
131131
<type>pom</type>
132-
<scope>import</scope>
132+
<scope>import</scope>
133133
</dependency>
134134
</dependencies>
135135
</dependencyManagement>
@@ -150,8 +150,8 @@ following element to your `pom.xml`:
150150
<groupId>org.springframework.data</groupId>
151151
<artifactId>spring-data-releasetrain</artifactId>
152152
<version>Fowler-SR2</version>
153-
<scope>import</scope>
154153
<type>pom</type>
154+
<scope>import</scope>
155155
</dependency>
156156
<dependency>
157157
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)