Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisJehan committed Apr 13, 2023
1 parent 2d0016f commit 6ac2c4b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v1.2.0 (unreleased)
## [v1.2.0](https://github.com/AlexisJehan/MavenCheck/releases/tag/v1.2.0) (2023-04-13)

### Improvements
- Improve resolving _Maven_ artifact available versions by throwing an exception if no remote repository is available
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.3-bin.tar.gz --directory /opt
export PATH=$PATH:/opt/maven-check-1.1.3/bin
sudo tar -xvzf maven-check-1.2.0-bin.tar.gz --directory /opt
export PATH=$PATH:/opt/maven-check-1.2.0/bin
```

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

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

| Maven Check | Maven version | Gradle version |
|:-----------:|:-------------:|:--------------:|
| 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 |
| 1.1.1 | 3.9.0 | 8.0.1 |
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>maven-check</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>

<name>Maven Check</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 6ac2c4b

Please sign in to comment.