Merge branch '2.5.x'

Closes gh-27886
This commit is contained in:
Andy Wilkinson 2021-09-07 17:00:19 +01:00
commit 8362ff9b54
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ The parent project provides the following features:
* Java 1.8 as the default compiler level. * Java 1.8 as the default compiler level.
* UTF-8 source encoding. * UTF-8 source encoding.
* Compilation with `-parameters`.
* A dependency management section, inherited from the `spring-boot-dependencies` POM, that manages the versions of common dependencies. * A dependency management section, inherited from the `spring-boot-dependencies` POM, that manages the versions of common dependencies.
This dependency management lets you omit `<version>` tags for those dependencies when used in your own POM. This dependency management lets you omit `<version>` tags for those dependencies when used in your own POM.
* An execution of the <<goals.adoc#goals-repackage, `repackage` goal>> with a `repackage` execution id. * An execution of the <<goals.adoc#goals-repackage, `repackage` goal>> with a `repackage` execution id.