Document requirement for Maven 3.6.3 and later

See gh-34759
This commit is contained in:
Isabek Tashiev 2023-03-24 19:08:28 +02:00 committed by Andy Wilkinson
parent fd9b8fe020
commit e186d441ed
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
[[build-tool-plugins.maven]]
== Spring Boot Maven Plugin
The Spring Boot Maven Plugin provides Spring Boot support in Maven, letting you package executable jar or war archives and run an application "`in-place`".
To use it, you must use Maven 3.2 (or later).
To use it, you must use Maven 3.6.3 or later.
See the plugin's documentation to learn more:

View File

@ -27,7 +27,7 @@ Although you _could_ copy Spring Boot jars, we generally recommend that you use
[[getting-started.installing.java.maven]]
==== Maven Installation
Spring Boot is compatible with Apache Maven 3.5 or above.
Spring Boot is compatible with Apache Maven 3.6.3 or later.
If you do not already have Maven installed, you can follow the instructions at https://maven.apache.org.
TIP: On many operating systems, Maven can be installed with a package manager.

View File

@ -9,7 +9,7 @@ Explicit build support is provided for the following build tools:
| Build Tool | Version
| Maven
| 3.5+
| 3.6.3 or later
| Gradle
| 7.x (7.5 or later) and 8.x