Skip to content

Commit

Permalink
Prepare next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
devopsix committed Dec 7, 2023
1 parent 9b15ab1 commit c7cbb90
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Hamcrest Mail Changes

## Version 2.0.3 (7 December 2023)

* Dependencies updated

## Version 2.0.2 (30 October 2023)

* Dependencies updated
Expand Down
6 changes: 3 additions & 3 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.0</version>
<version>2.0.3</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.0</version>
<version>2.0.3</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -57,7 +57,7 @@ Assert.assertThat(message, MailMatchers.hasHeaders("Received", (Matcher)Matchers
Matchers.containsString("host1"), Matchers.containsString("host2"))));
```

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).
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).

## Matchers

Expand Down

0 comments on commit c7cbb90

Please sign in to comment.