From 4e5acab29c57d18692e0e855fec83d461cb45df8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 19:51:01 +0000 Subject: [PATCH 1/2] Bump org.codehaus.mojo:mojo-parent from 80 to 81 Bumps [org.codehaus.mojo:mojo-parent](https://github.com/mojohaus/mojo-parent) from 80 to 81. - [Release notes](https://github.com/mojohaus/mojo-parent/releases) - [Commits](https://github.com/mojohaus/mojo-parent/commits) --- updated-dependencies: - dependency-name: org.codehaus.mojo:mojo-parent dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 679d2ce..7833658 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.codehaus.mojo mojo-parent - 80 + 81 From 8869165a65e5e3b9d18c78b26bf53223c598077a Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sun, 12 May 2024 11:53:15 +0200 Subject: [PATCH 2/2] Fix build with new parent --- README.md | 3 ++- src/site/markdown/index.md | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ddbdfdd..45bfc73 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # MojoHaus Tidy Maven Plugin This is the [tidy-maven-plugin](http://www.mojohaus.org/tidy-maven-plugin/). - + [![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/mojohaus/tidy-maven-plugin.svg?label=License)](http://www.apache.org/licenses/) [![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.mojo/tidy-maven-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.codehaus.mojo/tidy-maven-plugin) [![Build Status](https://github.com/mojohaus/tidy-maven-plugin/actions/workflows/maven.yml/badge.svg)](https://github.com/mojohaus/tidy-maven-plugin/actions/workflows/maven.yml) @@ -17,3 +17,4 @@ For publishing the site do the following: cd target/checkout mvn verify site site:stage scm-publish:publish-scm ``` + diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 346c92d..9c986b8 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -6,7 +6,7 @@ The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 +http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, @@ -37,12 +37,12 @@ be found on the [usage page](./usage.html). To tidy up the `pom.xml`, simply invoke it on your project, e.g. - mvn tidy:pom + mvn tidy:pom The `pom.xml` file will * be rewritten according to the -[POM Code Convention](http://maven.apache.org/developers/conventions/code.html#POM_Code_Convention) -of the Maven team. + [POM Code Convention](http://maven.apache.org/developers/conventions/code.html#POM_Code_Convention) + of the Maven team. * have the nodes `groupId`, `artifactId` and `version` always in this order.