Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.codehaus.mojo:mojo-parent from 80 to 81 #99

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -17,3 +17,4 @@ For publishing the site do the following:
cd target/checkout
mvn verify site site:stage scm-publish:publish-scm
```

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>mojo-parent</artifactId>
<version>80</version>
<version>81</version>
<relativePath />
</parent>

Expand Down
8 changes: 4 additions & 4 deletions src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one a little change an output:
from:
image
to:
image


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.