File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
34 <modelVersion >4.0.0</modelVersion >
45
56 <parent >
67 <groupId >org.scijava</groupId >
78 <artifactId >pom-scijava</artifactId >
8- <version >44.0 .0</version >
9+ <version >45.1 .0</version >
910 </parent >
1011
1112 <groupId >ome.zarr</groupId >
179180 <sonar .host.url>https://sonarcloud.io</sonar .host.url>
180181 <sonar .java.coveragePlugin>jacoco</sonar .java.coveragePlugin>
181182 <sonar .dynamicAnalysis>reuseReports</sonar .dynamicAnalysis>
182- <sonar .coverage.jacoco.xmlReportPaths>${maven.multiModuleProjectDirectory} /ome-zarr-coverage-report/target/site/jacoco-aggregate/jacoco.xml
183+ <sonar .coverage.jacoco.xmlReportPaths>
184+ ${maven.multiModuleProjectDirectory} /ome-zarr-coverage-report/target/site/jacoco-aggregate/jacoco.xml
183185 </sonar .coverage.jacoco.xmlReportPaths>
184186 <sonar .language>java</sonar .language>
185187 <sonar .verbose>false</sonar .verbose>
You can’t perform that action at this time.
0 commit comments