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-jspf.git


The following commit(s) were added to refs/heads/master by this push:
     new fcf3eed  JSPF-104 Use JDK 8 as a target JDK
fcf3eed is described below

commit fcf3eede2e4140343873a95fcf6fb85679bd2ed4
Author: Benoit Tellier <[email protected]>
AuthorDate: Mon Sep 23 11:17:49 2019 +0700

    JSPF-104 Use JDK 8 as a target JDK
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 424f10c..bdbaf02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,8 +66,7 @@
 
         <!-- Override the source descriptor -->
         <sourceReleaseAssemblyDescriptor>src</sourceReleaseAssemblyDescriptor>
-        <!-- Use java 5 -->
-        <target.jdk>1.5</target.jdk>
+        <target.jdk>1.8</target.jdk>
     </properties>
 
     <dependencyManagement>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to