Skip to content

Commit 9a7c7e3

Browse files
committed
Prepare next release.
1 parent 255f1ba commit 9a7c7e3

File tree

7 files changed

+9
-8
lines changed

7 files changed

+9
-8
lines changed

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Hamcrest Mail Changes
22

3-
## Version 1.1.2 (8 March 2023)
3+
## Version 2.0.0 (12 March 2023)
44

5+
* Requires JDK 11
56
* Dependencies updated
67

78
## Version 1.1.1 (12 January 2023)

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>1.1.2 </version>
20+
<version>2.0.0</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>1.1.2 </version>
27+
<version>2.0.0</version>
2828
<scope>test</scope>
2929
</dependency>
3030
```

examples-jakarta/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.devopsix</groupId>
66
<artifactId>hamcrest-mail-parent</artifactId>
7-
<version>1.1.2-SNAPSHOT</version>
7+
<version>2.0.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.devopsix</groupId>
66
<artifactId>hamcrest-mail-parent</artifactId>
7-
<version>1.1.2-SNAPSHOT</version>
7+
<version>2.0.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

hamcrest-mail-jakarta/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.devopsix</groupId>
55
<artifactId>hamcrest-mail-jakarta</artifactId>
6-
<version>1.1.2-SNAPSHOT</version>
6+
<version>2.0.0-SNAPSHOT</version>
77
<packaging>jar</packaging>
88

99
<name>Hamcrest Mail (Jakarta EE 9+)</name>

hamcrest-mail/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.devopsix</groupId>
55
<artifactId>hamcrest-mail</artifactId>
6-
<version>1.1.2-SNAPSHOT</version>
6+
<version>2.0.0-SNAPSHOT</version>
77
<packaging>jar</packaging>
88

99
<name>Hamcrest Mail (Java EE 8)</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.devopsix</groupId>
55
<artifactId>hamcrest-mail-parent</artifactId>
6-
<version>1.1.2-SNAPSHOT</version>
6+
<version>2.0.0-SNAPSHOT</version>
77
<packaging>pom</packaging>
88

99
<properties>

0 commit comments

Comments
 (0)