This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git
The following commit(s) were added to refs/heads/master by this push: new e41270d Update site descriptor e41270d is described below commit e41270da44a6e7a3e2d0c178681a25918e1a63a6 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Sun May 11 23:49:14 2025 +0200 Update site descriptor --- pom.xml | 1 - src/site/site.xml | 13 +++---------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index 66b9dc5..68cfcbe 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,6 @@ under the License. <mavenVersion>3.6.3</mavenVersion> <mavenResolverVersion>1.4.1</mavenResolverVersion> <version.maven-site-plugin>3.21.0</version.maven-site-plugin> - <version.maven-fluido-skin>2.0.0</version.maven-fluido-skin> <sitePluginVersion>${version.maven-site-plugin}</sitePluginVersion> <project.build.outputTimestamp>2024-12-30T11:23:30Z</project.build.outputTimestamp> diff --git a/src/site/site.xml b/src/site/site.xml index e835c68..3695cb6 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -19,15 +19,8 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/DECORATION/1.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"> - - <skin> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-fluido-skin</artifactId> - <version>${version.maven-fluido-skin}</version> - </skin> +<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd"> <body> <menu name="Overview"> @@ -60,4 +53,4 @@ under the License. <item name="Validate Your changes.xml File" href="examples/changes-file-validation.html"/> </menu> </body> -</project> +</site>