File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 79
79
<groupId >org.apache.maven.plugins</groupId >
80
80
<artifactId >maven-plugin-plugin</artifactId >
81
81
<version >${maven-plugin-plugin-version} </version >
82
+ <configuration >
83
+ <goalPrefix >plugin</goalPrefix >
84
+ </configuration >
82
85
</plugin >
83
86
84
87
<plugin >
Original file line number Diff line number Diff line change 50
50
<version .plugin.surefire>3.2.5</version .plugin.surefire>
51
51
<maven-enforcer-plugin-version >3.4.1</maven-enforcer-plugin-version >
52
52
<maven-clean-plugin-version >3.3.2</maven-clean-plugin-version >
53
- <maven-compiler-plugin-version >3.11.0 </maven-compiler-plugin-version >
53
+ <maven-compiler-plugin-version >3.12.1 </maven-compiler-plugin-version >
54
54
<maven-install-plugin-version >3.1.1</maven-install-plugin-version >
55
55
<maven-deploy-plugin-version >3.1.1</maven-deploy-plugin-version >
56
56
<maven-deploy-plugin-version >3.0.0</maven-deploy-plugin-version >
57
- <maven-plugin-plugin-version >3.10.2 </maven-plugin-plugin-version >
57
+ <maven-plugin-plugin-version >3.11.0 </maven-plugin-plugin-version >
58
58
<maven-site-plugin-version >3.12.1</maven-site-plugin-version >
59
59
<maven-jar-plugin-version >3.3.0</maven-jar-plugin-version >
60
60
<maven-war-plugin-version >3.4.0</maven-war-plugin-version >
356
356
<dependency >
357
357
<groupId >com.meterware.simplestub</groupId >
358
358
<artifactId >simplestub</artifactId >
359
- <version >1.3.2 </version >
359
+ <version >1.3.3 </version >
360
360
<scope >test</scope >
361
361
</dependency >
362
362
<dependency >
You can’t perform that action at this time.
0 commit comments