Skip to content

Commit 51551fe

Browse files
committed
Merge pull request #10774 from rweisleder:gh-8006
* pr/10774: Remove static Boot version from documentation
2 parents 81e33dc + feb842c commit 51551fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,14 +301,14 @@ To declare dependencies a typical `ivy.xml` file will look something like this:
301301

302302
A typical `build.xml` will look like this:
303303

304-
[source,xml,indent=0]
304+
[source,xml,indent=0,subs="verbatim,quotes,attributes"]
305305
----
306306
<project
307307
xmlns:ivy="antlib:org.apache.ivy.ant"
308308
xmlns:spring-boot="antlib:org.springframework.boot.ant"
309309
name="myapp" default="build">
310310
311-
<property name="spring-boot.version" value="1.3.0.BUILD-SNAPSHOT" />
311+
<property name="spring-boot.version" value="{spring-boot-version}" />
312312
313313
<target name="resolve" description="--> retrieve dependencies with ivy">
314314
<ivy:retrieve pattern="lib/[conf]/[artifact]-[type]-[revision].[ext]" />

0 commit comments

Comments
 (0)