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-jsieve.git
The following commit(s) were added to refs/heads/master by this push:
new e250fcd JSIEVE-113 Use JDK 8 as a target JDK
e250fcd is described below
commit e250fcdcd09d7cda0debfba75e4ecf4cec0fab5b
Author: Benoit Tellier <[email protected]>
AuthorDate: Mon Sep 23 11:09:32 2019 +0700
JSIEVE-113 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 2b73049..87f50fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
<!-- Overridding this value allows single set of loopback settings to
be maintained -->
<james.www.id>jsieve-website</james.www.id>
- <target.jdk>1.6</target.jdk>
+ <target.jdk>1.8</target.jdk>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit.version>4.12</junit.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]