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 619c9d4  [MSKINS-255] Upgrade to Doxia 2.0.0 GA Stack
619c9d4 is described below

commit 619c9d480d67e1ce0a0063aa9e98689504595258
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Sat Nov 2 21:28:07 2024 +0100

    [MSKINS-255] Upgrade to Doxia 2.0.0 GA Stack
---
 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 c25dfca..150d9d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,11 +99,11 @@ 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>3.20.0</version.maven-site-plugin>
+    <version.maven-site-plugin>3.21.0</version.maven-site-plugin>
     
<project.build.outputTimestamp>2024-09-26T09:28:18Z</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>
-    <projectInfoReportsPluginVersion>3.7.0</projectInfoReportsPluginVersion>
+    <projectInfoReportsPluginVersion>3.8.0</projectInfoReportsPluginVersion>
   </properties>
 
   <build>
diff --git a/src/it/mskins-107/verify.groovy b/src/it/mskins-107/verify.groovy
index 0606316..226e03b 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-M19\" />")
+assert index.text.contains("<meta name=\"generator\" content=\"Apache Maven 
Doxia Site Renderer 2.0.0\" />")
diff --git a/src/main/resources/META-INF/maven/skin.xml 
b/src/main/resources/META-INF/maven/skin.xml
index 4b326c0..7d52067 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/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-M18</doxia-sitetools>
+    <doxia-sitetools>2.0.0</doxia-sitetools>
   </prerequisites>
 </skin>

Reply via email to