From 13915648e61f6352a98b2f51566c9ef8fcce5875 Mon Sep 17 00:00:00 2001 From: "bas.goorden" Date: Sat, 18 May 2024 11:48:17 +0200 Subject: [PATCH] Set release version to compile to java 8 --- .../fr.opensagres.xdocreport.osgi.integrationtests/pom.xml | 6 +++--- pom.xml | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/integrationtests/fr.opensagres.xdocreport.osgi.integrationtests/pom.xml b/integrationtests/fr.opensagres.xdocreport.osgi.integrationtests/pom.xml index fcb60e797..a6097332c 100644 --- a/integrationtests/fr.opensagres.xdocreport.osgi.integrationtests/pom.xml +++ b/integrationtests/fr.opensagres.xdocreport.osgi.integrationtests/pom.xml @@ -12,10 +12,10 @@ org.apache.maven.plugins maven-compiler-plugin - 2.5.1 + 3.1 - 1.6 - 1.6 + 1.8 + 1.8 diff --git a/pom.xml b/pom.xml index db438cf7e..924c74e3e 100644 --- a/pom.xml +++ b/pom.xml @@ -21,6 +21,7 @@ ${maven.build.timestamp} UTF-8 yyyyMMddHHmm + 8 install @@ -28,8 +29,8 @@ maven-compiler-plugin - 1.7 - 1.7 + 1.8 + 1.8