Skip to content

Commit

Permalink
[MSKINS-246] Upgrade plugins and components (in ITs)
Browse files Browse the repository at this point in the history
Co-authored-by: Konrad Windszus <kwin@apache.org>
  • Loading branch information
michael-o and kwin committed May 8, 2024
1 parent d5eef27 commit 437e53e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ under the License.
<anchorjs.version>4.3.1</anchorjs.version>
<bootstrap.version>2.3.2</bootstrap.version>
<jquery.version>1.11.2</jquery.version>
<version.maven-site-plugin>4.0.0-M10</version.maven-site-plugin>
<version.maven-site-plugin>4.0.0-M14</version.maven-site-plugin>
<project.build.outputTimestamp>2023-10-08T14:07:28Z</project.build.outputTimestamp>
<!-- the following properties are used in ITs (which do not inherit anything from a common parent) -->
<sitePluginVersion>${version.maven-site-plugin}</sitePluginVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/it/mskins-107/verify.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
File index = new File( basedir, "target/site/index.html" )

assert index.exists()
assert index.text.contains("<meta name=\"generator\" content=\"Apache Maven Doxia Site Renderer 2.0.0-M12\" />")
assert index.text.contains("<meta name=\"generator\" content=\"Apache Maven Doxia Site Renderer 2.0.0-M18\" />")
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/maven/site.vm
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
#* *##set( $sourceStyle = "prettyprint" )
#* *##end
##
#* *#$bodyContent.replaceAll( '<div class="verbatim source">(\r?\n)?<pre>', '<div class="verbatim source"><pre class="' + $sourceStyle + '">' ).replaceAll( 'class="bodyTable"', 'class="table table-striped"' ).replaceAll( 'class="bodyTable bodyTableBorder"', 'class="table table-bordered table-striped"' )
#* *#$bodyContent.replace( '<pre><code>', '<pre class="' + $sourceStyle + '"><code>' ).replace( 'class="bodyTable"', 'class="table table-striped"' ).replace( 'class="bodyTable bodyTableBorder"', 'class="table table-bordered table-striped"' )
</main>
#* *##if( $sideBarEnabled )
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/maven/skin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ under the License.
<skin xmlns="http://maven.apache.org/SKIN/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SKIN/2.0.0 http://maven.apache.org/xsd/skin-2.0.0.xsd">
<prerequisites>
<doxia-sitetools>2.0.0-M12</doxia-sitetools>
<doxia-sitetools>2.0.0-M18</doxia-sitetools>
</prerequisites>
</skin>
2 changes: 1 addition & 1 deletion src/main/resources/css/maven-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ section > p,
section > dt,
section > dl,
section > table.table,
section > div.verbatim {
section > pre {
margin-right: 7px;
margin-left: 7px;
}
Expand Down

0 comments on commit 437e53e

Please sign in to comment.