Skip to content

Commit 07a1783

Browse files
committed
Polish "Introduce appendix section with version properties"
See gh-19898
1 parent 6539458 commit 07a1783

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/appendix-dependency-versions.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ When you declare a dependency on one of these artifacts without declaring a vers
1313

1414
include::dependency-versions.adoc[]
1515

16-
[[version-properties]]
16+
[[dependency-versions-properties]]
1717
== Version Properties
1818

19-
The following table provides all version properties that can be used to override the versions managed by Spring-Boot.
19+
The following table provides all properties that can be used to override the versions managed by Spring Boot.
2020
Browse the {spring-boot-code}/spring-boot-project/spring-boot-dependencies/build.gradle[`spring-boot-dependencies` build.gradle] for a complete list of dependencies.
2121

2222
include::version-properties.adoc[]

spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2421,7 +2421,7 @@ Using this format lets the time be parsed into a `Date` and its format, when ser
24212421
[[howto-customize-dependency-versions]]
24222422
=== Customize Dependency Versions
24232423
If you use a Maven build that inherits directly or indirectly from `spring-boot-dependencies` (for instance, `spring-boot-starter-parent`) but you want to override a specific third-party dependency, you can add appropriate `<properties>` elements.
2424-
Browse the <<appendix-dependency-versions.adoc#version-properties, `Version properties`>> for a complete list of version properties.
2424+
Browse the <<appendix-dependency-versions.adoc#dependency-versions-properties, `Version properties`>> for a complete list of version properties.
24252425
For example, to pick a different `slf4j` version, you would add the following property:
24262426

24272427
[source,xml,indent=0,subs="verbatim,quotes,attributes"]

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Andy Wilkinson
2525
:spring-boot-docs: https://docs.spring.io/spring-boot/docs/{gradle-project-version}
2626
:api-documentation: {spring-boot-docs}/gradle-plugin/api
2727
:spring-boot-reference: {spring-boot-docs}/reference/htmlsingle
28-
:version-properties-appendix: {spring-boot-reference}/#version-properties
28+
:version-properties-appendix: {spring-boot-reference}/#dependency-versions-coordinates
2929
:build-info-javadoc: {api-documentation}/org/springframework/boot/gradle/tasks/buildinfo/BuildInfo.html
3030
:boot-build-image-javadoc: {api-documentation}/org/springframework/boot/gradle/tasks/bundling/BootBuildImage.html
3131
:boot-jar-javadoc: {api-documentation}/org/springframework/boot/gradle/tasks/bundling/BootJar.html

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/managing-dependencies.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ include::../gradle/managing-dependencies/dependencies.gradle.kts[tags=dependenci
2323
=== Customizing managed versions
2424

2525
The `spring-boot-dependencies` bom that is automatically imported when the dependency management plugin is applied uses properties to control the versions of the dependencies that it manages.
26-
Browse the {version-properties-appendix}[`Version Properties Appendix`] in the Spring Boot reference for a complete list of version properties.
26+
Browse the {version-properties-appendix}[`Dependency versions Appendix`] in the Spring Boot reference for a complete list of these properties.
2727

2828
To customize a managed version you set its corresponding property.
2929
For example, to customize the version of SLF4J which is controlled by the `slf4j.version` property:

0 commit comments

Comments
 (0)