File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
1
2
<!--
2
3
3
4
Copyright © 2024 DataSQRL (contact@datasqrl.com)
15
16
limitations under the License.
16
17
17
18
-->
18
- <extensions >
19
+ <extensions xmlns =" http://maven.apache.org/EXTENSIONS/1.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20
+ xsi : schemaLocation =" http://maven.apache.org/EXTENSIONS/1.0.0 http://maven.apache.org/xsd/core-extensions-1.0.0.xsd" >
19
21
<extension >
20
22
<groupId >com.marvinformatics.jacoco</groupId >
21
23
<artifactId >easy-jacoco-maven-plugin</artifactId >
22
- <version >0.1.1 </version >
24
+ <version >0.1.3 </version >
23
25
</extension >
24
26
</extensions >
Original file line number Diff line number Diff line change 288
288
<plugin >
289
289
<groupId >com.marvinformatics.jacoco</groupId >
290
290
<artifactId >easy-jacoco-maven-plugin</artifactId >
291
- <version >0.1.1 </version >
291
+ <version >0.1.3 </version >
292
292
<configuration >
293
293
<projectRules >
294
294
<rule >
301
301
</limits >
302
302
</rule >
303
303
</projectRules >
304
- <haltOnFailure >true</haltOnFailure >
305
304
<projectExtraProperties >
306
305
<license .skip>true</license .skip>
307
306
</projectExtraProperties >
You can’t perform that action at this time.
0 commit comments