You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ag...@apache.org on 2020/12/15 15:59:23 UTC

[ignite-3] branch main updated: IGNITE-13857 Update java version to 11

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

agura pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new 21551e3  IGNITE-13857 Update java version to 11
21551e3 is described below

commit 21551e3ee38e62eb4142e4c865d42b376492c399
Author: Kirill Gusakov <kg...@gmail.com>
AuthorDate: Tue Dec 15 18:58:47 2020 +0300

    IGNITE-13857 Update java version to 11
    
    Signed-off-by: Andrey Gura <ag...@apache.org>
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9a8c2ed..e4d80c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,8 +25,7 @@
     </licenses>
 
     <properties>
-        <maven.compiler.source>1.8</maven.compiler.source>
-        <maven.compiler.target>1.8</maven.compiler.target>
+        <maven.compiler.release>11</maven.compiler.release>
     </properties>
 
     <dependencies>