From 5218515c1b17d6028164b644dbe124fef7fc24f3 Mon Sep 17 00:00:00 2001 From: Alexis Date: Wed, 26 Apr 2023 18:12:20 +0200 Subject: [PATCH] Release 1.2.1 --- CHANGELOG.md | 2 +- README.md | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c73d280..37237af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v1.2.1 (unreleased) +## [v1.2.1](https://github.com/AlexisJehan/MavenCheck/releases/tag/v1.2.1) (2023-04-26) ### Notes - Update the `gradle-tooling-api` dependency to `8.1.1` diff --git a/README.md b/README.md index 402bd8a..09c2453 100644 --- a/README.md +++ b/README.md @@ -57,16 +57,16 @@ You can download binaries for the latest version of _Maven Check_ on the Execute following commands in the folder where the downloaded archive file is located: ```console -sudo tar -xvzf maven-check-1.2.0-bin.tar.gz --directory /opt -export PATH=$PATH:/opt/maven-check-1.2.0/bin +sudo tar -xvzf maven-check-1.2.1-bin.tar.gz --directory /opt +export PATH=$PATH:/opt/maven-check-1.2.1/bin ``` #### Windows -Extract the content of the downloaded archive file and move the extracted folder to `C:\maven-check-1.2.0`, then: +Extract the content of the downloaded archive file and move the extracted folder to `C:\maven-check-1.2.1`, then: - Right-click on the _Windows_ icon and select "System" - On the right, click on "Advanced system settings" - In the new window, click on "Environment Variables..." -- Find the "Path" variable, choose "Edit", and add `;C:\maven-check-1.2.0\bin` at the end +- Find the "Path" variable, choose "Edit", and add `;C:\maven-check-1.2.1\bin` at the end ### Verify If _Maven Check_ is correctly installed, this command should work as expected: @@ -113,6 +113,7 @@ version of a build tool may still be compatible. | Maven Check | Maven version | Gradle version | |:-----------:|:-------------:|:--------------:| +| 1.2.1 | 3.9.1 | 8.1.1 | | 1.2.0 | 3.9.1 | 8.1 | | 1.1.3 | 3.9.1 | 8.0.2 | | 1.1.2 | 3.9.0 | 8.0.2 |