Skip to content

Commit 6f8c415

Browse files
committed
Prepare next release.
1 parent 1634053 commit 6f8c415

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Hamcrest Mail Changes
22

3-
## Version 1.0.4 (22 January 2024)
3+
## Version 2.0.5 (24 January 2024)
44

55
* Dependencies updated
66

7+
## Version 2.0.4 (22 January 2024)
8+
9+
* Release skipped due to issues with Sonatype OSS
10+
711
## Version 2.0.3 (7 December 2023)
812

913
* Dependencies updated

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ To use Hamcrest Mail in a Maven project add a dependency on `org.devopsix:hamcre
1717
<dependency>
1818
<groupId>org.devopsix</groupId>
1919
<artifactId>hamcrest-mail</artifactId>
20-
<version>2.0.4</version>
20+
<version>2.0.5</version>
2121
<scope>test</scope>
2222
</dependency>
2323
<!-- Maven coordinates for Jakarta EE 9+ / jakarta.mail -->
2424
<dependency>
2525
<groupId>org.devopsix</groupId>
2626
<artifactId>hamcrest-mail-jakarta</artifactId>
27-
<version>2.0.4</version>
27+
<version>2.0.5</version>
2828
<scope>test</scope>
2929
</dependency>
3030
```

0 commit comments

Comments
 (0)