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 1634053 commit 6f8c415
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 @@
# Hamcrest Mail Changes

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

* Dependencies updated

## Version 2.0.4 (22 January 2024)

* Release skipped due to issues with Sonatype OSS

## Version 2.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 @@ -17,14 +17,14 @@ To use Hamcrest Mail in a Maven project add a dependency on `org.devopsix:hamcre
<dependency>
<groupId>org.devopsix</groupId>
<artifactId>hamcrest-mail</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
<scope>test</scope>
</dependency>
<!-- Maven coordinates for Jakarta EE 9+ / jakarta.mail -->
<dependency>
<groupId>org.devopsix</groupId>
<artifactId>hamcrest-mail-jakarta</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
<scope>test</scope>
</dependency>
```
Expand Down

0 comments on commit 6f8c415

Please sign in to comment.