From 11d046728148708a46ef32a04e819216f049e8c4 Mon Sep 17 00:00:00 2001 From: Karl Heinz Marbaise Date: Sat, 30 Dec 2023 13:12:37 +0100 Subject: [PATCH] Fixed #449 - Runtime requirement in docs is wrongly Maven 3.1.0 --- .../main/asciidoc/release-notes/_release-notes-0.14.0.adoc | 2 ++ .../src/main/asciidoc/usersguide/usersguide.adoc | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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 5e4bbdb5c3..d5b706ce6d 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 @@ -25,6 +25,7 @@ :issue-421: https://github.com/khmarbaise/maven-it-extension/issues/421[Fixed #421] :issue-444: https://github.com/khmarbaise/maven-it-extension/issues/444[Fixed #444] :issue-447: https://github.com/khmarbaise/maven-it-extension/issues/447[Fixed #447] +:issue-449: https://github.com/khmarbaise/maven-it-extension/issues/449[Fixed #449] :release_0_14_0: https://github.com/khmarbaise/maven-it-extension/milestone/14 @@ -56,6 +57,7 @@ *Documentation Improvements* * {issue-444} - Upgrade central link +* {issue-449} - Runtime requirement in docs is wrongly Maven 3.1.0 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 e63339baf7..06f9ce3c4a 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.1.0 or above. +* Apache Maven 3.6.3 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. @@ -215,7 +215,7 @@ user who wants to test with the bleeding edge of this extension. The requirements for building this extension is: * JDK8+ (need to reconsider) -* https://maven.apache.org/[Apache Maven 3.6.0+] +* https://maven.apache.org/[Apache Maven 3.8.4+] You have to clone the git repository and you can build the extension simply via: `mvn clean install`. The `install` is needed to install the created artifacts into your local repository for reuse.