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 4d81e4a JDKIM-44 Use JDK 8 as a target JDK
4d81e4a is described below
commit 4d81e4ab37aa3f0fc60fd2767d115d8f7a827d42
Author: Benoit Tellier <[email protected]>
AuthorDate: Mon Sep 23 11:13:42 2019 +0700
JDKIM-44 Use JDK 8 as a target JDK
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 975fe6c..7167b52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
<junit.version>4.12</junit.version>
<log4j.version>2.12.1</log4j.version>
<not-yet-commons-ssl.version>0.3.11</not-yet-commons-ssl.version>
- <target.jdk>1.6</target.jdk>
+ <target.jdk>1.8</target.jdk>
</properties>
<dependencyManagement>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]