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:
47
47
|Build Tool |Version
48
48
49
49
|Maven
50
- |3.2 +
50
+ |3.3 +
51
51
52
52
|Gradle
53
53
|4.4+
@@ -108,7 +108,7 @@ tool that supports dependency management (such as Maven or Gradle).
108
108
109
109
[[getting-started-maven-installation]]
110
110
==== 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
112
112
Maven installed, you can follow the instructions at https://maven.apache.org.
113
113
114
114
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:
522
522
[indent=0]
523
523
----
524
524
$ 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)
526
526
Maven home: /usr/local/Cellar/maven/3.3.9/libexec
527
527
Java version: 1.8.0_102, vendor: Oracle Corporation
528
528
----
Original file line number Diff line number Diff line change 13
13
<description >Spring Boot Maven Plugin</description >
14
14
<properties >
15
15
<main .basedir>${basedir} /../../..</main .basedir>
16
+ <maven .version>3.3.9</maven .version>
16
17
</properties >
17
18
<dependencies >
18
19
<!-- Compile -->
You can’t perform that action at this time.
0 commit comments