diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e728a0..a492825 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] +## [4.0.1] - 2024-05-15 + +### Fixed + +- surefire now uses the build dependencies and no more inner ones. + ## [4.0.0] - 2023-12-18 ### Added @@ -85,7 +91,8 @@ - Create release job #41 -[unreleased]: https://github.com/mlieshoff/brawljars/compare/v4.0.0...HEAD +[unreleased]: https://github.com/mlieshoff/brawljars/compare/v4.0.1...HEAD +[4.0.1]: https://github.com/mlieshoff/brawljars/compare/v4.0.0...v4.0.1 [4.0.0]: https://github.com/mlieshoff/brawljars/compare/v3.0.8...v4.0.0 [3.0.8]: https://github.com/mlieshoff/brawljars/compare/v3.0.7...v3.0.8 [3.0.7]: https://github.com/mlieshoff/brawljars/compare/v3.0.6...v3.0.7 diff --git a/README.md b/README.md index e1be464..42ad01e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![](https://img.shields.io/badge/java-packagecloud.io-844fec.svg)](https://packagecloud.io/) [![Nightlies](https://github.com/mlieshoff/brawljars/actions/workflows/nightlies.yml/badge.svg)](https://github.com/mlieshoff/brawljars/actions/workflows/nightlies.yml) -# brawljars 4.0.0 +# brawljars 4.0.1 A Java Wrapper For Official Supercell Brawl Stars Api ## Why we don't use the Swagger scheme? @@ -298,7 +298,7 @@ All requests are returning *java.concurrent.Future*. The execution will be async to Gradle: ```groovy - implementation group: 'brawljars', name: 'brawljars', version: '4.0.0' + implementation group: 'brawljars', name: 'brawljars', version: '4.0.1' ``` to Maven: @@ -306,7 +306,7 @@ to Maven: brawljars brawljars - 4.0.0 + 4.0.1 ``` diff --git a/VERSION.txt b/VERSION.txt index f684230..85937e4 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -v4.0.0 \ No newline at end of file +v4.0.1 \ No newline at end of file diff --git a/pom.xml b/pom.xml index 5400ea0..fb95414 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 brawljars jar - 4.0.0 + 4.0.1 brawljars https://maven.apache.org 2020 @@ -167,18 +167,6 @@ maven-surefire-plugin ${version.maven.surfire} - - - org.junit.platform - junit-platform-surefire-provider - ${version.maven.surfire.junit} - - - org.junit.jupiter - junit-jupiter-engine - ${version.junit} - - **/EndToEnd.java