diff --git a/CHANGELOG.md b/CHANGELOG.md index b756eae..c3147d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 1.4.0 (unreleased) +## [1.3.2](https://github.com/AlexisJehan/MavenCheck/releases/tag/v1.3.2) (2023-07-14) ### Notes - Update the `gradle-tooling-api` dependency to `8.2.1` diff --git a/README.md b/README.md index d8abb5b..6d4af1c 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ most relevant update version for an artifact. 2 build file(s) found, checking for artifact updates my-gradle-project\build.gradle -[COMPILE ONLY] com.google.guava:guava 31.0-android -> 32.0.1-android +[COMPILE ONLY] com.google.guava:guava 31.0-android -> 32.1.1-android 1 artifact update(s) available my-maven-project\pom.xml @@ -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.3.1-bin.tar.gz --directory /opt -export PATH=$PATH:/opt/maven-check-1.3.1/bin +sudo tar -xvzf maven-check-1.3.2-bin.tar.gz --directory /opt +export PATH=$PATH:/opt/maven-check-1.3.2/bin ``` #### Windows -Extract the content of the downloaded archive file and move the extracted folder to `C:\maven-check-1.3.1`, then: +Extract the content of the downloaded archive file and move the extracted folder to `C:\maven-check-1.3.2`, 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.3.1\bin` at the end +- Find the "Path" variable, choose "Edit", and add `;C:\maven-check-1.3.2\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.3.2 | 3.9.3 | 8.1.2 | | 1.3.1 | 3.9.3 | 8.1.1 | | 1.3.0 | 3.9.2 | 8.1.1 | | 1.2.1 | 3.9.1 | 8.1.1 | diff --git a/pom.xml b/pom.xml index 6c7597e..e77fbeb 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.alexisjehan maven-check - 1.4.0-SNAPSHOT + 1.3.2 Maven Check A Java 11+ command line tool to check for artifact updates of Maven and Gradle projects.