Skip to content

Commit

Permalink
Release v0.7.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed Feb 27, 2024
1 parent 4732a64 commit 983dcfb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
26 changes: 15 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
# Changes by Version

## [v0.7.3-SNAPSHOT](https://github.com/libj/util/compare/0971e015443fc5c957b46e033bd41199aa549384..HEAD)
## [v0.7.4-SNAPSHOT](https://github.com/libj/util/compare/4732a6435121c0cc06c9744224e0f41413533a41..HEAD)

## [v0.7.3](https://github.com/libj/util/compare/0971e015443fc5c957b46e033bd41199aa549384..4732a6435121c0cc06c9744224e0f41413533a41) (2024-02-27)
* #14 Transition to JUnit 5
* #13 Potential NPE in `SurefireTestLayout.doLayout(ILoggingEvent)`

## [v0.7.2](https://github.com/libj/test/compare/142df65e9d55eee3815cb977af8ad6bdb8901c94..0971e015443fc5c957b46e033bd41199aa549384) (2023-09-20)
* #12 Implement DeclarativeOrderTestClass
* #11 Implement TestExecutorService
* #10 Add FailFastRunListener
* #12 Implement `DeclarativeOrderTestClass`
* #11 Implement `TestExecutorService`
* #10 Add `FailFastRunListener`
* #9 Upgrade Maven dependencies
* #8 Implement JUnitUtil.sortBySize(URL[])
* #8 Implement `JUnitUtil.sortBySize(URL[])`
* #7 Transition to GitHub Actions
* #6 Add TestAide.isInCiTest()
* #5 Add JUnit category interfaces: IntegrationTest and RegressionTest
* #4 Implement TestAide.printStackTrace(..) to omit JUnit backtraces
* #3 Implement TestAide.printRuntimeParameters(PrintStream)
* #2 Implement JUnitUtil for common JUnit patterns
* #1 Implement TestAide
* #6 Add `TestAide.isInCiTest()`
* #5 Add JUnit category interfaces: `IntegrationTest` and `RegressionTest`
* #4 Implement `TestAide.printStackTrace(..)` to omit JUnit backtraces
* #3 Implement `TestAide.printRuntimeParameters(PrintStream)`
* #2 Implement `JUnitUtil` for common JUnit patterns
* #1 Implement `TestAide`

## [v0.7.1](https://github.com/libj/test/compare/67de14cd34530afc26edb6f80fee7bf2ac7bf6cd..142df65e9d55eee3815cb977af8ad6bdb8901c94) (2020-05-23)
* Improve `inSurefireTest` condition in `SurefireTestLayout`.
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<parent>
<groupId>org.libj</groupId>
<artifactId>libj</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>
</parent>
<artifactId>test</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
<name>LibJ Test</name>
<description>
Supplementary extension to JUnit patterns, providing common functions and abstractions related to unit testing.
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>org.libj</groupId>
<artifactId>lang</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand All @@ -47,7 +47,7 @@
<dependency>
<groupId>org.openjax.xml</groupId>
<artifactId>dom</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 983dcfb

Please sign in to comment.