You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2021/10/06 13:15:27 UTC

[incubator-hop] branch 2.0.0 updated: HOP-3363: change pom java version

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch 2.0.0
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/2.0.0 by this push:
     new db19513  HOP-3363: change pom java version
     new c892742  Merge pull request #1120 from hansva/2.0
db19513 is described below

commit db195137da88751793e7d52136dad1b2f8228fb3
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Wed Oct 6 15:14:35 2021 +0200

    HOP-3363: change pom java version
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index ba2b4bf..acdec40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,8 +102,8 @@
 
     <properties>
         <site-repo-url>scpexe://people.apache.org/www/hop.apache.org/maven/</site-repo-url>
-        <maven.compiler.source>1.8</maven.compiler.source>
-        <maven.compiler.target>1.8</maven.compiler.target>
+        <maven.compiler.source>11</maven.compiler.source>
+        <maven.compiler.target>11</maven.compiler.target>
         <maven.build.timestamp.format>yyyy-MM-dd hh.mm.ss</maven.build.timestamp.format>
         <maven-surefire-plugin.argLine>-Duser.timezone=UTC -Dfile.encoding=UTF-8 -Duser.language=en -Duser.country=US
         </maven-surefire-plugin.argLine>
@@ -179,8 +179,8 @@
         <xml-apis.version>1.4.01</xml-apis.version>
 
         <!-- jdk version -->
-        <source.jdk.version>1.8</source.jdk.version>
-        <target.jdk.version>1.8</target.jdk.version>
+        <source.jdk.version>11</source.jdk.version>
+        <target.jdk.version>11</target.jdk.version>
         <maven.compiler.source>${source.jdk.version}</maven.compiler.source>
         <maven.compiler.target>${target.jdk.version}</maven.compiler.target>
         <compilerArgument/>