Introduce appendix section with version properties

With the introduction of Gradle we lost the list of version properties
that were previously in the spring-boot-dependencies POM and were also
linked inside the documentation. This commit introduces an appendix
section in the docs and links the appropriate places to the new section
to restore discoverability.

See gh-19898
This commit is contained in:
dreis2211
2020-01-24 09:22:03 +01:00
committed by Stephane Nicoll
parent e325b8813b
commit 65394582f6
8 changed files with 150 additions and 3 deletions

View File

@@ -81,7 +81,7 @@ For instance, to upgrade to another Spring Data release train, you would add the
</properties>
----
TIP: Check the {spring-boot-code}/spring-boot-project/spring-boot-dependencies/pom.xml[`spring-boot-dependencies` pom] for a list of supported properties.
TIP: Check out the <<howto.adoc#howto-customize-dependency-versions, Customize Dependency Versions "`How-to`">> for more information.