Merge pull request #34759 from isabek

* gh-34759:
  Document requirement for Maven 3.6.3 and later

Closes gh-34759
pull/34804/head
Andy Wilkinson 2 years ago
commit c33906be11

@ -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:

@ -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.

@ -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

Loading…
Cancel
Save