Skip to content

Commit

Permalink
Fixed #449 - Runtime requirement in docs is wrongly Maven 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Dec 30, 2023
1 parent 79ee2e5 commit 11d0467
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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].
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 11d0467

Please sign in to comment.