File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
apps/simple-app-updated-archive Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 77
77
<plugin >
78
78
<groupId >org.apache.maven.plugins</groupId >
79
79
<artifactId >maven-war-plugin</artifactId >
80
- <version >3.3.2</version >
81
80
<executions >
82
81
<execution >
83
82
<id >build-war-file</id >
Original file line number Diff line number Diff line change 33
33
<plugin >
34
34
<groupId >org.apache.maven.plugins</groupId >
35
35
<artifactId >maven-war-plugin</artifactId >
36
- <version >3.3.2 </version >
36
+ <version >3.4.0 </version >
37
37
</plugin >
38
38
<plugin >
39
39
<groupId >org.codehaus.mojo</groupId >
Original file line number Diff line number Diff line change 144
144
<plugin >
145
145
<groupId >org.apache.maven.plugins</groupId >
146
146
<artifactId >maven-failsafe-plugin</artifactId >
147
- <version >3.1.0 </version >
147
+ <version >3.1.2 </version >
148
148
<configuration >
149
149
<groups >${test.groups} </groups >
150
150
</configuration >
180
180
<plugin >
181
181
<groupId >org.apache.maven.plugins</groupId >
182
182
<artifactId >maven-surefire-plugin</artifactId >
183
- <version >3.1.0 </version >
183
+ <version >3.1.2 </version >
184
184
</plugin >
185
185
<plugin >
186
186
<groupId >io.rhpatrick.mojo</groupId >
You can’t perform that action at this time.
0 commit comments