File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
spring-boot-docs/src/main/asciidoc
spring-boot-tools/spring-boot-maven-plugin Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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
112112Maven installed, you can follow the instructions at https://maven.apache.org.
113113
114114TIP: 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----
Original file line number Diff line number Diff line change 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 -->
You can’t perform that action at this time.
0 commit comments