You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by xj...@apache.org on 2021/10/01 04:48:44 UTC

[mnemonic] branch master updated: MNEMONIC-689:Fix a build warning in mnemonic-spark-core

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

xjiao 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 5afe969  MNEMONIC-689:Fix a build warning in mnemonic-spark-core
5afe969 is described below

commit 5afe9695a4d455b876545d9086143ec4b0b2c798
Author: Li Shen <li...@apache.org>
AuthorDate: Thu Sep 30 21:26:27 2021 -0700

    MNEMONIC-689:Fix a build warning in mnemonic-spark-core
    
    Signed-off-by: Li Shen <li...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b7922d1..efe1113 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@
   </modules>
 
   <properties>
-    <java.version>14</java.version>
+    <java.version>15</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>