Skip to content

Commit c7cbb90

Browse files
committed
Prepare next release.
1 parent 9b15ab1 commit c7cbb90

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGES.md

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

3+
## Version 2.0.3 (7 December 2023)
4+
5+
* Dependencies updated
6+
37
## Version 2.0.2 (30 October 2023)
48

59
* Dependencies updated

README.md

Lines changed: 3 additions & 3 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.0</version>
20+
<version>2.0.3</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.0</version>
27+
<version>2.0.3</version>
2828
<scope>test</scope>
2929
</dependency>
3030
```
@@ -57,7 +57,7 @@ Assert.assertThat(message, MailMatchers.hasHeaders("Received", (Matcher)Matchers
5757
Matchers.containsString("host1"), Matchers.containsString("host2"))));
5858
```
5959

60-
More example can be found in the [examples](examples/) directory (for Java EE 8 / javax.mail) and in the [examples-jakarta](examples-jakarta/) directory (for Jakarta EE 9+ / jakarta.mail).
60+
More example can be found in the [examples](examples) directory (for Java EE 8 / javax.mail) and in the [examples-jakarta](examples-jakarta) directory (for Jakarta EE 9+ / jakarta.mail).
6161

6262
## Matchers
6363

0 commit comments

Comments
 (0)