File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
spring-boot-project/spring-boot-dependencies
spring-boot-samples-invoker Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 196
196
<maven-enforcer-plugin .version>3.0.0-M1</maven-enforcer-plugin .version>
197
197
<maven-failsafe-plugin .version>2.21.0</maven-failsafe-plugin .version>
198
198
<maven-install-plugin .version>2.5.2</maven-install-plugin .version>
199
- <maven-invoker-plugin .version>3.0 .0</maven-invoker-plugin .version>
199
+ <maven-invoker-plugin .version>3.1 .0</maven-invoker-plugin .version>
200
200
<maven-help-plugin .version>2.2</maven-help-plugin .version>
201
201
<maven-jar-plugin .version>3.0.2</maven-jar-plugin .version>
202
202
<maven-javadoc-plugin .version>3.0.0</maven-javadoc-plugin .version>
Original file line number Diff line number Diff line change 21
21
<!-- We use invoker so that the spring-boot-maven-plugin can be used -->
22
22
<groupId >org.apache.maven.plugins</groupId >
23
23
<artifactId >maven-invoker-plugin</artifactId >
24
- <!-- Downgrade due to https://issues.apache.org/jira/browse/MINVOKER-224 -->
25
- <version >2.0.0</version >
26
24
<inherited >false</inherited >
27
25
<configuration >
28
26
<projectsDirectory >${main.basedir} /spring-boot-samples</projectsDirectory >
29
- <cloneProjectsTo />
30
27
<skipInvocation >${skipTests} </skipInvocation >
31
28
<streamLogs >true</streamLogs >
32
29
<pomIncludes >
You can’t perform that action at this time.
0 commit comments