From 5c6b58895ee00a7b3005bc098df4c184df84ed6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 00:46:10 +0000 Subject: [PATCH] Bump org.codehaus.mojo:mojo-parent from 78 to 84 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] --- README.md | 3 ++- mrm-maven-plugin/src/site/markdown/index.md | 3 ++- pom.xml | 2 +- src/site/markdown/index.md | 18 +----------------- 4 files changed, 6 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index a25f4e77..b6ff26e5 100644 --- a/README.md +++ b/README.md @@ -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) @@ -19,3 +19,4 @@ cd target/checkout mvn site mvn scm-publish:publish-scm ``` + diff --git a/mrm-maven-plugin/src/site/markdown/index.md b/mrm-maven-plugin/src/site/markdown/index.md index 64f2849d..631b1efa 100644 --- a/mrm-maven-plugin/src/site/markdown/index.md +++ b/mrm-maven-plugin/src/site/markdown/index.md @@ -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, @@ -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) + diff --git a/pom.xml b/pom.xml index 5e75a069..1f805ebe 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ org.codehaus.mojo mojo-parent - 78 + 84 org.codehaus.mojo diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 72fd8637..61f91f93 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -2,21 +2,5 @@ title: Introduction author: Stephen Connolly date: 2011-11-14 - - 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. \ No newline at end of file +use during integration testing of Maven plugins.