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..375e5585 100644 --- a/pom.xml +++ b/pom.xml @@ -20,10 +20,9 @@ org.codehaus.mojo mojo-parent - 78 + 84 - org.codehaus.mojo mrm 1.6.1-SNAPSHOT pom @@ -79,7 +78,7 @@ scm:git:https://github.com/mojohaus/mrm.git scm:git:ssh://git@github.com/mojohaus/mrm.git - 1.5.0 + HEAD https://github.com/mojohaus/mrm/tree/master @@ -97,7 +96,6 @@ 8 11 9.4.55.v20240627 - MagicNumber 2023-11-02T22:53:14Z @@ -286,28 +284,4 @@ - - - - java11+ - - [11,) - - - - - com.diffplug.spotless - spotless-maven-plugin - - - org.apache.maven.plugins - maven-checkstyle-plugin - - ${checkstyle.spotless.config} - - - - - - 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.