You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2023/02/12 18:16:21 UTC

[maven-fluido-skin] branch master updated: [MSKINS-213] Upgrade to Doxia Sitetools to 2.0.0-M5

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-fluido-skin.git


The following commit(s) were added to refs/heads/master by this push:
     new c385b7f  [MSKINS-213] Upgrade to Doxia Sitetools to 2.0.0-M5
c385b7f is described below

commit c385b7f0c58ff6ccece8e5cf592115116ff5ca99
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Feb 12 19:15:50 2023 +0100

    [MSKINS-213] Upgrade to Doxia Sitetools to 2.0.0-M5
---
 pom.xml                                    | 4 ++--
 src/it/mskins-107/verify.groovy            | 2 +-
 src/main/resources/META-INF/maven/skin.xml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9671823..606e951 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,8 +100,8 @@ under the License.
   <properties>
     <bootstrap.version>2.3.2</bootstrap.version>
     <jquery.version>1.11.2</jquery.version>
-    <sitePluginVersion>4.0.0-M4</sitePluginVersion>
-    <projectInfoReportsPluginVersion>3.4.1</projectInfoReportsPluginVersion>
+    <sitePluginVersion>4.0.0-M5</sitePluginVersion>
+    <projectInfoReportsPluginVersion>3.4.2</projectInfoReportsPluginVersion>
     <project.build.outputTimestamp>2023-01-12T16:00:06Z</project.build.outputTimestamp>
     <anchorjs.version>4.2.2</anchorjs.version>
   </properties>
diff --git a/src/it/mskins-107/verify.groovy b/src/it/mskins-107/verify.groovy
index 9bc5604..2ddbe17 100644
--- a/src/it/mskins-107/verify.groovy
+++ b/src/it/mskins-107/verify.groovy
@@ -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-M4\" />")
+assert index.text.contains("<meta name=\"generator\" content=\"Apache Maven Doxia Site Renderer 2.0.0-M5\" />")
diff --git a/src/main/resources/META-INF/maven/skin.xml b/src/main/resources/META-INF/maven/skin.xml
index 72fb452..63596e8 100644
--- a/src/main/resources/META-INF/maven/skin.xml
+++ b/src/main/resources/META-INF/maven/skin.xml
@@ -22,6 +22,6 @@ under the License.
 <skin xmlns="http://maven.apache.org/SKIN/1.7.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/SKIN/1.7.0 http://maven.apache.org/xsd/skin-1.7.0.xsd">
   <prerequisites>
-    <doxia-sitetools>2.0.0-M4</doxia-sitetools>
+    <doxia-sitetools>2.0.0-M5</doxia-sitetools>
   </prerequisites>
 </skin>