Fix the example for spring version configuration.

Closes #1848
This commit is contained in:
Jens Schauder
2024-08-05 12:34:16 +02:00
parent 46d0a0629b
commit 9deadf64d0
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ Then enter a project and a package name, such as `org.spring.jdbc.example`.
+
[source,xml,subs="+attributes"]
----
<spring.version>{springVersion}</spring-framework.version>
<spring.version>{springVersion}</spring.version>
----
. 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:

View File

@@ -63,7 +63,7 @@ Then enter a project and a package name, such as `org.spring.r2dbc.example`.
+
[source,xml,subs="+attributes"]
----
<spring.version>{springVersion}</spring-framework.version>
<spring.version>{springVersion}</spring.version>
----
. 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: