Skip to content

Commit 82cd65b

Browse files
committed
Fix the example for spring version configuration.
Closes #1848
1 parent 664e001 commit 82cd65b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/antora/modules/ROOT/pages/jdbc/getting-started.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Then enter a project and a package name, such as `org.spring.jdbc.example`.
5757
+
5858
[source,xml,subs="+attributes"]
5959
----
60-
<spring.version>{springVersion}</spring-framework.version>
60+
<spring.version>{springVersion}</spring.version>
6161
----
6262

6363
. 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 `<dependencies/>` element:

src/main/antora/modules/ROOT/pages/r2dbc/getting-started.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Then enter a project and a package name, such as `org.spring.r2dbc.example`.
6363
+
6464
[source,xml,subs="+attributes"]
6565
----
66-
<spring.version>{springVersion}</spring-framework.version>
66+
<spring.version>{springVersion}</spring.version>
6767
----
6868

6969
. 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 `<dependencies/>` element:

0 commit comments

Comments
 (0)