Skip to content

Commit 7150f94

Browse files
chore(main): release 2.0.11 (#187)
Co-authored-by: devopsix-release[bot] <205527757+devopsix-release[bot]@users.noreply.github.com>
1 parent b17718c commit 7150f94

7 files changed

Lines changed: 19 additions & 6 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"2.0.10"}
1+
{".":"2.0.11"}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.0.11](https://github.com/devopsix/hamcrest-mail/compare/v2.0.10...v2.0.11) (2026-05-06)
4+
5+
6+
### Dependencies
7+
8+
* Bump actions/create-github-app-token from 3.0.0 to 3.1.1 ([#180](https://github.com/devopsix/hamcrest-mail/issues/180)) ([ab0cc31](https://github.com/devopsix/hamcrest-mail/commit/ab0cc312a8767bc9f906bb3ecf66c9bb8877b4cc))
9+
* Bump com.puppycrawl.tools:checkstyle from 13.4.0 to 13.4.1 ([#183](https://github.com/devopsix/hamcrest-mail/issues/183)) ([5c926b5](https://github.com/devopsix/hamcrest-mail/commit/5c926b591f1408e48295787c6e99359ef203f744))
10+
* Bump com.puppycrawl.tools:checkstyle from 13.4.1 to 13.4.2 ([#185](https://github.com/devopsix/hamcrest-mail/issues/185)) ([141e5d8](https://github.com/devopsix/hamcrest-mail/commit/141e5d88b221269c7d55628a2f7c24c5faf2a1b0))
11+
* Bump commons-io:commons-io from 2.21.0 to 2.22.0 ([#182](https://github.com/devopsix/hamcrest-mail/issues/182)) ([81b025a](https://github.com/devopsix/hamcrest-mail/commit/81b025abc6765ecde8f0972964665e02e64da949))
12+
* Bump dependabot/fetch-metadata from 2 to 3 ([#178](https://github.com/devopsix/hamcrest-mail/issues/178)) ([27ea18a](https://github.com/devopsix/hamcrest-mail/commit/27ea18a06e3d43deeaa77b3bf728a9eddd5ec5eb))
13+
* Bump googleapis/release-please-action from 4.4.0 to 5.0.0 ([#181](https://github.com/devopsix/hamcrest-mail/issues/181)) ([a148266](https://github.com/devopsix/hamcrest-mail/commit/a148266be917971b9ab92d08c22c144e0681d6b0))
14+
* Bump org.apache.james:apache-mime4j-core from 0.8.13 to 0.8.14 ([#184](https://github.com/devopsix/hamcrest-mail/issues/184)) ([003fd10](https://github.com/devopsix/hamcrest-mail/commit/003fd10478974b0add452fb6b9b72d3a8e6e4a49))
15+
316
## [2.0.10](https://github.com/devopsix/hamcrest-mail/compare/v2.0.9...v2.0.10) (2026-03-30)
417

518

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>2.0.11-SNAPSHOT</version>
7+
<version>2.0.11</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>2.0.11-SNAPSHOT</version>
7+
<version>2.0.11</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>2.0.11-SNAPSHOT</version>
6+
<version>2.0.11</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>2.0.11-SNAPSHOT</version>
6+
<version>2.0.11</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>2.0.11-SNAPSHOT</version>
6+
<version>2.0.11</version>
77
<packaging>pom</packaging>
88

99
<properties>

0 commit comments

Comments
 (0)