Skip to content

Commit

Permalink
Prepare next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
devopsix committed Jan 24, 2024
1 parent b801f7b commit c8aa47f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# AssertJ Mail Changes

## Version 1.0.4 (22 January 2024)
## Version 1.0.5 (24 January 2024)

* Dependencies updated

## Version 1.0.4 (22 January 2024)

* Release skipped due to issues with Sonatype OSS

## Version 1.0.3 (7 December 2023)

* Dependencies updated
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ To use AssertJ Mail in a Maven project add a dependency on `org.devopsix:assertj
<dependency>
<groupId>org.devopsix</groupId>
<artifactId>assertj-mail</artifactId>
<version>1.0.4</version>
<version>1.0.5</version>
<scope>test</scope>
</dependency>
<!-- Maven coordinates for Jakarta EE 9+ / jakarta.mail -->
<dependency>
<groupId>org.devopsix</groupId>
<artifactId>assertj-mail-jakarta</artifactId>
<version>1.0.4</version>
<version>1.0.5</version>
<scope>test</scope>
</dependency>
```
Expand Down

0 comments on commit c8aa47f

Please sign in to comment.