Skip to content

Commit

Permalink
Bump org.codehaus.mojo:mojo-parent from 85 to 86 (#307)
Browse files Browse the repository at this point in the history
* Bump org.codehaus.mojo:mojo-parent from 85 to 86

Bumps [org.codehaus.mojo:mojo-parent](https:/mojohaus/mojo-parent) from 85 to 86.
- [Release notes](https:/mojohaus/mojo-parent/releases)
- [Commits](https:/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] <[email protected]>

* Clenups with new parent

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Slawomir Jaranowski <[email protected]>
  • Loading branch information
dependabot[bot] and slawekjaranowski authored Sep 20, 2024
1 parent 3f2f683 commit 5b9d941
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
12 changes: 8 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>mojo-parent</artifactId>
<version>85</version>
<version>86</version>
</parent>

<artifactId>extra-enforcer-rules</artifactId>
Expand Down Expand Up @@ -57,8 +57,6 @@
</scm>

<properties>
<checkstyle.violation.ignore>MagicNumber</checkstyle.violation.ignore>

<!-- override from parent pom, here we need more control -->
<maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version>
<!-- we need dot less properties for .vm -->
Expand Down Expand Up @@ -149,8 +147,14 @@
<reporting>
<plugins>
<plugin>
<!-- disable as it is not a Maven plugin project -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<artifactId>maven-plugin-report-plugin</artifactId>
<reportSets>
<reportSet>
<reports />
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>
Expand Down
4 changes: 2 additions & 2 deletions src/site/apt/index.apt
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@

Extra Enforcer Rules

{{{http://maven.apache.org/plugins/maven-enforcer-plugin/}Apache's Maven Enforcer Plugin}} is used to apply and
{{{https://maven.apache.org/plugins/maven-enforcer-plugin/}Apache's Maven Enforcer Plugin}} is used to apply and
enforce rules on your Maven projects.

The Enforcer plugin ships with a set of {{{http://maven.apache.org/enforcer/enforcer-rules/index.html}standard rules}}
The Enforcer plugin ships with a set of {{{https://maven.apache.org/enforcer/enforcer-rules/index.html}standard rules}}

The Mojo project hosts this project to provide extra rules which are not part of the standard rule set.

Expand Down
6 changes: 3 additions & 3 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd">
<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>

<breadcrumbs>
Expand All @@ -41,4 +41,4 @@ under the License.
<item name="Require Encoding" href="requireEncoding.html"/>
</menu>
</body>
</project>
</site>

0 comments on commit 5b9d941

Please sign in to comment.