Skip to content

Commit

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

Bumps [org.codehaus.mojo:mojo-parent](https://github.com/mojohaus/mojo-parent) from 80 to 82.
- [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] <support@github.com>

* spotless:apply on README :)

Signed-off-by: Olivier Lamy <olamy@apache.org>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Olivier Lamy <olamy@apache.org>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
dependabot[bot] and olamy authored Jun 10, 2024
1 parent 111b9be commit 72f5b7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
[![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.mojo/jdepend-maven-plugin.svg?label=Maven%20Central)](http://search.maven.org/#search%7Cga%7C1%7Cjdepend-maven-plugin)
[![Build Status](https://travis-ci.org/mojohaus/jdepend-maven-plugin.svg?branch=master)](https://travis-ci.org/mojohaus/jdepend-maven-plugin)


The [jdepend-maven-plugin](http://www.mojohaus.org/jdepend-maven-plugin/)
plugin produces a nicely formatted metrics report based on your project.

## Releasing

* Make sure `gpg-agent` is running.
Expand All @@ -19,3 +18,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 @@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>mojo-parent</artifactId>
<version>80</version>
<version>82</version>
</parent>

<artifactId>jdepend-maven-plugin</artifactId>
Expand Down

0 comments on commit 72f5b7b

Please sign in to comment.