Skip to content

Commit ff3fe7a

Browse files
committed
Merge branch '1.5.x'
2 parents 708f917 + 51551fe commit ff3fe7a

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
@@ -225,14 +225,14 @@ To declare dependencies a typical `ivy.xml` file will look something like this:
225225

226226
A typical `build.xml` will look like this:
227227

228-
[source,xml,indent=0]
228+
[source,xml,indent=0,subs="verbatim,quotes,attributes"]
229229
----
230230
<project
231231
xmlns:ivy="antlib:org.apache.ivy.ant"
232232
xmlns:spring-boot="antlib:org.springframework.boot.ant"
233233
name="myapp" default="build">
234234
235-
<property name="spring-boot.version" value="1.3.0.BUILD-SNAPSHOT" />
235+
<property name="spring-boot.version" value="{spring-boot-version}" />
236236
237237
<target name="resolve" description="--> retrieve dependencies with ivy">
238238
<ivy:retrieve pattern="lib/[conf]/[artifact]-[type]-[revision].[ext]" />

0 commit comments

Comments
 (0)