diff --git a/README.md b/README.md index 218b11cf6e..938df4d4e5 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Of course there is a lot of convenience integrated into it to make integration t The requirements to write integration tests with the integration testing framework are the following: * JDK8+ -* Apache Maven 3.8.4 or above. +* Apache Maven 3.8.1 or above. ## The Maven Configuration @@ -322,6 +322,11 @@ Code coverage via: ```bash mvn clean verify org.jacoco:jacoco-maven-plugin:report ``` + +# Contributing + +If you want to contribute, there is a [contribution guide](CONTRIBUTING.md) for you. + [food]: https://en.wikipedia.org/wiki/Eating_your_own_dog_food [jdkbuilds]: https://github.com/khmarbaise/maven-it-extension/actions?query=workflow%3AJDKBuilds diff --git a/itf-documentation/src/main/asciidoc/release-notes/_release-notes-0.14.0.adoc b/itf-documentation/src/main/asciidoc/release-notes/_release-notes-0.14.0.adoc index 02efa03624..929743ab0f 100644 --- a/itf-documentation/src/main/asciidoc/release-notes/_release-notes-0.14.0.adoc +++ b/itf-documentation/src/main/asciidoc/release-notes/_release-notes-0.14.0.adoc @@ -34,6 +34,7 @@ :issue-458: https://github.com/khmarbaise/maven-it-extension/issues/458[Fixed #458] :issue-463: https://github.com/khmarbaise/maven-it-extension/issues/463[Fixed #463] :issue-464: https://github.com/khmarbaise/maven-it-extension/issues/464[Fixed #464] +:issue-457: https://github.com/khmarbaise/maven-it-extension/issues/457[Fixed #457] :release_0_14_0: https://github.com/khmarbaise/maven-it-extension/milestone/14 @@ -74,6 +75,7 @@ * {issue-444} - Upgrade central link * {issue-449} - Runtime requirement in docs is wrongly Maven 3.1.0 +* {issue-457} - Inconsistent documentation of minimum required Maven version The full release notes can be found here {release_0_14_0}[Release 0.14.0]. diff --git a/itf-documentation/src/main/asciidoc/usersguide/usersguide.adoc b/itf-documentation/src/main/asciidoc/usersguide/usersguide.adoc index f74e073376..aba2a9901d 100644 --- a/itf-documentation/src/main/asciidoc/usersguide/usersguide.adoc +++ b/itf-documentation/src/main/asciidoc/usersguide/usersguide.adoc @@ -140,7 +140,7 @@ of this extension. The requirements are: * JDK8+ -* Apache Maven 3.6.3 or above. +* Apache Maven 3.8.1 or above. The first step is to add the appropriate dependencies to your project. They are usually with `test` scope, cause you only need them during the integration tests. diff --git a/pom.xml b/pom.xml index 382cef1035..8f979a431f 100644 --- a/pom.xml +++ b/pom.xml @@ -64,6 +64,8 @@ com.soebes.itf.extension 3.10.2 1.9.18 + + 3.8.1