diff --git a/src/main/antora/modules/ROOT/pages/jdbc/getting-started.adoc b/src/main/antora/modules/ROOT/pages/jdbc/getting-started.adoc index 311368809..7185d8c80 100644 --- a/src/main/antora/modules/ROOT/pages/jdbc/getting-started.adoc +++ b/src/main/antora/modules/ROOT/pages/jdbc/getting-started.adoc @@ -57,7 +57,7 @@ Then enter a project and a package name, such as `org.spring.jdbc.example`. + [source,xml,subs="+attributes"] ---- -{springVersion} +{springVersion} ---- . Add the following location of the Spring Milestone repository for Maven to your `pom.xml` such that it is at the same level as your `` element: diff --git a/src/main/antora/modules/ROOT/pages/r2dbc/getting-started.adoc b/src/main/antora/modules/ROOT/pages/r2dbc/getting-started.adoc index e1e6fe2ae..d60e42a01 100644 --- a/src/main/antora/modules/ROOT/pages/r2dbc/getting-started.adoc +++ b/src/main/antora/modules/ROOT/pages/r2dbc/getting-started.adoc @@ -63,7 +63,7 @@ Then enter a project and a package name, such as `org.spring.r2dbc.example`. + [source,xml,subs="+attributes"] ---- -{springVersion} +{springVersion} ---- . Add the following location of the Spring Milestone repository for Maven to your `pom.xml` such that it is at the same level as your `` element: