This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch jdk11 in repository https://gitbox.apache.org/repos/asf/james-jdkim.git
commit be7ce171ad5407f8b5d6718fe35c5ebf76fb726c Author: Benoit TELLIER <btell...@linagora.com> AuthorDate: Sun Sep 7 21:03:11 2025 +0200 Adopt JDK 11 as a build target --- main/pom.xml | 1 + pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/main/pom.xml b/main/pom.xml index 7093386..1f1d29e 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -98,6 +98,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> + <version>3.6.0</version> <executions> <execution> <phase>package</phase> diff --git a/pom.xml b/pom.xml index 16481e0..3f78004 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,7 @@ <dnsjava.version>3.6.3</dnsjava.version> <james-skin.version>1.8</james-skin.version> <junit.version>4.13.2</junit.version> - <target.jdk>1.8</target.jdk> + <target.jdk>11</target.jdk> </properties> <dependencyManagement> --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org