diff --git a/.github/workflows/merge-main.yml b/.github/workflows/merge-main.yml index 50e210c..535a27f 100644 --- a/.github/workflows/merge-main.yml +++ b/.github/workflows/merge-main.yml @@ -28,7 +28,7 @@ jobs: run: mvn -q clean compile - name: Test - run: mvn -q test + run: mvn test - name: Publish artifact on GitHub Packages run: mvn -q deploy -DskipTests diff --git a/.github/workflows/on-pr.yml b/.github/workflows/on-pr.yml index 6875eeb..b6c47e6 100644 --- a/.github/workflows/on-pr.yml +++ b/.github/workflows/on-pr.yml @@ -25,7 +25,7 @@ jobs: ${{ runner.os }}-maven- - name: Build - run: mvn clean compile + run: mvn clean -q compile - name: Test - run: mvn -q test + run: mvn test diff --git a/.mvn/jvm.config b/.mvn/jvm.config index 493f330..31285a4 100644 --- a/.mvn/jvm.config +++ b/.mvn/jvm.config @@ -1 +1 @@ --Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn \ No newline at end of file +-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn diff --git a/CHANGELOG.md b/CHANGELOG.md index 05b8bad..86cf475 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.3.8] - 08-08-2024 + +### Changed +- Updated the following libraries + - `junit -> 5.10.3` +- Added the `maven-surefire-junit5-tree-reporter` plugin to the `maven-surefire-plugin` execution +- Changed the GitHub actions workflow to not quite the output while running tests +- Updated the Maven Wrapper + ## [1.3.7] - 24-07-2024 ### Changed diff --git a/pom.xml b/pom.xml index 2461c24..c1e4d51 100644 --- a/pom.xml +++ b/pom.xml @@ -26,6 +26,7 @@ 22 3.13.0 3.2.5 + 1.3.0 2.6.0 3.2.0 @@ -217,6 +218,28 @@ + + + maven-surefire-plugin + ${maven-surefire-plugin.version} + + + me.fabriciorby + maven-surefire-junit5-tree-reporter + ${maven-surefire-junit5-tree-reporter.version} + + + + plain + + true + + + UNICODE + + +