Skip to content

Commit c33906b

Browse files
committed
Merge pull request #34759 from isabek
* gh-34759: Document requirement for Maven 3.6.3 and later Closes gh-34759
2 parents d8d6cb7 + e186d44 commit c33906b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/build-tool-plugins/maven.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[build-tool-plugins.maven]]
22
== Spring Boot Maven Plugin
33
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`".
4-
To use it, you must use Maven 3.2 (or later).
4+
To use it, you must use Maven 3.6.3 or later.
55

66
See the plugin's documentation to learn more:
77

spring-boot-project/spring-boot-docs/src/docs/asciidoc/getting-started/installing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Although you _could_ copy Spring Boot jars, we generally recommend that you use
2727

2828
[[getting-started.installing.java.maven]]
2929
==== Maven Installation
30-
Spring Boot is compatible with Apache Maven 3.5 or above.
30+
Spring Boot is compatible with Apache Maven 3.6.3 or later.
3131
If you do not already have Maven installed, you can follow the instructions at https://maven.apache.org.
3232

3333
TIP: On many operating systems, Maven can be installed with a package manager.

spring-boot-project/spring-boot-docs/src/docs/asciidoc/getting-started/system-requirements.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Explicit build support is provided for the following build tools:
99
| Build Tool | Version
1010

1111
| Maven
12-
| 3.5+
12+
| 3.6.3 or later
1313

1414
| Gradle
1515
| 7.x (7.5 or later) and 8.x

0 commit comments

Comments
 (0)