Skip to content

Commit d18701a

Browse files
Jay Bryantschauder
authored andcommitted
DATACMNS-1814 - Editing pass.
Edited some new content and (I think) some old content that I somehow missed. Original pull request: #471.
1 parent 5330d4c commit d18701a

File tree

2 files changed

+157
-128
lines changed

2 files changed

+157
-128
lines changed

src/main/asciidoc/dependencies.adoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[dependencies]]
22
= Dependencies
33

4-
Due to the different inception dates of individual Spring Data modules, most of them carry different major and minor version numbers. The easiest way to find compatible ones is to rely on the Spring Data Release Train BOM that we ship with the compatible versions defined. In a Maven project, you would declare this dependency in the `<dependencyManagement />` section of your POM, as follows:
4+
Due to the different inception dates of individual Spring Data modules, most of them carry different major and minor version numbers. The easiest way to find compatible ones is to rely on the Spring Data Release Train BOM that we ship with the compatible versions defined. In a Maven project, you would declare this dependency in the `<dependencyManagement />` section of your POM as follows:
55

66
.Using the Spring Data release train BOM
77
====
@@ -30,7 +30,7 @@ The version name follows `${calver}` for GA releases and service releases and th
3030
* `M1`, `M2`, and so on: Milestones
3131
* `RC1`, `RC2`, and so on: Release candidates
3232

33-
A working example of using the BOMs can be found in our https://github.com/spring-projects/spring-data-examples/tree/master/bom[Spring Data examples repository]. With that in place, you can declare the Spring Data modules you would like to use without a version in the `<dependencies />` block, as follows:
33+
You can find a working example of using the BOMs in our https://github.com/spring-projects/spring-data-examples/tree/master/bom[Spring Data examples repository]. With that in place, you can declare the Spring Data modules you would like to use without a version in the `<dependencies />` block, as follows:
3434

3535
.Declaring a dependency to a Spring Data module
3636
====
@@ -48,9 +48,10 @@ A working example of using the BOMs can be found in our https://github.com/sprin
4848
[[dependencies.spring-boot]]
4949
== Dependency Management with Spring Boot
5050

51-
Spring Boot selects a recent version of Spring Data modules for you. If you still want to upgrade to a newer version, configure the property `spring-data-releasetrain.version` to the <<dependencies.train-version,train version and iteration>> you would like to use.
51+
Spring Boot selects a recent version of Spring Data modules for you. If you still want to upgrade to a newer version, set
52+
the `spring-data-releasetrain.version` property to the <<dependencies.train-version,train version and iteration>> you would like to use.
5253

5354
[[dependencies.spring-framework]]
5455
== Spring Framework
5556

56-
The current version of Spring Data modules require Spring Framework in version {springVersion} or better. The modules might also work with an older bugfix version of that minor version. However, using the most recent version within that generation is highly recommended.
57+
The current version of Spring Data modules require Spring Framework {springVersion} or better. The modules might also work with an older bugfix version of that minor version. However, using the most recent version within that generation is highly recommended.

0 commit comments

Comments
 (0)