Skip to content

Commit

Permalink
Release 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisJehan committed Jun 3, 2024
1 parent a6b9e53 commit 0598c63
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
matrix:
distribution: ['temurin']
java-version: ['11', '16', '17', '18', '19', '20', '21', '22']
java-version: ['11', '16', '17', '18', '19', '20', '21']
include:
- distribution: 'adopt'
java-version: '12'
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.7.0 (unreleased)
## [1.6.1](https://github.com/AlexisJehan/MvnCheck/releases/tag/v1.6.1) (2024-06-03)

### Notes
- Update the `maven-core` dependency to `3.9.7`
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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 -> 33.1.0-android
[COMPILE ONLY] com.google.guava:guava 31.0-android -> 33.2.1-android
1 artifact update(s) available
my-maven-project\pom.xml
Expand Down Expand Up @@ -59,16 +59,16 @@ You can download binaries for the latest version of _MvnCheck_ on the
Execute following commands in the folder where the downloaded archive file is
located:
```console
sudo tar -xvzf mvn-check-1.6.0-bin.tar.gz --directory /opt
export PATH=$PATH:/opt/mvn-check-1.6.0/bin
sudo tar -xvzf mvn-check-1.6.1-bin.tar.gz --directory /opt
export PATH=$PATH:/opt/mvn-check-1.6.1/bin
```

#### Windows
Extract the content of the downloaded archive file and move the extracted folder to `C:\mvn-check-1.6.0`, then:
Extract the content of the downloaded archive file and move the extracted folder to `C:\mvn-check-1.6.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:\mvn-check-1.6.0\bin` at the end
- Find the "Path" variable, choose "Edit", and add `;C:\mvn-check-1.6.1\bin` at the end

### Verify
If _MvnCheck_ is correctly installed, this command should work as expected:
Expand Down Expand Up @@ -117,6 +117,7 @@ version of a build tool may still be compatible.

| MvnCheck version | Maven version | Gradle version |
|:----------------:|:-------------:|:--------------:|
| 1.6.1 | 3.9.7 | 8.8 |
| 1.6.0 | 3.9.6 | 8.7 |
| 1.5.0 | 3.9.6 | 8.6 |
| 1.4.2 | 3.9.5 | 8.5 |
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.alexisjehan</groupId>
<artifactId>mvn-check</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.6.1</version>

<name>MvnCheck</name>
<description>A Java 11+ command line tool to check for artifact updates of Maven and Gradle projects.</description>
Expand Down

0 comments on commit 0598c63

Please sign in to comment.