Skip to content

Commit 64627fa

Browse files
committed
Restore Maven 3.3 compatibility
Downgrade the `spring-boot-maven-plugin` maven version to 3.3. Closes gh-14464
1 parent 9fa517c commit 64627fa

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Explicit build support is provided for the following build tools:
4747
|Build Tool |Version
4848

4949
|Maven
50-
|3.2+
50+
|3.3+
5151

5252
|Gradle
5353
|4.4+
@@ -108,7 +108,7 @@ tool that supports dependency management (such as Maven or Gradle).
108108

109109
[[getting-started-maven-installation]]
110110
==== Maven Installation
111-
Spring Boot is compatible with Apache Maven 3.2 or above. If you do not already have
111+
Spring Boot is compatible with Apache Maven 3.3 or above. If you do not already have
112112
Maven installed, you can follow the instructions at https://maven.apache.org.
113113

114114
TIP: On many operating systems, Maven can be installed with a package manager. If you use
@@ -522,7 +522,7 @@ valid versions of Java and Maven installed:
522522
[indent=0]
523523
----
524524
$ mvn -v
525-
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T16:41:47+00:00)
525+
Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T14:33:14-04:00)
526526
Maven home: /usr/local/Cellar/maven/3.3.9/libexec
527527
Java version: 1.8.0_102, vendor: Oracle Corporation
528528
----

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<description>Spring Boot Maven Plugin</description>
1414
<properties>
1515
<main.basedir>${basedir}/../../..</main.basedir>
16+
<maven.version>3.3.9</maven.version>
1617
</properties>
1718
<dependencies>
1819
<!-- Compile -->

0 commit comments

Comments
 (0)