Skip to content

Commit

Permalink
Bump org.codehaus.mojo:mojo-parent from 78 to 84
Browse files Browse the repository at this point in the history
Bumps [org.codehaus.mojo:mojo-parent](https://github.com/mojohaus/mojo-parent) from 78 to 84.
- [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>
  • Loading branch information
dependabot[bot] authored and slachiewicz committed Jul 4, 2024
1 parent 07559af commit 5c6b588
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 20 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Mock Repository Manager for Maven. The Mock Repository Manager provides a mock Maven
repository manager.

[![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/mojohaus/mrm.svg?label=License)](http://www.apache.org/licenses/)
[![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.mojo/mrm.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.codehaus.mojo/mrm)
[![GitHub CI](https://github.com/mojohaus/mrm/actions/workflows/maven.yml/badge.svg)](https://github.com/mojohaus/mrm/actions/workflows/maven.yml)
Expand All @@ -19,3 +19,4 @@ cd target/checkout
mvn site
mvn scm-publish:publish-scm
```

3 changes: 2 additions & 1 deletion mrm-maven-plugin/src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Licensed 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 @@ -50,3 +50,4 @@ you can take a look into the following examples:

* [Using with Maven Invoker with repositories](./examples/invoker-tests.html)
* [Using with Maven Invoker with distributionManagement](./examples/invoker-tests-dist.html)

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

<groupId>org.codehaus.mojo</groupId>
Expand Down
18 changes: 1 addition & 17 deletions src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,5 @@ title: Introduction
author: Stephen Connolly
date: 2011-11-14

<!---
Copyright 2011 Stephen Connolly
Licensed 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
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->

The Mock Repository Manager suite of projects are used to provide mock or lightweight Maven Repository Managers for
use during integration testing of Maven plugins.
use during integration testing of Maven plugins.

0 comments on commit 5c6b588

Please sign in to comment.