This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-doxia-site.git
commit 2e94fb29ad21a73a1dd8b8d88bcea7d18a563863 Author: Konrad Windszus <k...@apache.org> AuthorDate: Wed Dec 11 23:11:18 2024 +0100 Update to m-site-p 3.21.0 Leverage Doxia 2.0.0 and Fluido Skin 2.0.1 --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 07608c4..d589ce8 100644 --- a/pom.xml +++ b/pom.xml @@ -146,7 +146,9 @@ under the License. <properties> <maven.site.path>doxia-site</maven.site.path> - <doxiaVersion>1.12.0</doxiaVersion> + <version.maven-fluido-skin>2.0.1</version.maven-fluido-skin> + <version.maven-site-plugin>3.21.0</version.maven-site-plugin> + <doxiaVersion>2.0.0</doxiaVersion> <site.output>${project.build.directory}/site</site.output> </properties>