You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by yz...@apache.org on 2021/05/09 03:39:11 UTC

[mnemonic] branch master updated: MNEMONIC-641: [JDK14] Specify JDK14 to build project in Maven

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

yzhao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mnemonic.git


The following commit(s) were added to refs/heads/master by this push:
     new 95b4f7a  MNEMONIC-641: [JDK14] Specify JDK14 to build project in Maven
95b4f7a is described below

commit 95b4f7a2c4916a1fba3657695e6bea9c6d08d133
Author: Zhen Li <rh...@gmail.com>
AuthorDate: Mon Apr 19 22:42:30 2021 -0700

    MNEMONIC-641: [JDK14] Specify JDK14 to build project in Maven
    
    Signed-off-by: Zhen Li <rh...@gmail.com>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8ae8007..faf05cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,7 +97,7 @@
   </modules>
 
   <properties>
-    <java.version>1.8</java.version>
+    <java.version>14</java.version>
     <maven.compiler.source>${java.version}</maven.compiler.source>
     <maven.compiler.target>${java.version}</maven.compiler.target>
     <maven.min-version>3.2.1</maven.min-version>
@@ -359,7 +359,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.3</version>
+          <version>3.8.1</version>
           <configuration>
             <source>${java.version}</source>
             <target>${java.version}</target>