Skip to content

Commit a374643

Browse files
committed
Prepare next release.
1 parent 638ed99 commit a374643

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGES.md

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

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

59
* Dependencies updated

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ To use AssertJ Mail in a Maven project add a dependency on `org.devopsix:assertj
1818
<dependency>
1919
<groupId>org.devopsix</groupId>
2020
<artifactId>assertj-mail</artifactId>
21-
<version>1.0.0</version>
21+
<version>1.0.3</version>
2222
<scope>test</scope>
2323
</dependency>
2424
<!-- Maven coordinates for Jakarta EE 9+ / jakarta.mail -->
2525
<dependency>
2626
<groupId>org.devopsix</groupId>
2727
<artifactId>assertj-mail-jakarta</artifactId>
28-
<version>1.0.0</version>
28+
<version>1.0.3</version>
2929
<scope>test</scope>
3030
</dependency>
3131
```
@@ -51,8 +51,8 @@ MailAssertions.assertThat(message).headerValue("Message-ID").isEqualTo("Foo");
5151
MailAssertions.assertThat(message).dateHeaderValue("Resent-Date").isEqualToIgnoringNanos(date);
5252
```
5353

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

5757
## Assertions
5858

0 commit comments

Comments
 (0)