This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-reporting-impl.git
The following commit(s) were added to refs/heads/master by this push: new 097df8d [MSHARED-1245] Upgrade to Doxia Sitetools 2.0.0-M10 097df8d is described below commit 097df8d9de2df803e37971882a26245132ad0888 Author: Michael Osipov <micha...@apache.org> AuthorDate: Wed Apr 26 10:09:06 2023 +0200 [MSHARED-1245] Upgrade to Doxia Sitetools 2.0.0-M10 --- pom.xml | 2 +- src/it/use-as-direct-mojo/verify.groovy | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 438b9b0..c54ed59 100644 --- a/pom.xml +++ b/pom.xml @@ -59,7 +59,7 @@ <javaVersion>8</javaVersion> <mavenVersion>3.2.5</mavenVersion> <doxiaVersion>2.0.0-M6</doxiaVersion> - <doxiaSitetoolsVersion>2.0.0-M8</doxiaSitetoolsVersion> + <doxiaSitetoolsVersion>2.0.0-M10</doxiaSitetoolsVersion> <reportingApiVersion>4.0.0-M6</reportingApiVersion> <pluginToolsVersion>3.8.1</pluginToolsVersion> <project.build.outputTimestamp>2023-04-15T11:35:53Z</project.build.outputTimestamp> diff --git a/src/it/use-as-direct-mojo/verify.groovy b/src/it/use-as-direct-mojo/verify.groovy index 59438cd..c419352 100644 --- a/src/it/use-as-direct-mojo/verify.groovy +++ b/src/it/use-as-direct-mojo/verify.groovy @@ -31,8 +31,7 @@ assert text.contains( '''\ <div class="verbatim"> <pre>Custom verbatim text.</pre></div>'''.normalize() ); assert text.contains( '''\ -<div class="verbatim source"> -<pre>var custom_code = true;</pre></div>'''.normalize() ); +<div class="verbatim source"><pre class="prettyprint">var custom_code = true;</pre></div>'''.normalize() ); f = new File( site, 'external/report.html' ); assert f.exists();