Skip to content

Commit

Permalink
Fix schema validation
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed May 30, 2023
1 parent 7c4faa9 commit 62717f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ private File getSchemaFile(File basedir) throws IOException {
"site",
"resources",
"xsd",
"surefire-test-report-3.0.xsd");
"surefire-test-report.xsd");
return xsd.toFile().getCanonicalFile();
}
}

0 comments on commit 62717f3

Please sign in to comment.