This is an automated email from the ASF dual-hosted git repository.
btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-jdkim.git
The following commit(s) were added to refs/heads/master by this push:
new d9ab27d Adopt JDK 11 as a build target (#29)
d9ab27d is described below
commit d9ab27d48085a51fb294e9e976d68ee15465b599
Author: Benoit TELLIER <[email protected]>
AuthorDate: Tue Sep 16 20:54:55 2025 +0200
Adopt JDK 11 as a build target (#29)
---
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: [email protected]
For additional commands, e-mail: [email protected]