You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/02/18 22:39:14 UTC

[maven-site-plugin] branch master updated: [MSITE-853] upgrade Doxia to 1.9.1

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new bd23136  [MSITE-853] upgrade Doxia to 1.9.1
bd23136 is described below

commit bd23136018830a709b83a40e419563d3bb4ec34d
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue Feb 18 23:39:09 2020 +0100

    [MSITE-853] upgrade Doxia to 1.9.1
---
 pom.xml                                     | 2 +-
 src/it/projects/doxia-formats/verify.groovy | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index cd1f8a6..56429f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -198,7 +198,7 @@ under the License.
     <mavenVersion>3.0</mavenVersion>
     <javaVersion>7</javaVersion>
     <!-- for dependencies -->
-    <doxiaVersion>1.9</doxiaVersion>
+    <doxiaVersion>1.9.1</doxiaVersion>
     <doxiaSitetoolsVersion>1.9.1</doxiaSitetoolsVersion>
     <jettyVersion>9.2.29.v20191105</jettyVersion>
     <plexusVersion>1.5.4</plexusVersion>
diff --git a/src/it/projects/doxia-formats/verify.groovy b/src/it/projects/doxia-formats/verify.groovy
index 92b12dc..fd5299b 100644
--- a/src/it/projects/doxia-formats/verify.groovy
+++ b/src/it/projects/doxia-formats/verify.groovy
@@ -23,8 +23,8 @@ content = new File( basedir, 'target/site/markdown.html' ).text;
 assert content.contains( 'Markdown Format works' );
 
 assert !content.contains( ' quotes and double quotes were stripped' ); // DOXIA-473
-//assert content.contains( '<code>monospaced</code> support' ); // DOXIA-597
-//assert content.contains( '<div class="source"><pre class="prettyprint linenums">code block' ); // DOXIA-571
+assert content.contains( '<code>monospaced</code> support' ); // DOXIA-597
+assert content.contains( '<div class="source"><pre class="prettyprint linenums">code block' ); // DOXIA-571
 
 assert !content.contains( 'MACRO' );
 assert content.contains( 'href="#Subsection"' );