File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 80
80
<plugin >
81
81
<groupId >org.apache.maven.plugins</groupId >
82
82
<artifactId >maven-surefire-plugin</artifactId >
83
- <version >3.3.0 </version >
83
+ <version >3.3.1 </version >
84
84
</plugin >
85
85
<!-- Plugin to run functional tests -->
86
86
<!-- tag::maven-failsafe-plugin[] -->
87
87
<plugin >
88
88
<groupId >org.apache.maven.plugins</groupId >
89
89
<artifactId >maven-failsafe-plugin</artifactId >
90
- <version >3.3.0 </version >
90
+ <version >3.3.1 </version >
91
91
<configuration >
92
92
<systemPropertyVariables >
93
93
<http .port>${liberty.var.http.port} </http .port>
Original file line number Diff line number Diff line change 78
78
<plugin >
79
79
<groupId >org.apache.maven.plugins</groupId >
80
80
<artifactId >maven-surefire-plugin</artifactId >
81
- <version >3.3.0 </version >
81
+ <version >3.3.1 </version >
82
82
</plugin >
83
83
<!-- Plugin to run functional tests -->
84
84
<plugin >
85
85
<groupId >org.apache.maven.plugins</groupId >
86
86
<artifactId >maven-failsafe-plugin</artifactId >
87
- <version >3.3.0 </version >
87
+ <version >3.3.1 </version >
88
88
<configuration >
89
89
<systemPropertyVariables >
90
90
<http .port>${liberty.var.http.port} </http .port>
You can’t perform that action at this time.
0 commit comments