From 336a5522f17a219fa8da2514a7528c379183e389 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Thu, 15 Oct 2020 13:22:09 +0200 Subject: [PATCH] Update Jenkinsfile and pom.xml --- Jenkinsfile | 4 ++-- pom.xml | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a8d4d64..798281d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,7 +30,7 @@ pipeline { stage("Build & Deploy SNAPSHOT") { agent { docker { - image 'maven:3.6.3-openjdk-11' + image 'maven:3.6.3-openjdk-15' args '-v $HOME:/var/maven' reuseNode true } @@ -44,7 +44,7 @@ pipeline { stage("Release") { agent { docker { - image 'maven:3.6.3-openjdk-11' + image 'maven:3.6.3-openjdk-15' args '-v $HOME:/var/maven' reuseNode true } diff --git a/pom.xml b/pom.xml index 474a4de..3a7172f 100644 --- a/pom.xml +++ b/pom.xml @@ -7,8 +7,8 @@ 1.0-SNAPSHOT UTF-8 - 11 - 11 + 15 + 15 @@ -26,12 +26,12 @@ org.openjfx javafx-controls - 13 + 15 org.openjfx javafx-fxml - 13 + 15 it.tdlight @@ -46,7 +46,7 @@ maven-compiler-plugin 3.8.0 - 11 + 15 @@ -116,7 +116,7 @@ - 11 + 15 preferJre 256